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/stStaticCall | |
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/stStaticCall')
4 files changed, 4 insertions, 4 deletions
diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_InternlCallStoreClearsOOGFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_InternlCallStoreClearsOOGFiller.json index aa70ecb36..9fb17d1b3 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_InternlCallStoreClearsOOGFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_InternlCallStoreClearsOOGFiller.json @@ -50,7 +50,7 @@ "code" : "{(SSTORE 0 0)(SSTORE 1 0)(SSTORE 2 0)(SSTORE 3 0)(SSTORE 4 0)(SSTORE 5 0)(SSTORE 6 0)(SSTORE 7 0)(SSTORE 8 0)(SSTORE 9 0)}", "nonce" : "0", "storage" : { - "0x" : "0x0c", + "0x00" : "0x0c", "0x01" : "0x0c", "0x02" : "0x0c", "0x03" : "0x0c", diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json index 9feceb53f..c8d563e39 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_LoopCallsThenRevertFiller.json @@ -46,7 +46,7 @@ "code" : "{ (JUMPDEST) (MSTORE 0 (- (CALLDATALOAD 0) 1)) (STATICCALL 50000 0xb000000000000000000000000000000000000000 0 0 0 0) (JUMPI 0 (MLOAD 0))}", "nonce" : "0", "storage" : { - "0x00" : "850" + "0x00" : "0x0352" } }, "b000000000000000000000000000000000000000" : { diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inheritFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inheritFiller.json index c15be89a8..65d6497b2 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inheritFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inheritFiller.json @@ -40,7 +40,7 @@ "code" : "{ [[0]] (STATICCALL 50000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 32) [[1]] (MLOAD 0) }", "nonce" : "0", "storage" : { - "0x1": "1" + "0x1": "0x01" } }, "c94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { diff --git a/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inherit_from_callFiller.json b/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inherit_from_callFiller.json index e38ea0056..0c409493c 100644 --- a/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inherit_from_callFiller.json +++ b/src/GeneralStateTestsFiller/stStaticCall/static_call_value_inherit_from_callFiller.json @@ -40,7 +40,7 @@ "code" : "{ [[0]] (STATICCALL 50000 0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b 0 0 0 32) [[1]] (MLOAD 0) }", "nonce" : "0", "storage" : { - "0x1": "1" + "0x1": "0x01" } }, "c8b90f8d999d9d9988209481999a9889098a89a0" : { |