aboutsummaryrefslogtreecommitdiffstats
path: root/GeneralStateTests/stCreate2
diff options
context:
space:
mode:
authorDimitry <dimitry@ethereum.org>2018-09-03 23:36:10 +0800
committerDimitry <dimitry@ethereum.org>2018-09-03 23:36:10 +0800
commitc6ea53a574a8a7716b4109f3afeb2580a914c2b4 (patch)
treeddbc9825a529d13a7ecebed1606012f8ad33b778 /GeneralStateTests/stCreate2
parent55946c752613a5392c6b347d0a74956ffb361bd7 (diff)
downloaddexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar
dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.gz
dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.bz2
dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.lz
dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.xz
dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.tar.zst
dexon-tests-c6ea53a574a8a7716b4109f3afeb2580a914c2b4.zip
create2 OOG tests
Diffstat (limited to 'GeneralStateTests/stCreate2')
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCode.json73
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata.json75
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata2.json74
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata3.json71
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndataSize.json63
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert.json71
-rw-r--r--GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert2.json71
-rw-r--r--GeneralStateTests/stCreate2/create2InitCodes.json10
8 files changed, 503 insertions, 5 deletions
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCode.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCode.json
new file mode 100644
index 000000000..c9388eb6a
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCode.json
@@ -0,0 +1,73 @@
+{
+ "Create2OOGafterInitCode" : {
+ "_info" : {
+ "comment" : "",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeFiller.json",
+ "sourceHash" : "617c76b7b992c6427b950db904d54773eeff3a8d4dc8a166ca5f12c287af048a"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0x96e70977c90ade6ab47dad6a6cff69cfe8dcab0d8adde263075906ee4ce6d180",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ {
+ "hash" : "0x4bd881923eb0eb02a044d6ebd7ec9d538c1a76a89a4c47aea310375a7f4ac8ac",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 1,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6d6460016001556000526005601bf36000526000600e60126000f5",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0xd2f0",
+ "0xd6d8"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x00"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata.json
new file mode 100644
index 000000000..9a8d03be7
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata.json
@@ -0,0 +1,75 @@
+{
+ "Create2OOGafterInitCodeReturndata" : {
+ "_info" : {
+ "comment" : "Call RETURNDATASIZE and RETURNDATACOPY (BufferOverrun) after CREATE2 deploy a contract",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeReturndataFiller.json",
+ "sourceHash" : "807a2d1ee4d41de1a52de87f9188aa25999a8a54ee9abed72d0aac7ac1bdca96"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0x1fb745ccfea62e0fcaa0b852b5d7b1fd56d7eb0b6f0de4d95d7efbd23ab6d228",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ {
+ "hash" : "0x69cc6c91c5fde00ea5f89cf8ca9a4cecdebdc1b753810568ce1a62cc45a9791e",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 1,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6d6460016001556000526005601bf36000526000600e60126000f5503d6001556020600060003e600051600255",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x01" : "0x01",
+ "0x02" : "0x01"
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0xd2f0",
+ "0x017318"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x00"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata2.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata2.json
new file mode 100644
index 000000000..1f55e2f8e
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata2.json
@@ -0,0 +1,74 @@
+{
+ "Create2OOGafterInitCodeReturndata2" : {
+ "_info" : {
+ "comment" : "Call RETURNDATASIZE and RETURNDATACOPY after CREATE2 deploy a contract. correct returndata copy.",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeReturndata2Filler.json",
+ "sourceHash" : "92d5096dcc0db5b424d74d92c22102ca3c9a7a6ba3a55b7e9a587b800cc906c0"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0xb5bdbbecf4df65330dae6feaec59651f683dc07dcc3ea222a13949ed92fad9e7",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ {
+ "hash" : "0x65a64088d4c6f6fd0f714769d96f3da4d3312830e967cea6f3ec8ffd7da4e614",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 1,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6d6460016001556000526005601bf36000526000600e60126000f5503d6001556000600060003e600051600255",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x01" : "0x02"
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0xd2f0",
+ "0x017318"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x00"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata3.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata3.json
new file mode 100644
index 000000000..7466f8d32
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndata3.json
@@ -0,0 +1,71 @@
+{
+ "Create2OOGafterInitCodeReturndata3" : {
+ "_info" : {
+ "comment" : "Calls a contract that runs CREATE2 which deploy a code. then OOG happens upon deployment of the actual code. check the RETURN data buffer in initial contract",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeReturndata3Filler.json",
+ "sourceHash" : "0b7f26e7d074e43f68939958560f5e0039219cb06b53262af06d8f45fcfbbf13"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0x31a8cd57d531e89f6f7a8899b56a721ad1c58ed337c7c1ca457def608eb364bd",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6d6460016001556000526005601bf36000526000600e60126000f5",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6020600060006000600073b94f5374fce5edbc8e2a8697c15331677e6ebf0b5af2506020600060003e600051600155",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x01" : "0x01"
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0xd6d8"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x00"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndataSize.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndataSize.json
new file mode 100644
index 000000000..eb19a8731
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeReturndataSize.json
@@ -0,0 +1,63 @@
+{
+ "Create2OOGafterInitCodeReturndataSize" : {
+ "_info" : {
+ "comment" : "Calls a contract that runs CREATE2 which deploy a code. then OOG happens upon deployment of the actual code. check the RETURNDATASIZE after create. fails with OOG if RETURNDATASIZE != 0",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeReturndataSizeFiller.json",
+ "sourceHash" : "98fa3da5f00592ce31b98e1c2bec8f4da65112d92ae5fc494d344f786de13e13"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0x9cf79b5bfc300fdfa91d033cd6f47bee3147cf82fe6a12a9ff47a8b0bc796759",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x726960016001556001600255600052600a6016f360005260006013600d6000f5503d60020a",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0xd70e"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x01"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert.json
new file mode 100644
index 000000000..c761c7abd
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert.json
@@ -0,0 +1,71 @@
+{
+ "Create2OOGafterInitCodeRevert" : {
+ "_info" : {
+ "comment" : "Calls a contract that runs CREATE2 which deploy a code. then after deployment and exiting from CREATE a REVERT is called. check the REVERT data in this case equal to RETURN value of CREATE",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeRevertFiller.json",
+ "sourceHash" : "322b6599fbb154316afcebcdfa7c2a336f46d2699dd61fc163416b66806f7b75"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0xc07567e7eac6634ae46171eeeaeb9abd01058e2a1fd7fe1526aada0ed9d2f14e",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6d6460016001556000526005601bf36000526000600e60126000f55060206000fd",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6020600060006000600073b94f5374fce5edbc8e2a8697c15331677e6ebf0b5af150600051600155",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x01" : "0x01"
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0x0124f8"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x00"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert2.json b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert2.json
new file mode 100644
index 000000000..f9bbbd73f
--- /dev/null
+++ b/GeneralStateTests/stCreate2/Create2OOGafterInitCodeRevert2.json
@@ -0,0 +1,71 @@
+{
+ "Create2OOGafterInitCodeRevert2" : {
+ "_info" : {
+ "comment" : "Calls a contract that runs CREATE2 which deploy a code. then after deployment and exiting from CREATE a REVERT is called. check the REVERT data in this case equal to RETURN value of CREATE2. CREATE2 fails due to the deployment cost.",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
+ "lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
+ "source" : "src/GeneralStateTestsFiller/stCreate2/Create2OOGafterInitCodeRevert2Filler.json",
+ "sourceHash" : "636e318ef28963716d83e98286c58198823e7b366747351364d6055549fe40b4"
+ },
+ "env" : {
+ "currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "currentDifficulty" : "0x020000",
+ "currentGasLimit" : "0x989680",
+ "currentNumber" : "0x01",
+ "currentTimestamp" : "0x03e8",
+ "previousHash" : "0x5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6"
+ },
+ "post" : {
+ "Constantinople" : [
+ {
+ "hash" : "0x58fb1c46e315bb745384cfd8def8755a07ea80530c0dff613761e0bbbde736ca",
+ "indexes" : {
+ "data" : 0,
+ "gas" : 0,
+ "value" : 0
+ },
+ "logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ }
+ ]
+ },
+ "pre" : {
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0xe8d4a51000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xb94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6d6460016001556000526005601bf36000526000600e60126000f55060206000fd",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ },
+ "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x00",
+ "code" : "0x6020600060006000600073b94f5374fce5edbc8e2a8697c15331677e6ebf0b6180e8f150600051600155",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x01" : "0x01"
+ }
+ }
+ },
+ "transaction" : {
+ "data" : [
+ "0x"
+ ],
+ "gasLimit" : [
+ "0x0124f8"
+ ],
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "secretKey" : "0x45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8",
+ "to" : "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "value" : [
+ "0x00"
+ ]
+ }
+ }
+} \ No newline at end of file
diff --git a/GeneralStateTests/stCreate2/create2InitCodes.json b/GeneralStateTests/stCreate2/create2InitCodes.json
index 2b532e61c..285a6c6ea 100644
--- a/GeneralStateTests/stCreate2/create2InitCodes.json
+++ b/GeneralStateTests/stCreate2/create2InitCodes.json
@@ -2,10 +2,10 @@
"create2InitCodes" : {
"_info" : {
"comment" : "testing different byte opcodes inside create2 init code",
- "filledwith" : "testeth 1.5.0.dev2+commit.a168110a.dirty",
+ "filledwith" : "testeth 1.5.0.dev2+commit.61415d73.dirty",
"lllcversion" : "Version: 0.4.25-develop.2018.8.9+commit.63d071d6.mod.Linux.g++",
"source" : "src/GeneralStateTestsFiller/stCreate2/create2InitCodesFiller.json",
- "sourceHash" : "3f81ff640203dd5948c68d0db0c54546ebbe77adbdff8e564d5a3968a6d9de64"
+ "sourceHash" : "05f6d0f7d8e839ac1b52fb0782e584036a244ab4c8b10908e7cb0f3dd0708ffa"
},
"env" : {
"currentCoinbase" : "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
@@ -27,7 +27,7 @@
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
{
- "hash" : "0xd23f64cc62b526648cf76a5dc8205c7814fb2fa17a03475fa07b979bd25e00a1",
+ "hash" : "0x704f486f5c5c6aa1678170c5fbf531000dafe05c726d6962bb3e432a9c2a3cca",
"indexes" : {
"data" : 1,
"gas" : 0,
@@ -36,7 +36,7 @@
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
{
- "hash" : "0xd23f64cc62b526648cf76a5dc8205c7814fb2fa17a03475fa07b979bd25e00a1",
+ "hash" : "0x704f486f5c5c6aa1678170c5fbf531000dafe05c726d6962bb3e432a9c2a3cca",
"indexes" : {
"data" : 2,
"gas" : 0,
@@ -45,7 +45,7 @@
"logs" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
},
{
- "hash" : "0xd23f64cc62b526648cf76a5dc8205c7814fb2fa17a03475fa07b979bd25e00a1",
+ "hash" : "0x704f486f5c5c6aa1678170c5fbf531000dafe05c726d6962bb3e432a9c2a3cca",
"indexes" : {
"data" : 3,
"gas" : 0,