From c70ab07807405c34349dbe2ad0c3f704a0787b06 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Wed, 31 Jan 2018 21:46:45 +0300 Subject: refill blockchain stDelegatecallTestHomestead --- .../delegatecallOOGinCall_d0g0v0Filler.json | 55 +++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall_d0g0v0Filler.json index dd76e61ab..c204ce0cc 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stDelegatecallTestHomestead/delegatecallOOGinCall_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x2dc6c0", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,59 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x01" + } + }, + "0x945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x01" + } + }, + "0x945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + "0x00" : "0x01" + } + }, + "0x945304eb96065b2a98b57a48a06ae28d285a71b5" : { + "storage" : { + } + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit