diff options
Diffstat (limited to 'src/BlockchainTestsFiller/GeneralStateTests/stSolidityTest/RecursiveCreateContracts_d0g0v0Filler.json')
-rw-r--r-- | src/BlockchainTestsFiller/GeneralStateTests/stSolidityTest/RecursiveCreateContracts_d0g0v0Filler.json | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stSolidityTest/RecursiveCreateContracts_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stSolidityTest/RecursiveCreateContracts_d0g0v0Filler.json index f83d6a441..0c293698b 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stSolidityTest/RecursiveCreateContracts_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stSolidityTest/RecursiveCreateContracts_d0g0v0Filler.json @@ -25,6 +25,74 @@ ] } ], + "expect" : [ + { + "network" : "Frontier", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f893e0" + } + } + }, + { + "network" : "Homestead", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f893e0" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x314dc6448d9338c15b0a00000001", + "nonce" : "0x01", + "storage" : { + "0x00" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "0x01" : "0x0304" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f87c58" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x00", + "storage" : { + "0x00" : "0x0303" + } + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x314dc6448d9338c15b0a00000001", + "nonce" : "0x01", + "storage" : { + "0x00" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "0x01" : "0x0304" + } + }, + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244f87c5d" + }, + "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x01", + "storage" : { + "0x00" : "0x0303" + } + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |