From 0f39c8d138fbdd914aba14c450c6182790677639 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 31 Jan 2018 16:09:36 +0300 Subject: refill blockchain stCallCreateCallCode --- .../Call1024BalanceTooLow_d0g0v0Filler.json | 36 +++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow_d0g0v0Filler.json index 438ae6692..ac6af5d14 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stCallCreateCallCodeTest/Call1024BalanceTooLow_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x10000000d788", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,40 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x01" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x0401", + "0x01" : "0x01" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xbbbf5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "storage" : { + "0x00" : "0x0401", + "0x01" : "0x01" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", -- cgit