diff options
author | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:59:49 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethereum.org> | 2018-02-07 04:59:49 +0800 |
commit | 46632a2d1fef0b495ec408c087a4074b4f361be6 (patch) | |
tree | f72b724d511019c28f7400edb1cfe13d446bb6d0 /src/BlockchainTestsFiller | |
parent | a3121b5e771c9dffbda37e54b3df2063f8d67279 (diff) | |
download | tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.gz tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.bz2 tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.lz tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.xz tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.tar.zst tangerine-tests-46632a2d1fef0b495ec408c087a4074b4f361be6.zip |
refill stRecursive
Diffstat (limited to 'src/BlockchainTestsFiller')
2 files changed, 116 insertions, 2 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue_d0g0v0Filler.json index 49fcd9b83..ba6a56ec0 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreateReturnValue_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x3b9aca00", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,63 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918248222d4c" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x456391824628112c" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x456391824628112c" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x02" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af760112c" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x02" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af760112c" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x02" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreate_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreate_d0g0v0Filler.json index 0ec268d56..02e1ef4c0 100644 --- a/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreate_d0g0v0Filler.json +++ b/src/BlockchainTestsFiller/GeneralStateTests/stRecursiveCreate/recursiveCreate_d0g0v0Filler.json @@ -10,7 +10,7 @@ }, "transactions" : [ { - "data" : "", + "data" : "0x", "gasLimit" : "0x071948", "gasPrice" : "0x01", "nonce" : "0x00", @@ -25,6 +25,63 @@ ] } ], + "expect" : [ + { + "network" : "Homestead", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fb1948" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP150", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa7e90" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x01" + } + } + }, + { + "network" : "EIP158", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x4563918244fa7e90" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x02" + } + } + }, + { + "network" : "Byzantium", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6327e90" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x02" + } + } + }, + { + "network" : "Constantinople", + "result" : { + "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0x29a2241af6327e90" + }, + "0xd2571607e241ecf590ed94b12d87c94babe36db6" : { + "nonce" : "0x02" + } + } + } + ], "genesisBlockHeader" : { "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |