From 4a132816b3ff226cc17fefc71d02ae969a9afd4a Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 31 Jan 2018 16:56:50 +0300 Subject: refill blockchain stCallDelegateCodesCallCodeHomestead --- .../callcodecallcode_11_d0g0v0Filler.json | 88 +++++++++++++++++++++- 1 file changed, 87 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCallDelegateCodesCallCodeHomestead/callcodecallcode_11_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCallDelegateCodesCallCodeHomestead/callcodecallcode_11_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCallDelegateCodesCallCodeHomestead/callcodecallcode_11_d0g0v0Filler.json index a4a61392c..9523195d0 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCallDelegateCodesCallCodeHomestead/callcodecallcode_11_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCallDelegateCodesCallCodeHomestead/callcodecallcode_11_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x2dc6c0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,92 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + } + }, + "0x1000000000000000000000000000000000000001" : { + "storage" : { + } + }, + "0x1000000000000000000000000000000000000002" : { + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x01", + "0x02" : "0x01", + "0x04" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0xe6" : "0x1000000000000000000000000000000000000000", + "0xe8" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0xec" : "0x40", + "0xee" : "0x21", + "0xf0" : "0x01" + } + }, + "0x1000000000000000000000000000000000000001" : { + "storage" : { + } + }, + "0x1000000000000000000000000000000000000002" : { + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x1000000000000000000000000000000000000000" : { + "storage" : { + "0x00" : "0x01", + "0x01" : "0x01", + "0x02" : "0x01", + "0x04" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0xe6" : "0x1000000000000000000000000000000000000000", + "0xe8" : "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "0xec" : "0x40", + "0xee" : "0x21", + "0xf0" : "0x01" + } + }, + "0x1000000000000000000000000000000000000001" : { + "storage" : { + } + }, + "0x1000000000000000000000000000000000000002" : { + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01", + "storage" : { + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit