From 581c12b0d10399652839de0b1552f348b6a67d68 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 5 Feb 2018 20:17:23 +0300 Subject: refill blockchain stTransaction --- ...nalCallHittingGasLimitSuccess_d0g0v0Filler.json | 70 +++++++++++++++++++++- 1 file changed, 69 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/InternalCallHittingGasLimitSuccess_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/InternalCallHittingGasLimitSuccess_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/InternalCallHittingGasLimitSuccess_d0g0v0Filler.json index 596f3c344..d48bac7a4 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/InternalCallHittingGasLimitSuccess_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stTransactionTest/InternalCallHittingGasLimitSuccess_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x0249f0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,74 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x37" + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x37" + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x37" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x37" + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x37" + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0xc94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x01", + "storage" : { + "0x01" : "0x37" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adf5374fce5edbc8e2a8697c15331677e6ebf0b", -- cgit