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/stEIP158Specific/vitalikTransactionTest.json | |
parent | 55125b1fdd58942077e8a78c81dee9d58a43a334 (diff) | |
download | dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.gz dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.bz2 dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.lz dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.xz dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.tar.zst dexon-tests-b364958d2f4828ac9165ae90eade97d57a52ecba.zip |
refill GeneralStateTests
Diffstat (limited to 'GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json')
-rw-r--r-- | GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json b/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json new file mode 100644 index 000000000..6ce55933f --- /dev/null +++ b/GeneralStateTests/stEIP158Specific/vitalikTransactionTest.json @@ -0,0 +1,85 @@ +{ + "vitalikTransactionTest" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x02b8feb0", + "currentGasLimit" : "0x989680", + "currentNumber" : "0x28d138", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "post" : { + "EIP150" : [ + { + "hash" : "7a281a1ce18be77fa72d654767a410e2244f172c744ee2ac1154960f4981a3b4", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "EIP158" : [ + { + "hash" : "e3de92e8ec039e7b32fc50549194af8e16214e995915d1f66c4121d30ff88275", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Frontier" : [ + { + "hash" : "6243be0d831b29c25ba9250267d6c78bc84e087c1d0d9b76f7fc40212ae857e2", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ], + "Homestead" : [ + { + "hash" : "413833e5cb37a0c12c8e02c380e3c51587a102c5b02f1a65dc42a89b89224275", + "indexes" : { + "data" : 0, + "gas" : 0, + "value" : 0 + } + } + ] + }, + "pre" : { + "cd2a3d9f938e13cd947ec05abc7fe734df8dd826" : { + "balance" : "0xffffffffffffffffff", + "code" : "0x", + "nonce" : "0x014f", + "storage" : { + } + }, + "ee098e6c2a43d9e2c04f08f0c3a87b0ba59079d4" : { + "balance" : "0x00", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : [ + "0x6000607f5359610043806100135939610056566c010000000000000000000000007fee098e6c2a43d9e2c04f08f0c3a87b0ba59079d4d53532071d6cd0cb86facd5605ff6100008061003f60003961003f565b6000f35b816000f0905050596100718061006c59396100dd5661005f8061000e60003961006d566000603f5359610043806100135939610056566c010000000000000000000000007fee098e6c2a43d9e2c04f08f0c3a87b0ba59079d4d53532071d6cd0cb86facd5605ff6100008061003f60003961003f565b6000f35b816000f0905050fe5b6000f35b816000f0905060405260006000600060006000604051620249f0f15061000080610108600039610108565b6000f3" + ], + "gasLimit" : [ + "0x1fffff" + ], + "gasPrice" : "0x01", + "nonce" : "0x014f", + "secretKey" : "c85ef7d79691fe79573b1a7064c19c1a9819ebdbd1faaab1a8ec92344438aaf4", + "to" : "", + "value" : [ + "0" + ] + } + } +}
\ No newline at end of file |