diff options
author | Dimitry <dimitry@ethereum.org> | 2018-09-04 21:07:52 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-09-04 21:07:52 +0800 |
commit | cf18d3b941888a6bf17db5d13e028c92e7a7001e (patch) | |
tree | 362de09438ccc3cacf6fa1e9ae78af62be613885 /src/GeneralStateTestsFiller | |
parent | 22558f3be8542021415ba94b9474618f6efc09a1 (diff) | |
download | dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.tar dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.tar.gz dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.tar.bz2 dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.tar.lz dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.tar.xz dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.tar.zst dexon-tests-cf18d3b941888a6bf17db5d13e028c92e7a7001e.zip |
refill collision test
Diffstat (limited to 'src/GeneralStateTestsFiller')
-rw-r--r-- | src/GeneralStateTestsFiller/stCreate2/create2collisionStorageFiller.json | 41 |
1 files changed, 38 insertions, 3 deletions
diff --git a/src/GeneralStateTestsFiller/stCreate2/create2collisionStorageFiller.json b/src/GeneralStateTestsFiller/stCreate2/create2collisionStorageFiller.json index 5a063bd77..27b573a79 100644 --- a/src/GeneralStateTestsFiller/stCreate2/create2collisionStorageFiller.json +++ b/src/GeneralStateTestsFiller/stCreate2/create2collisionStorageFiller.json @@ -37,7 +37,7 @@ }, { "indexes" : { - "data" : -1, + "data" : 0, "gas" : -1, "value" : -1 }, @@ -47,7 +47,33 @@ "balance" : "0", "nonce" : "1", "storage" : { - "0x00" : "0x01" + } + }, + "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { + "balance" : "1", + "nonce" : "2", + "storage" : { + "0x00" : "0x00" + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "1" + } + } + }, + { + "indexes" : { + "data" : 1, + "gas" : -1, + "value" : -1 + }, + "network" : [">=Constantinople"], + "result" : { + "af3ecba2fe09a4f6c19f16a9d119e44e08c2da01" : { + "balance" : "0", + "nonce" : "1", + "storage" : { + "0x01" : "0x01" } }, "6295ee1b4f6dd65047762f924ecd367c17eabf8f" : { @@ -78,11 +104,20 @@ "storage" : { "0x00" : "0x01" } + }, + "af3ecba2fe09a4f6c19f16a9d119e44e08c2da01" : { + "balance" : "0", + "code" : "0x", + "nonce" : "0", + "storage" : { + "0x00" : "0x01" + } } }, "transaction" : { "data" : [ - "{ (CREATE2 0 0 0 0) }" + "{ (CREATE2 0 0 0 0) }", + "{ (MSTORE 0 0x6001600155) (CREATE2 0 27 5 0) }" ], "gasLimit" : [ "400000" |