diff options
author | Dimitry <dimitry@ethdev.com> | 2016-12-20 23:09:04 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-12-20 23:09:04 +0800 |
commit | b364958d2f4828ac9165ae90eade97d57a52ecba (patch) | |
tree | a7e87d172b4404bfc8275fac0e34f4b2bab80ed5 /GeneralStateTests/stEIP150Specific/NewGasPriceForCodes.json | |
parent | 55125b1fdd58942077e8a78c81dee9d58a43a334 (diff) | |
download | tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.gz tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.bz2 tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.lz tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.xz tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.zst tangerine-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.zip |
refill GeneralStateTests
Diffstat (limited to 'GeneralStateTests/stEIP150Specific/NewGasPriceForCodes.json')
-rw-r--r-- | GeneralStateTests/stEIP150Specific/NewGasPriceForCodes.json | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/GeneralStateTests/stEIP150Specific/NewGasPriceForCodes.json b/GeneralStateTests/stEIP150Specific/NewGasPriceForCodes.json new file mode 100644 index 000000000..254ebb07e --- /dev/null +++ b/GeneralStateTests/stEIP150Specific/NewGasPriceForCodes.json @@ -0,0 +1,100 @@ +{ + "NewGasPriceForCodes" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x28d138", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "EIP150" : [ + { + "hash" : "58530241bc470bb693bf79333ecdb9561a65cad9a5e2717df5e9d2e252ed111e", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "EIP158" : [ + { + "hash" : "717eb439457deec8adb3980be18a1e4a5950a316b9612e18f487180b123cf1a5", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Frontier" : [ + { + "hash" : "d6bfa0493ca6ab0b2dcf421757ba5c36fe8f4ee93b09f447c735404a063c77a6", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Homestead" : [ + { + "hash" : "eaa47f6fe617ab6ca6fea56adfda649114ec8d4997aa586e5ee23517697db10b", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ] + }, + "pre" : { + "1000000000000000000000000000000000000010" : { + "balance" : "0x6f", + "code" : "0x1122334455667788991011121314151617181920212223242526272829303132", + "nonce" : "0x00", + "storage" : { + } + }, + "1000000000000000000000000000000000000011" : { + "balance" : "0x00", + "code" : "0x6011606455", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0xe8d4a51000", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "b94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x00", + "code" : "0x7310000000000000000000000000000000000000103b6001556014600060007310000000000000000000000000000000000000103c60005160025560005460045560006000600060006001731000000000000000000000000000000000000011617530f160055560006000600060006001731000000000000000000000000000000000000011617530f26006556000600060006000731000000000000000000000000000000000000011617530f460075560006000600060006000731000000000000000000000000000000000000013617530f160085573a94f5374fce5edbc8e2a8697c15331677e6ebf0b316003555a600a55", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x12" + } + } + }, + "transaction" : { + "data" : [ + "" + ], + "gasLimit" : [ + "600000" + ], + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "b94f5374fce5edbc8e2a8697c15331677e6ebf0b", + "value" : [ + "0" + ] + } + } +}
\ No newline at end of file |