diff options
Diffstat (limited to 'StateTests/EIP150/Homestead/stInitCodeTest.json')
-rw-r--r-- | StateTests/EIP150/Homestead/stInitCodeTest.json | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/StateTests/EIP150/Homestead/stInitCodeTest.json b/StateTests/EIP150/Homestead/stInitCodeTest.json index fe9ef5884..76b1ab4ba 100644 --- a/StateTests/EIP150/Homestead/stInitCodeTest.json +++ b/StateTests/EIP150/Homestead/stInitCodeTest.json @@ -897,25 +897,32 @@ ], "out" : "0x", "post" : { + "0000000000000000000000000000000000000000" : { + "balance" : "0x0f", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { - "balance" : "0xd6d8", + "balance" : "0xebec", "code" : "0x", "nonce" : "0x00", "storage" : { } }, "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0xafc8", + "balance" : "0x0e5645", "code" : "0x", "nonce" : "0x01", "storage" : { } } }, - "postStateRoot" : "b2f8ca928c2981cc192c854df4736810593c8fd90783416d84b4a0f1e0fea952", + "postStateRoot" : "c1ff00f22661d9cf4e00cda9e4af0c00302800c123bdf96e1e46dec4a320dd74", "pre" : { "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { - "balance" : "0x0186a0", + "balance" : "0x0f4240", "code" : "0x", "nonce" : "0x00", "storage" : { @@ -924,7 +931,7 @@ }, "transaction" : { "data" : "0x600a80600c6000396000fff2ffff600160008035811a81", - "gasLimit" : "0xd6d8", + "gasLimit" : "0x028488", "gasPrice" : "0x01", "nonce" : "0x00", "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", |