From 0f39c8d138fbdd914aba14c450c6182790677639 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 31 Jan 2018 16:09:36 +0300 Subject: refill blockchain stCallCreateCallCode --- .../createInitFail_OOGduringInit_d0g0v0Filler.json | 26 +++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit_d0g0v0Filler.json index 17319cc3e..abfb7eb4a 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/createInitFail_OOGduringInit_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0xcf1d", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,30 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x0000000000000000000000000000000000000000" : { + "balance" : "0x0de0b6b3a76586a0" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x0000000000000000000000000000000000000000" : { + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x0000000000000000000000000000000000000000" : { + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit v1.2.3