diff options
author | Dimitry <dimitry@ethdev.com> | 2017-01-18 04:41:49 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2017-01-18 04:41:49 +0800 |
commit | 5b5a51e21ce379c38a375cc324e2aa678f1903bc (patch) | |
tree | 964eb28fe455a0162b913e1b7d2496afe25cedd1 /src/GeneralStateTestsFiller/stRevertTest | |
parent | 38f9e8c119b5a456e0da22151cac45340609deb0 (diff) | |
download | tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.tar tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.tar.gz tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.tar.bz2 tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.tar.lz tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.tar.xz tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.tar.zst tangerine-tests-5b5a51e21ce379c38a375cc324e2aa678f1903bc.zip |
refill tests with state journal v2 PR
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json index 64555a54a..a735b52ff 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/RevertDepthCreateAddressCollisionFiller.json @@ -20,9 +20,10 @@ "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x06", - "code" : "0x", - "nonce" : "0x01", + "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", + "nonce" : "55", "storage" : { + "0x00" : "0x01", "0x01" : "0x01", "0x04" : "0x0c" } @@ -46,9 +47,10 @@ "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x06", - "code" : "0x", - "nonce" : "0x00", + "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", + "nonce" : "54", "storage" : { + "0x00" : "0x01", "0x01" : "0x01", "0x04" : "0x0c" } @@ -73,7 +75,7 @@ "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x05", "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", - "nonce" : "0x36", + "nonce" : "54", "storage" : { } }, @@ -94,9 +96,10 @@ "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x06", - "code" : "0x", - "nonce" : "0x00", + "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", + "nonce" : "54", "storage" : { + "0x00" : "0x01", "0x04" : "0x0c" } }, @@ -117,8 +120,8 @@ "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x05", - "code" : "0x", - "nonce" : "0x00", + "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", + "nonce" : "54", "storage" : { } }, @@ -140,7 +143,7 @@ "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x05", "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", - "nonce" : "0x36", + "nonce" : "54", "storage" : { } }, @@ -161,8 +164,8 @@ "result" : { "3e180b1862f9d158abb5e519a6d8605540c23682" : { "balance" : "0x05", - "code" : "0x", - "nonce" : "0x00", + "code" : "0x60016000556000600060006000600073b000000000000000000000000000000000000000600035f1600155600c600455", + "nonce" : "54", "storage" : { } }, |