aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stMemoryTest
diff options
context:
space:
mode:
authorJared Wasinger <j-wasinger@hotmail.com>2018-01-04 08:03:07 +0800
committerJared Wasinger <j-wasinger@hotmail.com>2018-01-04 08:03:07 +0800
commit602c979a134e3070f9ceca573e6910ac72c794ca (patch)
tree9800508f1e38925c2fb990f1928f9bf48f028d4e /src/GeneralStateTestsFiller/stMemoryTest
parent2bb0c3da3bbb15c528bcef2a7e5ac4bd73f81f87 (diff)
downloaddexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.tar
dexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.tar.gz
dexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.tar.bz2
dexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.tar.lz
dexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.tar.xz
dexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.tar.zst
dexon-tests-602c979a134e3070f9ceca573e6910ac72c794ca.zip
add filler for codeCopyOffset, change location
Diffstat (limited to 'src/GeneralStateTestsFiller/stMemoryTest')
-rw-r--r--src/GeneralStateTestsFiller/stMemoryTest/codeCopyOffsetFiller.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stMemoryTest/codeCopyOffsetFiller.json b/src/GeneralStateTestsFiller/stMemoryTest/codeCopyOffsetFiller.json
new file mode 100644
index 000000000..4b44d6d31
--- /dev/null
+++ b/src/GeneralStateTestsFiller/stMemoryTest/codeCopyOffsetFiller.json
@@ -0,0 +1,70 @@
+{
+ "codeCopyOffset" : {
+ "env" : {
+ "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x20000",
+ "currentGasLimit" : "1000000",
+ "currentNumber" : "1",
+ "currentTimestamp" : "1000",
+ "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "expect" : [
+ {
+ "indexes" : {
+ "data" : -1,
+ "gas" : -1,
+ "value" : -1
+ },
+ "network" : ["ALL"],
+ "result" : {
+ "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" : {
+ "storage" : {
+ "0x" : "0xffffffffffffffffffffffffffffffff"
+ }
+ }
+ }
+ }
+ ],
+ "pre" : {
+ "eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee" : {
+ "balance" : "1000000000000000000",
+ "//codeDescription": "/* fill memory up */ /* copy call data to memory with offset > call data length */ /* only part of memory should be zeroed out */",
+ "code": "{ (MSTORE 0x00 0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff) (CODECOPY 0x00 0xffff 0x10) (SSTORE 0x00 (MLOAD 0x00)) }",
+ "nonce" : "1",
+ "storage": {
+ }
+ },
+ "095e7baea6a6c7c4c2dfeb977efac326af552d87" : {
+ "balance" : "1000000000000000000",
+ "//codeDescription": "{ /*store call data in memory*/ /* make call with the call data*/ ) }",
+ "//code": "{ (asm 0x0123456789abcdef 0x00 mstore) (CALL 0xffff 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 0x00 0x00 0x0f 0x00 0x00) }",
+ "code" : "0x670123456789abcdef60005260006000600f6000600073eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee61fffff1",
+ "nonce" : "1",
+ "storage" : {
+ }
+ },
+ "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "1000000000000000000",
+ "code" : "0x",
+ "nonce" : "0",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ ""
+ ],
+ "gasLimit" : [
+ "400000"
+ ],
+ "gasPrice" : "1",
+ "nonce" : "0",
+ "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87",
+ "value" : [
+ "100000"
+ ]
+ }
+ }
+}