diff options
author | Dimitry <winsvega@mail.ru> | 2016-07-22 21:20:10 +0800 |
---|---|---|
committer | Dimitry <winsvega@mail.ru> | 2016-07-22 21:20:10 +0800 |
commit | e30e87d8ef8cd87575927c65cdb2f0c96c82fc52 (patch) | |
tree | 66ac19944567d5a187c6062e44d02c1c3842156f /StateTests/Homestead | |
parent | 346283b879314d30425c794c9612a878c6726545 (diff) | |
download | tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.tar tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.tar.gz tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.tar.bz2 tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.tar.lz tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.tar.xz tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.tar.zst tangerine-tests-e30e87d8ef8cd87575927c65cdb2f0c96c82fc52.zip |
recreate random tests with updated gasLimit of 2^63-1
Diffstat (limited to 'StateTests/Homestead')
-rw-r--r-- | StateTests/Homestead/stCallCodes.json | 79 |
1 files changed, 78 insertions, 1 deletions
diff --git a/StateTests/Homestead/stCallCodes.json b/StateTests/Homestead/stCallCodes.json index 83fbfc82b..3766aa7be 100644 --- a/StateTests/Homestead/stCallCodes.json +++ b/StateTests/Homestead/stCallCodes.json @@ -3517,6 +3517,83 @@ "value" : "0x00" } }, + "callcode_checkPC" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0xb2d05e00", + "currentNumber" : "0x118c30", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "1000000000000000000000000000000000000000" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60406000604060006000731000000000000000000000000000000000000001620f4240f15058600355", + "nonce" : "0x00", + "storage" : { + "0x03" : "0x25" + } + }, + "1000000000000000000000000000000000000001" : { + "balance" : "0x02540be400", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0xa072", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7635f8e", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "4d8ba7f5982eec7fb7309a002e047fdf47d5e54f6e75077d3b7ad2c4601c1212", + "pre" : { + "1000000000000000000000000000000000000000" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x60406000604060006000731000000000000000000000000000000000000001620f4240f15058600355", + "nonce" : "0x00", + "storage" : { + } + }, + "1000000000000000000000000000000000000001" : { + "balance" : "0x02540be400", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x01c9c380", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "1000000000000000000000000000000000000000", + "value" : "0x00" + } + }, "callcodecall_10" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", @@ -6940,4 +7017,4 @@ "value" : "0x00" } } -}
\ No newline at end of file +} |