diff options
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_multimpleSuicide_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_multimpleSuicide_d0g0v0Filler.json | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_multimpleSuicide_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_multimpleSuicide_d0g0v0Filler.json index 9c5704509..1a0d956e5 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_multimpleSuicide_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRefundTest/refund_multimpleSuicide_d0g0v0Filler.json @@ -25,6 +25,92 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x1000000000000000000000000000000000000001" : { + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f42ae8" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0468f8", + "nonce" : "0x01" + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x1000000000000000000000000000000000000001" : { + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f42ae8" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0468f8", + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x1000000000000000000000000000000000000001" : { + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f44104" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0452dc", + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x1000000000000000000000000000000000000001" : { + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f44154" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x04528c", + "nonce" : "0x01" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x1000000000000000000000000000000000000001" : { + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af62c4154" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x04528c", + "nonce" : "0x01" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x1000000000000000000000000000000000000001" : { + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af62c4154" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x04528c", + "nonce" : "0x01" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |