aboutsummaryrefslogtreecommitdiffstats
path: root/src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2017-08-07 19:47:05 +0800
committerGitHub <noreply@github.com>2017-08-07 19:47:05 +0800
commit8625893812ec08042ac85f5e33c579dbaecbceb0 (patch)
tree224ff4cd2b283206ba6ec09318164c2ee60685b0 /src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json
parent627d7fe2bd90640204f51609ef66e94f12f643ae (diff)
parent349ac7908f284d579530ef77078437071ab833c5 (diff)
downloaddexon-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.gz
dexon-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.tar.zst
dexon-tests-8625893812ec08042ac85f5e33c579dbaecbceb0.zip
Merge pull request #250 from cdetrio/filler-valid-json
fix invalid json state test fillers
Diffstat (limited to 'src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json')
-rw-r--r--src/GeneralStateTestsFiller/stCallCodes/callcodeDynamicCodeFiller.json10
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" : {
}