diff options
Diffstat (limited to 'src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json')
-rw-r--r-- | src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json b/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json index f18d74f61..07e5b663f 100644 --- a/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json +++ b/src/GeneralStateTestsFiller/stSolidityTest/RecursiveCreateContractsFiller.json @@ -28,6 +28,36 @@ "gas" : -1, "value" : -1 }, + "network" : ["EIP150"], + "result" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x314dc6448d9338c15b0a00000001", + "nonce" : "0x01", + "storage" : { + "0x00" : "0x095e7baea6a6c7c4c2dfeb977efac326af552d87", + "0x01" : "0x0304" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "293976" + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "nonce" : "0x01" + }, + "d2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x00", + "storage" : { + "0x00" : "0x0303" + } + } + } + }, + { + "indexes" : { + "data" : -1, + "gas" : -1, + "value" : -1 + }, "network" : ["EIP158"], "result" : { "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { |