From 140026d0f7094526ea718e6a2f6f3cde6d5eb44d Mon Sep 17 00:00:00 2001 From: Dimitry Date: Mon, 5 Feb 2018 18:34:37 +0300 Subject: refill blockchain stSystemOperations --- .../CreateHashCollision_d0g0v0Filler.json | 94 +++++++++++++++++++++- 1 file changed, 93 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stSystemOperationsTest/CreateHashCollision_d0g0v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stSystemOperationsTest/CreateHashCollision_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stSystemOperationsTest/CreateHashCollision_d0g0v0Filler.json index 333d8b692..023ca188a 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stSystemOperationsTest/CreateHashCollision_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stSystemOperationsTest/CreateHashCollision_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x989680", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,98 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + } + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "balance" : "0x2a", + "code" : "0x60016001016055", + "storage" : { + } + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + } + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "balance" : "0x2a", + "code" : "0x60016001016055", + "storage" : { + } + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + } + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "balance" : "0x2a", + "code" : "0x60016001016055", + "storage" : { + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + } + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "balance" : "0x2a", + "code" : "0x60016001016055", + "storage" : { + } + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + } + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "balance" : "0x2a", + "code" : "0x60016001016055", + "storage" : { + } + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "storage" : { + } + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "balance" : "0x2a", + "code" : "0x60016001016055", + "storage" : { + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit