diff options
author | winsvega <winsvega@mail.ru> | 2017-08-21 20:24:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 20:24:59 +0800 |
commit | d876c78f752247aef566dab427526da96fc69bf1 (patch) | |
tree | 0a899a667364221c81cd4a271318e0ba2c17450d /src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json | |
parent | 70e5862eb267226ca89fb9f395c97be1fdf6923a (diff) | |
parent | 32bc4e3db1a339ee7c79f3343861d2c78e924816 (diff) | |
download | dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.tar dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.tar.gz dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.tar.bz2 dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.tar.lz dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.tar.xz dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.tar.zst dexon-tests-d876c78f752247aef566dab427526da96fc69bf1.zip |
Merge pull request #254 from cdetrio/fix-filler-storage
use hex for storage keys and values in state test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stRevertTest/LoopCallsThenRevertFiller.json')
-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" : { |