From 82754d3f9c3e4e407e0cda4afef220590fde781a Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 31 Jan 2018 15:30:26 +0300 Subject: refill blockchain stCallCodes --- ...tingContractWithValueTransfer_d0g0v0Filler.json | 40 +++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransfer_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransfer_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransfer_d0g0v0Filler.json index 7ecc1f0bd..078699de8 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransfer_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCallCodes/callcodeInInitcodeToExistingContractWithValueTransfer_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x06e9d9", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,44 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x05", + "storage" : { + "0x00" : "0x01", + "0x02" : "0x01" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x05", + "storage" : { + "0x00" : "0x01", + "0x02" : "0x01" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x13136008b64ff592819b2fa6d43f2835c452020e" : { + "balance" : "0x05", + "storage" : { + "0x00" : "0x01", + "0x02" : "0x01" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit