diff options
author | cdetrio <cdetrio@gmail.com> | 2017-08-06 01:17:37 +0800 |
---|---|---|
committer | cdetrio <cdetrio@gmail.com> | 2017-08-06 01:22:32 +0800 |
commit | 349ac7908f284d579530ef77078437071ab833c5 (patch) | |
tree | 5109ae59861d421036a7786e70986ec5387d837a /src/GeneralStateTestsFiller/stCallCodes | |
parent | d910fcd855aee824ccbdda4e3a03cc319c2a6273 (diff) | |
download | dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.gz dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.bz2 dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.lz dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.xz dexon-tests-349ac7908f284d579530ef77078437071ab833c5.tar.zst dexon-tests-349ac7908f284d579530ef77078437071ab833c5.zip |
fix invalid json fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCodes')
-rw-r--r-- | src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json b/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json index 375e91f36..2e93ac60d 100644 --- a/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json +++ b/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json @@ -57,11 +57,11 @@ "pre" : { "1000000000000000000000000000000000000000" : { "balance" : "10000", - "code" : "{ (MSTORE 0 0x600160005533601455) (RETURN 23 9) }", - "code" : "{ (MSTORE 0 0x6860016000553360145560005260096017f3) [[ 10 ]] (CREATE 1 14 18) [[ 11 ]] (CALLCODE 100000 0xffe4ebd2a68c02d9dcb0a17283d13346beb2d8b6 0 0 64 0 64 ) }", - "code" : "0x716860016000553360145560005260096017f36000526012600e6001f0600a55604060006040600060007313136008b64ff592819b2fa6d43f2835c452020e620186a0f2600b55", - "code" : " 0x0102030405060708091011121314151617181920212223242526272829303132 0x0102030405060708091011121314151617181920212223242526272829303132", - "code" : "{ (MSTORE 0 0x716860016000553360145560005260096017f36000526012600e6001f0600a55) (MSTORE 32 0x6040600060406000600073ffe4ebd2a68c02d9dcb0a17283d13346beb2d8b662) (MSTORE 64 0x0186a0f2600b5500000000000000000000000000000000000000000000000000) (CREATE 1 0 96) }", + "//comment1" : "{ (MSTORE 0 0x600160005533601455) (RETURN 23 9) }", + "//comment2" : "{ (MSTORE 0 0x6860016000553360145560005260096017f3) [[ 10 ]] (CREATE 1 14 18) [[ 11 ]] (CALLCODE 100000 0xffe4ebd2a68c02d9dcb0a17283d13346beb2d8b6 0 0 64 0 64 ) }", + "//comment3" : "0x716860016000553360145560005260096017f36000526012600e6001f0600a55604060006040600060007313136008b64ff592819b2fa6d43f2835c452020e620186a0f2600b55", + "//comment4" : " 0x0102030405060708091011121314151617181920212223242526272829303132 0x0102030405060708091011121314151617181920212223242526272829303132", + "code" : "{ (MSTORE 0 0x716860016000553360145560005260096017f36000526012600e6001f0600a55) (MSTORE 32 0x6040600060406000600073ffe4ebd2a68c02d9dcb0a17283d13346beb2d8b662) (MSTORE 64 0x0186a0f2600b5500000000000000000000000000000000000000000000000000) (CREATE 1 0 96) }", "nonce" : "0", "storage" : { } |