diff options
author | cdetrio <cdetrio@gmail.com> | 2017-08-08 07:47:08 +0800 |
---|---|---|
committer | cdetrio <cdetrio@gmail.com> | 2017-08-08 07:59:44 +0800 |
commit | 32bc4e3db1a339ee7c79f3343861d2c78e924816 (patch) | |
tree | 02ff8ca6818d3fcc1531273474e1488fcb04e697 /src/GeneralStateTestsFiller/stRevertTest | |
parent | 8625893812ec08042ac85f5e33c579dbaecbceb0 (diff) | |
download | dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.gz dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.bz2 dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.lz dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.xz dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.tar.zst dexon-tests-32bc4e3db1a339ee7c79f3343861d2c78e924816.zip |
use hex for storage keys and values in state test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest')
-rw-r--r-- | src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json b/src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json index 8d70b39e7..f0f7ce671 100644 --- a/src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json +++ b/src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json @@ -24,7 +24,7 @@ }, "b000000000000000000000000000000000000000" : { "storage" : { - "0x00" : "850" + "0x00" : "0x0352" } } } @@ -39,7 +39,7 @@ "result" : { "a000000000000000000000000000000000000000" : { "storage" : { - "0x00" : "850" + "0x00" : "0x0352" } }, "b000000000000000000000000000000000000000" : { @@ -64,7 +64,7 @@ }, "b000000000000000000000000000000000000000" : { "storage" : { - "0x00" : "850" + "0x00" : "0x0352" } } } @@ -84,7 +84,7 @@ "code" : "{ (JUMPDEST) [[0]] (- (SLOAD 0) 1) (CALL 50000 0xb000000000000000000000000000000000000000 0 0 0 0 0) (JUMPI 0 (SLOAD 0))}", "nonce" : "0", "storage" : { - "0x00" : "850" + "0x00" : "0x0352" } }, "b000000000000000000000000000000000000000" : { |