diff options
refill blockchain stCallCodes
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeDynamicCode_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeDynamicCode_d0g0v0Filler.json | 66 |
1 files changed, 65 insertions, 1 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeDynamicCode_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeDynamicCode_d0g0v0Filler.json index 320a5e9a6..3708461fc 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeDynamicCode_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeDynamicCode_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x06e9d9", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,70 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x00", + "storage" : { + "0x00" : "0x01", + "0x0a" : "0xffe4ebd2a68c02d9dcb0a17283d13346beb2d8b6", + "0x0b" : "0x01", + "0x14" : "0x13136008b64ff592819b2fa6d43f2835c452020e" + } + }, + "0xffe4ebd2a68c02d9dcb0a17283d13346beb2d8b6" : { + "balance" : "0x01" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x00", + "storage" : { + "0x0a" : "0x568a95f77b047bece6aa68843d2019332c46a585", + "0x0b" : "0x01" + } + }, + "0x568a95f77b047bece6aa68843d2019332c46a585" : { + "balance" : "0x01" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x00", + "storage" : { + "0x0a" : "0x568a95f77b047bece6aa68843d2019332c46a585", + "0x0b" : "0x01" + } + }, + "0x568a95f77b047bece6aa68843d2019332c46a585" : { + "balance" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x00", + "storage" : { + "0x0a" : "0x568a95f77b047bece6aa68843d2019332c46a585", + "0x0b" : "0x01" + } + }, + "0x568a95f77b047bece6aa68843d2019332c46a585" : { + "balance" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |