From 3f04e284a149e6a927b1cb69fde4e1cddcf06310 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Sun, 4 Feb 2018 23:59:14 +0300 Subject: refill blockchain stRefundTest --- .../refund_TxToSuicide_d0g1v0Filler.json | 80 +++++++++++++++++++++- 1 file changed, 79 insertions(+), 1 deletion(-) (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_TxToSuicide_d0g1v0Filler.json') diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_TxToSuicide_d0g1v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_TxToSuicide_d0g1v0Filler.json index 318287917..e3c56a38f 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_TxToSuicide_d0g1v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_TxToSuicide_d0g1v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0xee4b", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,84 @@ ] } ], + "expect" : [ + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a764000a", + "storage" : { + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f4697b" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x05f5777b", + "nonce" : "0x01" + }, + "0xaaae7baea6a6c7c4c2dfeb977efac326af552aaa" : { + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a764000a", + "storage" : { + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f4697b" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x05f5777b", + "nonce" : "0x01" + }, + "0xaaae7baea6a6c7c4c2dfeb977efac326af552aaa" : { + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a764000a", + "storage" : { + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af62c697b" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x05f5777b", + "nonce" : "0x01" + }, + "0xaaae7baea6a6c7c4c2dfeb977efac326af552aaa" : { + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a764000a", + "storage" : { + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af62c697b" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x05f5777b", + "nonce" : "0x01" + }, + "0xaaae7baea6a6c7c4c2dfeb977efac326af552aaa" : { + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", -- cgit v1.2.3