diff options
author | Dimitry <dimitry@ethdev.com> | 2016-09-09 21:46:22 +0800 |
---|---|---|
committer | Dimitry <dimitry@ethdev.com> | 2016-09-09 21:46:22 +0800 |
commit | 8d873afa72060c5625d95370a4a5dc3adbaedac4 (patch) | |
tree | 4ecf36979d9ceb5195e1fb4b56ead335c90683fb /StateTests/stBlockHashTest.json | |
parent | 7d69336e76346055ca9e6a1624914fdb6e447396 (diff) | |
download | dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.tar dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.tar.gz dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.tar.bz2 dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.tar.lz dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.tar.xz dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.tar.zst dexon-tests-8d873afa72060c5625d95370a4a5dc3adbaedac4.zip |
Blockhash test for JIT
Diffstat (limited to 'StateTests/stBlockHashTest.json')
-rw-r--r-- | StateTests/stBlockHashTest.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/StateTests/stBlockHashTest.json b/StateTests/stBlockHashTest.json index 1eb7194c5..115996b94 100644 --- a/StateTests/stBlockHashTest.json +++ b/StateTests/stBlockHashTest.json @@ -190,6 +190,69 @@ "value" : "0x0a" } }, + "blockhashJIT" : { + "env" : { + "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", + "currentDifficulty" : "0x0100", + "currentGasLimit" : "0x174876e800", + "currentNumber" : "0x05", + "currentTimestamp" : "0x01", + "previousHash" : "5e20a0453cecd065ea59c37ac63e079ee08998b6045136a8ce6635c7912ec0b6" + }, + "logs" : [ + ], + "out" : "0x", + "post" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a764000a", + "code" : "0x6000406000556801000000000000000140600155", + "nonce" : "0x00", + "storage" : { + "0x00" : "0x044852b2a670ade5407e78fb2863c51de9fcb96542a07186fe3aeda6bb8a116d" + } + }, + "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba" : { + "balance" : "0xb3e4", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0e8e52", + "code" : "0x", + "nonce" : "0x01", + "storage" : { + } + } + }, + "postStateRoot" : "d32623abb53ca341e9100e60eef122c5ce7063b90893baafd5101803960d51e0", + "pre" : { + "095e7baea6a6c7c4c2dfeb977efac326af552d87" : { + "balance" : "0x0de0b6b3a7640000", + "code" : "0x6000406000556801000000000000000140600155", + "nonce" : "0x00", + "storage" : { + } + }, + "a94f5374fce5edbc8e2a8697c15331677e6ebf0b" : { + "balance" : "0x0f4240", + "code" : "0x", + "nonce" : "0x00", + "storage" : { + } + } + }, + "transaction" : { + "data" : "", + "gasLimit" : "0x045948", + "gasPrice" : "0x01", + "nonce" : "0x00", + "secretKey" : "45a915e4d060149eb4365960e6a7a45f334393093061116b197e3240065ff2d8", + "to" : "095e7baea6a6c7c4c2dfeb977efac326af552d87", + "value" : "0x0a" + } + }, "blockhashOutOfRange" : { "env" : { "currentCoinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba", |