Created
September 20, 2017 17:24
-
-
Save holgerd77/8931567b9e3447db71b2a43c4e045b4c to your computer and use it in GitHub Desktop.
BlockchainTests_noGST_2017-09-20.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] testBlockchain /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm | |
> node --stack-size=1500 ./tests/tester -b --excludeDir='GeneralStateTests' | |
TAP version 13 | |
# BlockchainTests | |
# file: BlockGasLimit2p63m1 test: BlockGasLimit2p63m1_Byzantium | |
ok 1 correct pre stateRoot | |
ok 2 correct genesis RLP | |
ok 3 last block hash | |
ok 4 correct header block | |
# file: GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirst test: GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirst_Byzantium | |
ok 5 correct pre stateRoot | |
ok 6 correct genesis RLP | |
{"pc":0,"op":115,"gas":"0x3e8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH20"} | |
ok 7 last block hash | |
ok 8 correct header block | |
# file: GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLast test: GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideLast_Byzantium | |
ok 9 correct pre stateRoot | |
ok 10 correct genesis RLP | |
Invalid block error: Error: tx has a higher gas limit than the block | |
at processTx (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:88:12) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3083:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:946:17) | |
at iterateeCallback (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:931:17) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at parseTxResult (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:136:9) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runTx.js:56:5 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3861:9 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
ok 11 last block hash | |
ok 12 correct header block | |
# file: SuicideTransaction test: SuicideTransaction_Byzantium | |
ok 13 correct pre stateRoot | |
ok 14 correct genesis RLP | |
{"pc":0,"op":115,"gas":"0x13498","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH20"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 15 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4e684a371e40a9ef2a57104657970b6b604786daa0ab2a9c0f624cf9c7db256f' | |
actual: |- | |
'926fddd6a0f69ff8c29833222a7150b9d50f759bda6d50e4c9ea3af6c4ba921d' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 16 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4e684a371e40a9ef2a57104657970b6b604786daa0ab2a9c0f624cf9c7db256f' | |
actual: |- | |
'926fddd6a0f69ff8c29833222a7150b9d50f759bda6d50e4c9ea3af6c4ba921d' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: TransactionGasHigherThanLimit2p63m1 test: TransactionGasHigherThanLimit2p63m1_Byzantium | |
ok 17 correct pre stateRoot | |
ok 18 correct genesis RLP | |
ok 19 last block hash | |
ok 20 correct header block | |
# file: TransactionGasHigherThanLimit2p63m1_2 test: TransactionGasHigherThanLimit2p63m1_2_Byzantium | |
ok 21 correct pre stateRoot | |
ok 22 correct genesis RLP | |
ok 23 last block hash | |
ok 24 correct header block | |
# file: DelegateCallSpam test: DelegateCallSpam_Byzantium | |
ok 25 correct pre stateRoot | |
ok 26 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x79bee8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
ok 27 last block hash | |
ok 28 correct header block | |
# file: ShanghaiLove test: ShanghaiLove_Byzantium | |
ok 29 correct pre stateRoot | |
ok 30 correct genesis RLP | |
{"pc":0,"op":97,"gas":"0x445818","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH2"} | |
ok 31 last block hash | |
ok 32 correct header block | |
# file: StrangeContractCreation test: StrangeContractCreation_Byzantium | |
ok 33 correct pre stateRoot | |
ok 34 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x9495ec","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 35 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'874ff46affe6d97f16b1fb04c9857b6a8c1466b2896ee34ece38879fa630161f' | |
actual: |- | |
'9f4632ac8896366d320af28dc28e3c2dbb42449156b3a9985dfa520a0431a50c' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 36 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'874ff46affe6d97f16b1fb04c9857b6a8c1466b2896ee34ece38879fa630161f' | |
actual: |- | |
'9f4632ac8896366d320af28dc28e3c2dbb42449156b3a9985dfa520a0431a50c' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: SuicideIssue test: SuicideIssue_Byzantium | |
ok 37 correct pre stateRoot | |
ok 38 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x476448","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
ok 39 last block hash | |
ok 40 correct header block | |
# file: AmIOnEIP150 test: AmIOnEIP150_Byzantium | |
ok 41 correct pre stateRoot | |
ok 42 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x441d8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 43 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'adbd485cc6a4f7feaa5e9a3b2eea130ab8a43a51e97e70683c551f61ea848710' | |
actual: |- | |
'a2d14bcd0535802153e4ba3570764f1e4b082b8493d3418b165b1f1df1441406' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 44 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'adbd485cc6a4f7feaa5e9a3b2eea130ab8a43a51e97e70683c551f61ea848710' | |
actual: |- | |
'a2d14bcd0535802153e4ba3570764f1e4b082b8493d3418b165b1f1df1441406' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: ForkStressTest test: ForkStressTest_Byzantium | |
ok 45 correct pre stateRoot | |
ok 46 correct genesis RLP | |
ok 47 last block hash | |
ok 48 correct header block | |
# file: RPC_API_Test test: RPC_API_Test_Byzantium | |
ok 49 correct pre stateRoot | |
ok 50 correct genesis RLP | |
{"pc":0,"op":91,"gas":"0x2d69bc","gasCost":"0x1","stack":[],"depth":0,"opName":"JUMPDEST"} | |
{"pc":1,"op":91,"gas":"0x2d69bb","gasCost":"0x1","stack":[],"depth":0,"opName":"JUMPDEST"} | |
{"pc":2,"op":97,"gas":"0x2d69ba","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH2"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 51 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'202893b9da52a1237aefcef07a76589ccb81c05a8790146f7ee4998d37e102e5' | |
actual: |- | |
'cded1bc807465a72e2d54697076ab858f28b15d4beaae8faa47339c8eee386a3' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 52 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'202893b9da52a1237aefcef07a76589ccb81c05a8790146f7ee4998d37e102e5' | |
actual: |- | |
'cded1bc807465a72e2d54697076ab858f28b15d4beaae8faa47339c8eee386a3' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: highGasUsage test: highGasUsage_Byzantium | |
ok 53 correct pre stateRoot | |
ok 54 correct genesis RLP | |
ok 55 last block hash | |
ok 56 correct header block | |
# file: notxs test: notxs_Byzantium | |
ok 57 correct pre stateRoot | |
ok 58 correct genesis RLP | |
ok 59 last block hash | |
ok 60 correct header block | |
# file: DifferentExtraData1025 test: DifferentExtraData1025_Byzantium | |
ok 61 correct pre stateRoot | |
ok 62 correct genesis RLP | |
ok 63 last block hash | |
ok 64 correct header block | |
# file: DifficultyIsZero test: DifficultyIsZero_Byzantium | |
ok 65 correct pre stateRoot | |
ok 66 correct genesis RLP | |
ok 67 last block hash | |
ok 68 correct header block | |
# file: ExtraData1024 test: ExtraData1024_Byzantium | |
ok 69 correct pre stateRoot | |
ok 70 correct genesis RLP | |
ok 71 last block hash | |
ok 72 correct header block | |
# file: ExtraData33 test: ExtraData33_Byzantium | |
ok 73 correct pre stateRoot | |
ok 74 correct genesis RLP | |
ok 75 last block hash | |
ok 76 correct header block | |
# file: GasLimitHigherThan2p63m1 test: GasLimitHigherThan2p63m1_Byzantium | |
ok 77 correct pre stateRoot | |
ok 78 correct genesis RLP | |
{"pc":0,"op":115,"gas":"0x0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH20"} | |
not ok 79 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a0c4fb624380a30ab8545394697b8ff1fe4858ebe5b9c114fc56f38b296894cc' | |
actual: |- | |
'9623d32125ae3cc4c5784c040fb54e81c17386c85bb8f525f4740d2cd230b45f' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 80 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a0c4fb624380a30ab8545394697b8ff1fe4858ebe5b9c114fc56f38b296894cc' | |
actual: |- | |
'9623d32125ae3cc4c5784c040fb54e81c17386c85bb8f525f4740d2cd230b45f' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: GasLimitIsZero test: GasLimitIsZero_Byzantium | |
ok 81 correct pre stateRoot | |
ok 82 correct genesis RLP | |
ok 83 last block hash | |
ok 84 correct header block | |
# file: log1_wrongBlockNumber test: log1_wrongBlockNumber_Byzantium | |
ok 85 correct pre stateRoot | |
ok 86 correct genesis RLP | |
ok 87 last block hash | |
ok 88 correct header block | |
# file: log1_wrongBloom test: log1_wrongBloom_Byzantium | |
ok 89 correct pre stateRoot | |
ok 90 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 91 last block hash | |
ok 92 correct header block | |
# file: wrongCoinbase test: wrongCoinbase_Byzantium | |
ok 93 correct pre stateRoot | |
ok 94 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 95 last block hash | |
ok 96 correct header block | |
# file: wrongDifficulty test: wrongDifficulty_Byzantium | |
ok 97 correct pre stateRoot | |
ok 98 correct genesis RLP | |
ok 99 last block hash | |
ok 100 correct header block | |
# file: wrongGasLimit test: wrongGasLimit_Byzantium | |
ok 101 correct pre stateRoot | |
ok 102 correct genesis RLP | |
ok 103 last block hash | |
ok 104 correct header block | |
# file: wrongGasUsed test: wrongGasUsed_Byzantium | |
ok 105 correct pre stateRoot | |
ok 106 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 107 last block hash | |
ok 108 correct header block | |
# file: wrongMixHash test: wrongMixHash_Byzantium | |
ok 109 correct pre stateRoot | |
ok 110 correct genesis RLP | |
ok 111 last block hash | |
ok 112 correct header block | |
# file: wrongNonce test: wrongNonce_Byzantium | |
ok 113 correct pre stateRoot | |
ok 114 correct genesis RLP | |
ok 115 last block hash | |
ok 116 correct header block | |
# file: wrongNumber test: wrongNumber_Byzantium | |
ok 117 correct pre stateRoot | |
ok 118 correct genesis RLP | |
ok 119 last block hash | |
ok 120 correct header block | |
# file: wrongParentHash test: wrongParentHash_Byzantium | |
ok 121 correct pre stateRoot | |
ok 122 correct genesis RLP | |
ok 123 last block hash | |
ok 124 correct header block | |
# file: wrongParentHash2 test: wrongParentHash2_Byzantium | |
ok 125 correct pre stateRoot | |
ok 126 correct genesis RLP | |
ok 127 last block hash | |
ok 128 correct header block | |
# file: wrongReceiptTrie test: wrongReceiptTrie_Byzantium | |
ok 129 correct pre stateRoot | |
ok 130 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 131 last block hash | |
ok 132 correct header block | |
# file: wrongStateRoot test: wrongStateRoot_Byzantium | |
ok 133 correct pre stateRoot | |
ok 134 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 135 last block hash | |
ok 136 correct header block | |
# file: wrongTimestamp test: wrongTimestamp_Byzantium | |
ok 137 correct pre stateRoot | |
ok 138 correct genesis RLP | |
ok 139 last block hash | |
ok 140 correct header block | |
# file: wrongTransactionsTrie test: wrongTransactionsTrie_Byzantium | |
ok 141 correct pre stateRoot | |
ok 142 correct genesis RLP | |
ok 143 last block hash | |
ok 144 correct header block | |
# file: wrongUncleHash test: wrongUncleHash_Byzantium | |
ok 145 correct pre stateRoot | |
ok 146 correct genesis RLP | |
ok 147 last block hash | |
ok 148 correct header block | |
# file: CallContractFromNotBestBlock test: CallContractFromNotBestBlock_Byzantium | |
ok 149 correct pre stateRoot | |
ok 150 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x3e36f","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 151 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'fd11ff26482d019b6683d072f588190a0d0ebc07af1553bd76d26c547a25edc1' | |
actual: |- | |
'340c9ba92cd28d2ede70e64d77d2da5391f75650526462139578db1856199e90' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 152 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'fd11ff26482d019b6683d072f588190a0d0ebc07af1553bd76d26c547a25edc1' | |
actual: |- | |
'340c9ba92cd28d2ede70e64d77d2da5391f75650526462139578db1856199e90' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: ChainAtoChainB test: ChainAtoChainB_Byzantium | |
ok 153 correct pre stateRoot | |
ok 154 correct genesis RLP | |
ok 155 last block hash | |
ok 156 correct header block | |
# file: ChainAtoChainBCallContractFormA test: ChainAtoChainBCallContractFormA_Byzantium | |
ok 157 correct pre stateRoot | |
ok 158 correct genesis RLP | |
ok 159 last block hash | |
ok 160 correct header block | |
# file: ChainAtoChainB_BlockHash test: ChainAtoChainB_BlockHash_Byzantium | |
ok 161 correct pre stateRoot | |
ok 162 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x46923","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 163 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'025f5f8c73d01aa488a40122669ecb5dda105819f6018f45fc684947a2fcffb1' | |
actual: |- | |
'579861d1283b212cae78a9db25b4e41ce02b8666d486cf7dcb87881968890996' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 164 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'025f5f8c73d01aa488a40122669ecb5dda105819f6018f45fc684947a2fcffb1' | |
actual: |- | |
'579861d1283b212cae78a9db25b4e41ce02b8666d486cf7dcb87881968890996' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: ChainAtoChainB_blockorder1 test: ChainAtoChainB_blockorder1_Byzantium | |
ok 165 correct pre stateRoot | |
ok 166 correct genesis RLP | |
ok 167 last block hash | |
ok 168 correct header block | |
# file: ChainAtoChainB_blockorder2 test: ChainAtoChainB_blockorder2_Byzantium | |
ok 169 correct pre stateRoot | |
ok 170 correct genesis RLP | |
ok 171 last block hash | |
ok 172 correct header block | |
# file: ChainAtoChainB_difficultyB test: ChainAtoChainB_difficultyB_Byzantium | |
ok 173 correct pre stateRoot | |
ok 174 correct genesis RLP | |
ok 175 last block hash | |
ok 176 correct header block | |
# file: ChainAtoChainBtoChainA test: ChainAtoChainBtoChainA_Byzantium | |
ok 177 correct pre stateRoot | |
ok 178 correct genesis RLP | |
ok 179 last block hash | |
ok 180 correct header block | |
# file: ChainAtoChainBtoChainAtoChainB test: ChainAtoChainBtoChainAtoChainB_Byzantium | |
ok 181 correct pre stateRoot | |
ok 182 correct genesis RLP | |
ok 183 last block hash | |
ok 184 correct header block | |
# file: randomStatetest109BC test: randomStatetest109BC_Byzantium | |
ok 185 correct pre stateRoot | |
ok 186 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 187 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'64be1036d304af77cfa6c2da2f36f7c1c7ea859d86feb4c3aff01291260944e0' | |
actual: |- | |
'9d6563c8b458f8e3459c185d4aaa40eca0918ef25466784747c00ab9f7959c94' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 188 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'64be1036d304af77cfa6c2da2f36f7c1c7ea859d86feb4c3aff01291260944e0' | |
actual: |- | |
'9d6563c8b458f8e3459c185d4aaa40eca0918ef25466784747c00ab9f7959c94' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest113BC test: randomStatetest113BC_Byzantium | |
ok 189 correct pre stateRoot | |
ok 190 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x534174e","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 191 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c4b5a97fafef88f88bc8f7a20a755e7c80796d2f65d8db598e3aadf648c8e083' | |
actual: |- | |
'f3b6b5c334fb69e5b4189429ad26fe5376d1c67e8c5337ea8e8e1e7a6df1a773' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 192 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c4b5a97fafef88f88bc8f7a20a755e7c80796d2f65d8db598e3aadf648c8e083' | |
actual: |- | |
'f3b6b5c334fb69e5b4189429ad26fe5376d1c67e8c5337ea8e8e1e7a6df1a773' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest127BC test: randomStatetest127BC_Byzantium | |
ok 193 correct pre stateRoot | |
ok 194 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 195 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a575a5a9b6016a27a5ea265094f89c73defb1023ea14cf6938604c1847dac9ed' | |
actual: |- | |
'64f9a3a70af31bba33aa821702313129823ade027a4cffa3d9e2b7506592f888' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 196 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a575a5a9b6016a27a5ea265094f89c73defb1023ea14cf6938604c1847dac9ed' | |
actual: |- | |
'64f9a3a70af31bba33aa821702313129823ade027a4cffa3d9e2b7506592f888' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest128BC test: randomStatetest128BC_Byzantium | |
ok 197 correct pre stateRoot | |
ok 198 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x3374a716","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 199 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'72cc794e01c47a3416875231196c6677704b1707b7b41e3e88d25f85c8382596' | |
actual: |- | |
'f0e5bc9d161fdf1d7e770c7b3c00d523a1447c2985bafcf3e9c21bee66bb0d61' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 200 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'72cc794e01c47a3416875231196c6677704b1707b7b41e3e88d25f85c8382596' | |
actual: |- | |
'f0e5bc9d161fdf1d7e770c7b3c00d523a1447c2985bafcf3e9c21bee66bb0d61' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest132BC test: randomStatetest132BC_Byzantium | |
ok 201 correct pre stateRoot | |
ok 202 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x598c3361","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 203 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7b3d2c6ac4dd74aed1b145d0647613b73396438e8346c86038a2dd293eaca744' | |
actual: |- | |
'7e56aa7f533deab3866282b080bae6a74f300854ef147c3933d7be6cf3b7a070' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 204 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7b3d2c6ac4dd74aed1b145d0647613b73396438e8346c86038a2dd293eaca744' | |
actual: |- | |
'7e56aa7f533deab3866282b080bae6a74f300854ef147c3933d7be6cf3b7a070' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest140BC test: randomStatetest140BC_Byzantium | |
ok 205 correct pre stateRoot | |
ok 206 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x168dac1a","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 207 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'08a092ba0f0070134e7756ec8da3d8182ffa9c3bfa12c2470e2f63ca83d370c1' | |
actual: |- | |
'a304c9772102fee9110d9d1ca9caab9f4ff10c7f4fb23e12b004a679860582b6' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 208 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'08a092ba0f0070134e7756ec8da3d8182ffa9c3bfa12c2470e2f63ca83d370c1' | |
actual: |- | |
'a304c9772102fee9110d9d1ca9caab9f4ff10c7f4fb23e12b004a679860582b6' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest141BC test: randomStatetest141BC_Byzantium | |
ok 209 correct pre stateRoot | |
ok 210 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 211 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'303120b16743b3d84f59834d06c7e41b203c6456c8a33c482a847dea440c33be' | |
actual: |- | |
'b8934790dbf3ccc55da958133d100238c50794c0207a0bd47e8c0646f2e348d8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 212 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'303120b16743b3d84f59834d06c7e41b203c6456c8a33c482a847dea440c33be' | |
actual: |- | |
'b8934790dbf3ccc55da958133d100238c50794c0207a0bd47e8c0646f2e348d8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest152BC test: randomStatetest152BC_Byzantium | |
ok 213 correct pre stateRoot | |
ok 214 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xb09eed8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 215 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4c916a429462c6c05a3226df3b97f17e550c4a93e17d4b5acddfb3866d759115' | |
actual: |- | |
'7fd54db624de03dd9a042e5e94a41d444a2c9b9220448e6f43d83b0454566f60' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 216 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4c916a429462c6c05a3226df3b97f17e550c4a93e17d4b5acddfb3866d759115' | |
actual: |- | |
'7fd54db624de03dd9a042e5e94a41d444a2c9b9220448e6f43d83b0454566f60' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest165BC test: randomStatetest165BC_Byzantium | |
ok 217 correct pre stateRoot | |
ok 218 correct genesis RLP | |
{"pc":0,"op":65,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"COINBASE"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 219 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'1a3c45320c6bbdc575c3c1e73f7e720eb956f2134844d307fe64cdb210231ed3' | |
actual: |- | |
'13bf683d485bdf6f6a9f05b2a1eb265efcbe497eb49e856cbc3531f7384613a1' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 220 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'1a3c45320c6bbdc575c3c1e73f7e720eb956f2134844d307fe64cdb210231ed3' | |
actual: |- | |
'13bf683d485bdf6f6a9f05b2a1eb265efcbe497eb49e856cbc3531f7384613a1' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest168BC test: randomStatetest168BC_Byzantium | |
ok 221 correct pre stateRoot | |
ok 222 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x35935b53","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 223 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'aa8a33e757cfd8d796d6ab786eada96715b7e9b6eaf05185bf5c363e0a170693' | |
actual: |- | |
'e8cb50f87dc798fb2abdbcd7fda4f67e4e4839a6c6b21b7a0e49d457edbfb246' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 224 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'aa8a33e757cfd8d796d6ab786eada96715b7e9b6eaf05185bf5c363e0a170693' | |
actual: |- | |
'e8cb50f87dc798fb2abdbcd7fda4f67e4e4839a6c6b21b7a0e49d457edbfb246' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest181BC test: randomStatetest181BC_Byzantium | |
ok 225 correct pre stateRoot | |
ok 226 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x21fc9373","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 227 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'f4517aaf1a4687aa6d06b14356b8c078b297af3966f3240e4526b6ad54249623' | |
actual: |- | |
'd6ab733f25bb421d672a0abbb9e237f87c36fb26528add6e17a9999d1540cd61' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 228 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'f4517aaf1a4687aa6d06b14356b8c078b297af3966f3240e4526b6ad54249623' | |
actual: |- | |
'd6ab733f25bb421d672a0abbb9e237f87c36fb26528add6e17a9999d1540cd61' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest182BC test: randomStatetest182BC_Byzantium | |
ok 229 correct pre stateRoot | |
ok 230 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x69e3add4","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 231 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2fb0d026ac8ec6a9689b866587fee8d4cf2b0532a525f37fc938d524b22a3f1f' | |
actual: |- | |
'b59ce1dc7c55555112a204fcbf83163758de6a2720a02e110ef208e40f715114' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 232 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2fb0d026ac8ec6a9689b866587fee8d4cf2b0532a525f37fc938d524b22a3f1f' | |
actual: |- | |
'b59ce1dc7c55555112a204fcbf83163758de6a2720a02e110ef208e40f715114' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest186BC test: randomStatetest186BC_Byzantium | |
ok 233 correct pre stateRoot | |
ok 234 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 235 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'ecf82b76bf9fbf0a9f39551d026317819d8efd30229dafb362f1ed27074ad3ea' | |
actual: |- | |
'0bdcf9a3ab865ee511a6f5cbbe5394127a0bce2636241d271c42bc8a57edebd0' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 236 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'ecf82b76bf9fbf0a9f39551d026317819d8efd30229dafb362f1ed27074ad3ea' | |
actual: |- | |
'0bdcf9a3ab865ee511a6f5cbbe5394127a0bce2636241d271c42bc8a57edebd0' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest193BC test: randomStatetest193BC_Byzantium | |
ok 237 correct pre stateRoot | |
ok 238 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7fc6a8d0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 239 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'067194bad0a5e17d67cfb1796ebe9743ae6ef4b4593950f2a3b33dbac2178677' | |
actual: |- | |
'b0e9ca3f17f1a8d4dbd0db266b2794b94fb002770baa0d53dad7fac46233670a' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 240 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'067194bad0a5e17d67cfb1796ebe9743ae6ef4b4593950f2a3b33dbac2178677' | |
actual: |- | |
'b0e9ca3f17f1a8d4dbd0db266b2794b94fb002770baa0d53dad7fac46233670a' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest203BC test: randomStatetest203BC_Byzantium | |
ok 241 correct pre stateRoot | |
ok 242 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x5096d84","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 243 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'd6c610e46a26d6e6ff79a063497780812822b26fa75f2ab7d29e0ee48b3f7dc6' | |
actual: |- | |
'847fc156cc128a025d6a97c7484dece2c9c241d53eff82ad5cb9a19656478ba9' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 244 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'd6c610e46a26d6e6ff79a063497780812822b26fa75f2ab7d29e0ee48b3f7dc6' | |
actual: |- | |
'847fc156cc128a025d6a97c7484dece2c9c241d53eff82ad5cb9a19656478ba9' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest213BC test: randomStatetest213BC_Byzantium | |
ok 245 correct pre stateRoot | |
ok 246 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x3d3fda7c","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 247 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'69af5646a49faf1aaa7fb13410962b4a3e428f1de3deb3c0546ad1ff76b80a9e' | |
actual: |- | |
'0a533130fa6de7c0b017def197d33d940ccccd597bc6d9d72eb541e1bfbf618e' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 248 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'69af5646a49faf1aaa7fb13410962b4a3e428f1de3deb3c0546ad1ff76b80a9e' | |
actual: |- | |
'0a533130fa6de7c0b017def197d33d940ccccd597bc6d9d72eb541e1bfbf618e' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest218BC test: randomStatetest218BC_Byzantium | |
ok 249 correct pre stateRoot | |
ok 250 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x54dcca69","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 251 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'793cc48cc7d88bd68f77f375f2716559cb6831ada16d0ae028de79182bf97ebc' | |
actual: |- | |
'450d1c75e19a27da6d4b2d785dd690b802e48d0d129df5e36925de258f32ea34' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 252 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'793cc48cc7d88bd68f77f375f2716559cb6831ada16d0ae028de79182bf97ebc' | |
actual: |- | |
'450d1c75e19a27da6d4b2d785dd690b802e48d0d129df5e36925de258f32ea34' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest21BC test: randomStatetest21BC_Byzantium | |
ok 253 correct pre stateRoot | |
ok 254 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 255 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'fafe10b20b5e3bb52d3e65bd123baaca7e46c71dd0af6ab66b71161474c9c7dd' | |
actual: |- | |
'bd17f990fda340705eb14de1ddbb0227184195e347bb2897818aa5b09a65c3bc' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 256 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'fafe10b20b5e3bb52d3e65bd123baaca7e46c71dd0af6ab66b71161474c9c7dd' | |
actual: |- | |
'bd17f990fda340705eb14de1ddbb0227184195e347bb2897818aa5b09a65c3bc' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest224BC test: randomStatetest224BC_Byzantium | |
ok 257 correct pre stateRoot | |
ok 258 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x450b7ff4","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 259 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'cf271d12eb78ad398b649f2176fb43809796f340f3bf4453d9e101b5b97bf10c' | |
actual: |- | |
'465e03433bd472624bf6894ff36d5b06f3b99711627732fd8e8fe25acc4ed097' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 260 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'cf271d12eb78ad398b649f2176fb43809796f340f3bf4453d9e101b5b97bf10c' | |
actual: |- | |
'465e03433bd472624bf6894ff36d5b06f3b99711627732fd8e8fe25acc4ed097' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest234BC test: randomStatetest234BC_Byzantium | |
ok 261 correct pre stateRoot | |
ok 262 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xeb3faf8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 263 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'99ca1e486e25ae5c4abe37ff7c2471d9feacba12f19535f07dcf6b8cd67d79e4' | |
actual: |- | |
'7dcccaed7455ba19911cd26fb5d540525f61589451c4629ec025f0e25fc8af63' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 264 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'99ca1e486e25ae5c4abe37ff7c2471d9feacba12f19535f07dcf6b8cd67d79e4' | |
actual: |- | |
'7dcccaed7455ba19911cd26fb5d540525f61589451c4629ec025f0e25fc8af63' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest235BC test: randomStatetest235BC_Byzantium | |
ok 265 correct pre stateRoot | |
ok 266 correct genesis RLP | |
{"pc":0,"op":65,"gas":"0x6ac66ab9","gasCost":"0x2","stack":[],"depth":0,"opName":"COINBASE"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 267 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'd85fade22ba7a1bbf7d492645c149a2bd1872f8762c708f141efd1dbfb803816' | |
actual: |- | |
'62a9333b85ae921678027affc23d7406f4104e0e2f4057cb6fe0258bff6d216a' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 268 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'd85fade22ba7a1bbf7d492645c149a2bd1872f8762c708f141efd1dbfb803816' | |
actual: |- | |
'62a9333b85ae921678027affc23d7406f4104e0e2f4057cb6fe0258bff6d216a' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest239BC test: randomStatetest239BC_Byzantium | |
ok 269 correct pre stateRoot | |
ok 270 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x37f54594","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 271 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'd710fb29ad0fa7784011176c3c0013dc9fed1ba222faaa0aaf3dc26fe3c8b02c' | |
actual: |- | |
'0382928f666a1600554ecfdcceb874c2952d4da8a2148280458ecb1219f0ba2f' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 272 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'd710fb29ad0fa7784011176c3c0013dc9fed1ba222faaa0aaf3dc26fe3c8b02c' | |
actual: |- | |
'0382928f666a1600554ecfdcceb874c2952d4da8a2148280458ecb1219f0ba2f' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest240BC test: randomStatetest240BC_Byzantium | |
ok 273 correct pre stateRoot | |
ok 274 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 275 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'e5f50198872382b00b413a1c812ab106172b99f41e057b6e566f0390915f61d2' | |
actual: |- | |
'0db89cdbba43da81f8f97785109eee92a4c8b93722a7bdef19dd0e68af8c4add' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 276 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'e5f50198872382b00b413a1c812ab106172b99f41e057b6e566f0390915f61d2' | |
actual: |- | |
'0db89cdbba43da81f8f97785109eee92a4c8b93722a7bdef19dd0e68af8c4add' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest253BC test: randomStatetest253BC_Byzantium | |
ok 277 correct pre stateRoot | |
ok 278 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 279 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'063a256fbdd72f6d36a8424951b0140c5c381db3d82f345dafbfb7c35cd9e4ef' | |
actual: |- | |
'357ecdcc5b70a99a5c4809d548966d8c0331d387fdcdf9c99bd0154d59cad0a8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 280 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'063a256fbdd72f6d36a8424951b0140c5c381db3d82f345dafbfb7c35cd9e4ef' | |
actual: |- | |
'357ecdcc5b70a99a5c4809d548966d8c0331d387fdcdf9c99bd0154d59cad0a8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest255BC test: randomStatetest255BC_Byzantium | |
ok 281 correct pre stateRoot | |
ok 282 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x268dfa69","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 283 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'136f5d386f0a709961cb46cfbb15f3974f810926a36670082358c063fd52be41' | |
actual: |- | |
'f3e671d0c334ee3f58d1a86371b226f1e17fe9ac7a4cef4278b26bbf32fd0474' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 284 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'136f5d386f0a709961cb46cfbb15f3974f810926a36670082358c063fd52be41' | |
actual: |- | |
'f3e671d0c334ee3f58d1a86371b226f1e17fe9ac7a4cef4278b26bbf32fd0474' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest256BC test: randomStatetest256BC_Byzantium | |
ok 285 correct pre stateRoot | |
ok 286 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x1598b050","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 287 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7746e9058c3d3449930f76417f4f576f468bd22bb417dad4a50052f00a9e3564' | |
actual: |- | |
'f6d9a59681055e0d2715e654ac1299faf44e26a6768aa1ba1eb7a6e32fbda8f2' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 288 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7746e9058c3d3449930f76417f4f576f468bd22bb417dad4a50052f00a9e3564' | |
actual: |- | |
'f6d9a59681055e0d2715e654ac1299faf44e26a6768aa1ba1eb7a6e32fbda8f2' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest258BC test: randomStatetest258BC_Byzantium | |
ok 289 correct pre stateRoot | |
ok 290 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x120f8d30","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 291 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2a7b480ae58c4503006045dbf8188542d00a2f26a5a76790094c84bac6d15108' | |
actual: |- | |
'e7d0c82b79f562aa7d1c7a81f2f4345fb7ed48cd379e3b790dcf00b1a522f4d2' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 292 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2a7b480ae58c4503006045dbf8188542d00a2f26a5a76790094c84bac6d15108' | |
actual: |- | |
'e7d0c82b79f562aa7d1c7a81f2f4345fb7ed48cd379e3b790dcf00b1a522f4d2' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest262BC test: randomStatetest262BC_Byzantium | |
ok 293 correct pre stateRoot | |
ok 294 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xe770e3c","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 295 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'40a6dc6182a9df2fba9e813bccb9ca8cf573d1a719525f85691cd947d35cd671' | |
actual: |- | |
'a4022e3af0e187d8d2aa5856a0365ca8398c68d4aade0bf53c34925972c080bb' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 296 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'40a6dc6182a9df2fba9e813bccb9ca8cf573d1a719525f85691cd947d35cd671' | |
actual: |- | |
'a4022e3af0e187d8d2aa5856a0365ca8398c68d4aade0bf53c34925972c080bb' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest272BC test: randomStatetest272BC_Byzantium | |
ok 297 correct pre stateRoot | |
ok 298 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 299 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'f79c2e6919d5837384862d91821d5a4317f10a2dc324b019171b69e81454cdce' | |
actual: |- | |
'2515a928b00fe950dc18f2ef6a8e33a9666b094c68b7b9767121bf868b5c8aec' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 300 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'f79c2e6919d5837384862d91821d5a4317f10a2dc324b019171b69e81454cdce' | |
actual: |- | |
'2515a928b00fe950dc18f2ef6a8e33a9666b094c68b7b9767121bf868b5c8aec' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest277BC test: randomStatetest277BC_Byzantium | |
ok 301 correct pre stateRoot | |
ok 302 correct genesis RLP | |
{"pc":0,"op":65,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"COINBASE"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 303 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'e90b81228e70b340b94490359b8a15ffdcd1932a01dbf210f37d5d01708504d8' | |
actual: |- | |
'49a1c56f118f028126157d1eea1f42fcd6e2de71893d288d380be7ba41f4caa5' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 304 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'e90b81228e70b340b94490359b8a15ffdcd1932a01dbf210f37d5d01708504d8' | |
actual: |- | |
'49a1c56f118f028126157d1eea1f42fcd6e2de71893d288d380be7ba41f4caa5' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest284BC test: randomStatetest284BC_Byzantium | |
ok 305 correct pre stateRoot | |
ok 306 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x1072962a","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 307 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6f7625a848e8683f2f3e2ff426498666756a0bc8586f842f3f4ff515df85d116' | |
actual: |- | |
'6ac925213090830fdf111cb39b116081ac588fab6d1360c51d2195048925d23c' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 308 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6f7625a848e8683f2f3e2ff426498666756a0bc8586f842f3f4ff515df85d116' | |
actual: |- | |
'6ac925213090830fdf111cb39b116081ac588fab6d1360c51d2195048925d23c' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest289BC test: randomStatetest289BC_Byzantium | |
ok 309 correct pre stateRoot | |
ok 310 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x3305e781","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 311 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6d789b9f61d5a73af08a07253e1c7f91c23e8e53eaa760366765f68be7a07dda' | |
actual: |- | |
'83e617ae8a860ef0e35cfa2beb3b4ce296d3b94f43ddb89b174a89246c09564c' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 312 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6d789b9f61d5a73af08a07253e1c7f91c23e8e53eaa760366765f68be7a07dda' | |
actual: |- | |
'83e617ae8a860ef0e35cfa2beb3b4ce296d3b94f43ddb89b174a89246c09564c' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest314BC test: randomStatetest314BC_Byzantium | |
ok 313 correct pre stateRoot | |
ok 314 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 315 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'37714d96c4d3caacbdff17b945c07e7565f2fb1333ecedcfb0b7a9ea9c03163c' | |
actual: |- | |
'b25ee7ce6d2618d7494b30d01ce6454fe99c4e263d22e0c87dd49a20126d2964' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 316 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'37714d96c4d3caacbdff17b945c07e7565f2fb1333ecedcfb0b7a9ea9c03163c' | |
actual: |- | |
'b25ee7ce6d2618d7494b30d01ce6454fe99c4e263d22e0c87dd49a20126d2964' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest317BC test: randomStatetest317BC_Byzantium | |
ok 317 correct pre stateRoot | |
ok 318 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 319 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'72710dff5355df947767b03af0bbdd16f5f5f9b7c5d87faf8efb22c2aeab69d7' | |
actual: |- | |
'b3e3bf07b1bf325ea211584bf8f130ace9b08dc2629b680c48d184a3928c10b8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 320 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'72710dff5355df947767b03af0bbdd16f5f5f9b7c5d87faf8efb22c2aeab69d7' | |
actual: |- | |
'b3e3bf07b1bf325ea211584bf8f130ace9b08dc2629b680c48d184a3928c10b8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest319BC test: randomStatetest319BC_Byzantium | |
ok 321 correct pre stateRoot | |
ok 322 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 323 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a8d195b4f91171e712afe205886a9bdf66b47773c8610bba4c73b32b05a658ad' | |
actual: |- | |
'c02e655cee7d07218d91f14ce510aab24f0395fcc1928eaa1b951d97c144b928' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 324 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a8d195b4f91171e712afe205886a9bdf66b47773c8610bba4c73b32b05a658ad' | |
actual: |- | |
'c02e655cee7d07218d91f14ce510aab24f0395fcc1928eaa1b951d97c144b928' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest330BC test: randomStatetest330BC_Byzantium | |
ok 325 correct pre stateRoot | |
ok 326 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x2acf33fa","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 327 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'85eddfbf1a8cb718934763cbf06919878633f5bb38ea4ae1d930165d9868eece' | |
actual: |- | |
'0545c1a29dba9fafe274509f5db5e8c04f1a33fd310e92c899f8893836d372c0' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 328 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'85eddfbf1a8cb718934763cbf06919878633f5bb38ea4ae1d930165d9868eece' | |
actual: |- | |
'0545c1a29dba9fafe274509f5db5e8c04f1a33fd310e92c899f8893836d372c0' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest331BC test: randomStatetest331BC_Byzantium | |
ok 329 correct pre stateRoot | |
ok 330 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x46cd6610","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 331 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4550f41cc38c0e38603946d66f5017852be473d63503a3869db4bf30b89bb0cb' | |
actual: |- | |
'a8350477a60c8792887859543ccc5185c33d92594ce75de07caf2e28e8ee2d27' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 332 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4550f41cc38c0e38603946d66f5017852be473d63503a3869db4bf30b89bb0cb' | |
actual: |- | |
'a8350477a60c8792887859543ccc5185c33d92594ce75de07caf2e28e8ee2d27' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest344BC test: randomStatetest344BC_Byzantium | |
ok 333 correct pre stateRoot | |
ok 334 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x6b3baa09","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 335 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7591254510ddd401f9699d99f21fb7963b2964e95e99edf50872d85e21eb4a70' | |
actual: |- | |
'5a39604344d92224b752f0ccd2ddcbdd5a117cea9b5de39ffff5f5176d2e4e5b' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 336 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7591254510ddd401f9699d99f21fb7963b2964e95e99edf50872d85e21eb4a70' | |
actual: |- | |
'5a39604344d92224b752f0ccd2ddcbdd5a117cea9b5de39ffff5f5176d2e4e5b' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest34BC test: randomStatetest34BC_Byzantium | |
ok 337 correct pre stateRoot | |
ok 338 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 339 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a05784ab5c16ec623ee5b28e60fd9874fdf171b66d6befd47017cd319e75432a' | |
actual: |- | |
'248f3a135627880361ac536c8ce6c6923f0b946b5f605e9e8d656848db957b1b' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 340 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a05784ab5c16ec623ee5b28e60fd9874fdf171b66d6befd47017cd319e75432a' | |
actual: |- | |
'248f3a135627880361ac536c8ce6c6923f0b946b5f605e9e8d656848db957b1b' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest35BC test: randomStatetest35BC_Byzantium | |
ok 341 correct pre stateRoot | |
ok 342 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 343 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'030e0e2b2ac210541a5e1f39cabb075641e46fce4baf5024082c739183018702' | |
actual: |- | |
'6903a60426e8af83719828e53153ee19c9823d097d745f0098c3272ae62a8eca' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 344 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'030e0e2b2ac210541a5e1f39cabb075641e46fce4baf5024082c739183018702' | |
actual: |- | |
'6903a60426e8af83719828e53153ee19c9823d097d745f0098c3272ae62a8eca' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest373BC test: randomStatetest373BC_Byzantium | |
ok 345 correct pre stateRoot | |
ok 346 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xd26cecf","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 347 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'469233e55980e6ea72128de532c2ee87b36d921419c8ca80a5a166f7cfa39c77' | |
actual: |- | |
'adfec6c969f582a15c546347090bbbc3b84a0697779a0ab958004e6d4a35f1c6' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 348 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'469233e55980e6ea72128de532c2ee87b36d921419c8ca80a5a166f7cfa39c77' | |
actual: |- | |
'adfec6c969f582a15c546347090bbbc3b84a0697779a0ab958004e6d4a35f1c6' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest374BC test: randomStatetest374BC_Byzantium | |
ok 349 correct pre stateRoot | |
ok 350 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x5d2e45ca","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 351 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'1d5e6c8849c6cecad1b9cf8882f4ca479e5b36db53ef546539a15ba268d33de9' | |
actual: |- | |
'72963981b9c68a6d83d6848a137cd66e6dc75cb80491a374fea7ada400d9242e' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 352 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'1d5e6c8849c6cecad1b9cf8882f4ca479e5b36db53ef546539a15ba268d33de9' | |
actual: |- | |
'72963981b9c68a6d83d6848a137cd66e6dc75cb80491a374fea7ada400d9242e' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest390BC test: randomStatetest390BC_Byzantium | |
ok 353 correct pre stateRoot | |
ok 354 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x65aa0a0e","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 355 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'160b4a05e14f61370834c264372d4451db1116fa82fd411b40127fcddd0e7328' | |
actual: |- | |
'c26ede3dba534dd3adf0723d2813aa24ea97f07e03c99285f1dff0a5f4a50295' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 356 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'160b4a05e14f61370834c264372d4451db1116fa82fd411b40127fcddd0e7328' | |
actual: |- | |
'c26ede3dba534dd3adf0723d2813aa24ea97f07e03c99285f1dff0a5f4a50295' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest392BC test: randomStatetest392BC_Byzantium | |
ok 357 correct pre stateRoot | |
ok 358 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 359 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'3826ad69427bbca256d8f45a079dae59ec3fc9c7b5a8781b20133542c6e337d0' | |
actual: |- | |
'fed7f643bcc5f85024c7be5dbe4bf3144495ad6f6f9b9af7a640d25225d3e23e' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 360 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'3826ad69427bbca256d8f45a079dae59ec3fc9c7b5a8781b20133542c6e337d0' | |
actual: |- | |
'fed7f643bcc5f85024c7be5dbe4bf3144495ad6f6f9b9af7a640d25225d3e23e' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest394BC test: randomStatetest394BC_Byzantium | |
ok 361 correct pre stateRoot | |
ok 362 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 363 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'04649e611db828d7286c2e67c3b59f981ac5939d91b38184c3793fe0c0fc883b' | |
actual: |- | |
'541e108a01af3e1f1d068484dbbf9fb43c2d58643c283e460fcafab936b7f9c8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 364 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'04649e611db828d7286c2e67c3b59f981ac5939d91b38184c3793fe0c0fc883b' | |
actual: |- | |
'541e108a01af3e1f1d068484dbbf9fb43c2d58643c283e460fcafab936b7f9c8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest400BC test: randomStatetest400BC_Byzantium | |
ok 365 correct pre stateRoot | |
ok 366 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x545b4c6f","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 367 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'd72f12da7782118bac3297d14248c177d5afb0d5d284013661642a558ab81311' | |
actual: |- | |
'25e2be7599a7ddc8c4e7da1d35da671e51a8e3bbede094a997c41faccc35c0ce' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 368 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'd72f12da7782118bac3297d14248c177d5afb0d5d284013661642a558ab81311' | |
actual: |- | |
'25e2be7599a7ddc8c4e7da1d35da671e51a8e3bbede094a997c41faccc35c0ce' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest403BC test: randomStatetest403BC_Byzantium | |
ok 369 correct pre stateRoot | |
ok 370 correct genesis RLP | |
{"pc":0,"op":54,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"CALLDATASIZE"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 371 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'1fc22b70930b3e9504337a246b8a8125f64e2e5b3a3d199fa3cf377fe4763d23' | |
actual: |- | |
'998cd9cf6a6f0a7769b1a38bb7f56465fb6f07dab1db60aae4ee76076d5364e2' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 372 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'1fc22b70930b3e9504337a246b8a8125f64e2e5b3a3d199fa3cf377fe4763d23' | |
actual: |- | |
'998cd9cf6a6f0a7769b1a38bb7f56465fb6f07dab1db60aae4ee76076d5364e2' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest40BC test: randomStatetest40BC_Byzantium | |
ok 373 correct pre stateRoot | |
ok 374 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x8f11258","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 375 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'19ed2254a0033ab3ae20f726d7d2f7f7ca49f8416f49aa92040084eaa5d25a75' | |
actual: |- | |
'4b80a6816c3ee5eb015e31230d37ca768d2adc02875d5a9e20f2a50529992f08' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 376 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'19ed2254a0033ab3ae20f726d7d2f7f7ca49f8416f49aa92040084eaa5d25a75' | |
actual: |- | |
'4b80a6816c3ee5eb015e31230d37ca768d2adc02875d5a9e20f2a50529992f08' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest427BC test: randomStatetest427BC_Byzantium | |
ok 377 correct pre stateRoot | |
ok 378 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x40a8e9f0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 379 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'68d5aa255f89ed337a8b4195c1ca08d0b326a874e813ec52040eefb7d37fb2d8' | |
actual: |- | |
'5355a89b3e5d4d9a473930fe86be1da01cb8d013fe62c0c605fc69cefa4778c7' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 380 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'68d5aa255f89ed337a8b4195c1ca08d0b326a874e813ec52040eefb7d37fb2d8' | |
actual: |- | |
'5355a89b3e5d4d9a473930fe86be1da01cb8d013fe62c0c605fc69cefa4778c7' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest431BC test: randomStatetest431BC_Byzantium | |
ok 381 correct pre stateRoot | |
ok 382 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x5274703","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 383 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4cb2ec3f03e0fc4cfacad1263899c269150fe8b703fb9885bb4c012256f6d38b' | |
actual: |- | |
'64ce8a5a23f104ea15d89a77341f3add7a792d217ee10b3ec5edd49bc0889ffc' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 384 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4cb2ec3f03e0fc4cfacad1263899c269150fe8b703fb9885bb4c012256f6d38b' | |
actual: |- | |
'64ce8a5a23f104ea15d89a77341f3add7a792d217ee10b3ec5edd49bc0889ffc' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest432BC test: randomStatetest432BC_Byzantium | |
ok 385 correct pre stateRoot | |
ok 386 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xf95edd2","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 387 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'3e1a48360d0ab257da49e56f1b960bac0658128638129527147fde9056446499' | |
actual: |- | |
'd24151291b8e6704268fe6dea7efee84f8202c11da5204fda52ad1d215c54610' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 388 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'3e1a48360d0ab257da49e56f1b960bac0658128638129527147fde9056446499' | |
actual: |- | |
'd24151291b8e6704268fe6dea7efee84f8202c11da5204fda52ad1d215c54610' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest434BC test: randomStatetest434BC_Byzantium | |
ok 389 correct pre stateRoot | |
ok 390 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x717852b4","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 391 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'b81630524efa82478c0a39691d10f5dccf37c392ecf76f7dfb6625ed41229d2d' | |
actual: |- | |
'8befa087298b41da6713018fa9268d3af350cda6aa79a2eb6ecca61acc8f72b3' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 392 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'b81630524efa82478c0a39691d10f5dccf37c392ecf76f7dfb6625ed41229d2d' | |
actual: |- | |
'8befa087298b41da6713018fa9268d3af350cda6aa79a2eb6ecca61acc8f72b3' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest44BC test: randomStatetest44BC_Byzantium | |
ok 393 correct pre stateRoot | |
ok 394 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 395 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c305ef61570575f7b3dc54e8cd734e3fff9ea2fdf441ff9a051535c219c7d300' | |
actual: |- | |
'701aef8ae23ef6ad1bde61f826f38083151a674631f4086d3bab9d2e0e4f4f73' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 396 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c305ef61570575f7b3dc54e8cd734e3fff9ea2fdf441ff9a051535c219c7d300' | |
actual: |- | |
'701aef8ae23ef6ad1bde61f826f38083151a674631f4086d3bab9d2e0e4f4f73' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest453BC test: randomStatetest453BC_Byzantium | |
ok 397 correct pre stateRoot | |
ok 398 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5807b4b1","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 399 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'fb3ab13863e1f5fe09e5c3ff29729e5322fc7f80d5692a5e437b6acfc976ffa6' | |
actual: |- | |
'be1e4666572519766756480dc43e2f2f507b41c6d93141cfd68727bf5e118a92' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 400 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'fb3ab13863e1f5fe09e5c3ff29729e5322fc7f80d5692a5e437b6acfc976ffa6' | |
actual: |- | |
'be1e4666572519766756480dc43e2f2f507b41c6d93141cfd68727bf5e118a92' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest459BC test: randomStatetest459BC_Byzantium | |
ok 401 correct pre stateRoot | |
ok 402 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 403 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'3ec7d0de56fe8e366b3034c8769486fe91e75fabd94e3510e71c61c1915dd89d' | |
actual: |- | |
'd5212e81cf6de22edb3b835767b6d1ce12cb6a9b60b7f4996ba8ad340185dede' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 404 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'3ec7d0de56fe8e366b3034c8769486fe91e75fabd94e3510e71c61c1915dd89d' | |
actual: |- | |
'd5212e81cf6de22edb3b835767b6d1ce12cb6a9b60b7f4996ba8ad340185dede' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest463BC test: randomStatetest463BC_Byzantium | |
ok 405 correct pre stateRoot | |
ok 406 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 407 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2d93021b3f759ba7b54379f7f18548409b9e86fbf144ef97811f87367da74515' | |
actual: |- | |
'b6e2a2c237d5efb01b27633081b0728131987e2efd4a4a931d54bd76fd40aedd' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 408 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2d93021b3f759ba7b54379f7f18548409b9e86fbf144ef97811f87367da74515' | |
actual: |- | |
'b6e2a2c237d5efb01b27633081b0728131987e2efd4a4a931d54bd76fd40aedd' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest479BC test: randomStatetest479BC_Byzantium | |
ok 409 correct pre stateRoot | |
ok 410 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x4ebc5469","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 411 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4b04c971fa94af71186a4047d82b88ea5f73fbf9f249438165c738614a346c0e' | |
actual: |- | |
'856a33d36638cf6d25458ec3714206a2bf5e4d3177a3e6b45fea49660ead9836' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 412 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4b04c971fa94af71186a4047d82b88ea5f73fbf9f249438165c738614a346c0e' | |
actual: |- | |
'856a33d36638cf6d25458ec3714206a2bf5e4d3177a3e6b45fea49660ead9836' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest486BC test: randomStatetest486BC_Byzantium | |
ok 413 correct pre stateRoot | |
ok 414 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 415 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'dce244e4149ec351c3c859d60596ae0776ad9c7fc5ca053a615c7ba7d27800c6' | |
actual: |- | |
'054bf1254678705aa2a435ec1e56a74f57ccb64819106d36eba3c1f50544b324' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 416 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'dce244e4149ec351c3c859d60596ae0776ad9c7fc5ca053a615c7ba7d27800c6' | |
actual: |- | |
'054bf1254678705aa2a435ec1e56a74f57ccb64819106d36eba3c1f50544b324' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest490BC test: randomStatetest490BC_Byzantium | |
ok 417 correct pre stateRoot | |
ok 418 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 419 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'e0dbd02dab4ab61edda20c69741aa02e5102f7b34b319c4db3cee54e2a140791' | |
actual: |- | |
'3970b52e67e3a51334ff0ca5aa6f9ea3f4661eef49963484f21c18f8aea4fb32' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 420 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'e0dbd02dab4ab61edda20c69741aa02e5102f7b34b319c4db3cee54e2a140791' | |
actual: |- | |
'3970b52e67e3a51334ff0ca5aa6f9ea3f4661eef49963484f21c18f8aea4fb32' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest492BC test: randomStatetest492BC_Byzantium | |
ok 421 correct pre stateRoot | |
ok 422 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xcba36f1","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 423 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c06eda2ad86d283dbfa75294d82b6817c57eab3b46ec5a21fadf87931cfbd07b' | |
actual: |- | |
'd7c1251fc4509d40efedfb4588822abc3b0a2e9776b068032c80679c206e1e36' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 424 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c06eda2ad86d283dbfa75294d82b6817c57eab3b46ec5a21fadf87931cfbd07b' | |
actual: |- | |
'd7c1251fc4509d40efedfb4588822abc3b0a2e9776b068032c80679c206e1e36' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest515BC test: randomStatetest515BC_Byzantium | |
ok 425 correct pre stateRoot | |
ok 426 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x4c59c8f0","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 427 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'845c4fa45385f31a3e60f377eaa3db7bc547d2dabec2e6cb83a896f5ffedacfc' | |
actual: |- | |
'ecfcecc096a186bdf7c9523993676df6cb2850ed89328d491839dacf929b5f19' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 428 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'845c4fa45385f31a3e60f377eaa3db7bc547d2dabec2e6cb83a896f5ffedacfc' | |
actual: |- | |
'ecfcecc096a186bdf7c9523993676df6cb2850ed89328d491839dacf929b5f19' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest522BC test: randomStatetest522BC_Byzantium | |
ok 429 correct pre stateRoot | |
ok 430 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 431 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7961e95aab0e9c4dea5854e5cc35eb172c8ec1483cf4cf8cfac4084cafd8de69' | |
actual: |- | |
'f9c01febe910601e6f3dc318b4c37287ebb52fdcfb453b9b9448ae15a96978d9' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 432 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7961e95aab0e9c4dea5854e5cc35eb172c8ec1483cf4cf8cfac4084cafd8de69' | |
actual: |- | |
'f9c01febe910601e6f3dc318b4c37287ebb52fdcfb453b9b9448ae15a96978d9' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest529BC test: randomStatetest529BC_Byzantium | |
ok 433 correct pre stateRoot | |
ok 434 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 435 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'83e2bdcc67564db52c038d546e206fb7490a20a106c1eef365869edc58d97a92' | |
actual: |- | |
'2c7c4cfabf3ad56f24723d764bac32050ac240c47d389cf93b04f191c88519ca' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 436 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'83e2bdcc67564db52c038d546e206fb7490a20a106c1eef365869edc58d97a92' | |
actual: |- | |
'2c7c4cfabf3ad56f24723d764bac32050ac240c47d389cf93b04f191c88519ca' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest530BC test: randomStatetest530BC_Byzantium | |
ok 437 correct pre stateRoot | |
ok 438 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0xc9b7ba0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 439 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2293da2baa4f4cd05454c9ad05a2f7da8d4dbc0a89cdec225f48078e21f23e38' | |
actual: |- | |
'250fa76e1ea2c9ff2ddafa2d2ea315f451a5bd419cfc5bd9290a78260707d09d' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 440 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2293da2baa4f4cd05454c9ad05a2f7da8d4dbc0a89cdec225f48078e21f23e38' | |
actual: |- | |
'250fa76e1ea2c9ff2ddafa2d2ea315f451a5bd419cfc5bd9290a78260707d09d' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest540BC test: randomStatetest540BC_Byzantium | |
ok 441 correct pre stateRoot | |
ok 442 correct genesis RLP | |
{"pc":0,"op":65,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"COINBASE"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 443 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2f7a87fbf2dc4c52768beec9a27b007f92a294734752910863ab164f2cd17bad' | |
actual: |- | |
'5922fbc8021cb5e2fcc213f79801ccfaeed54e4e700a8a7d95f652c4c4cc69fb' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 444 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2f7a87fbf2dc4c52768beec9a27b007f92a294734752910863ab164f2cd17bad' | |
actual: |- | |
'5922fbc8021cb5e2fcc213f79801ccfaeed54e4e700a8a7d95f652c4c4cc69fb' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest551BC test: randomStatetest551BC_Byzantium | |
ok 445 correct pre stateRoot | |
ok 446 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x3135283a","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 447 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'e3ef3cb79ce1da458d4ac78823c4f0a4b917974b58340f3505a905377a51d87f' | |
actual: |- | |
'cef7fb54161272e2983470c26c0f1b2d4ba7659e5633127bd6b1789622816482' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 448 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'e3ef3cb79ce1da458d4ac78823c4f0a4b917974b58340f3505a905377a51d87f' | |
actual: |- | |
'cef7fb54161272e2983470c26c0f1b2d4ba7659e5633127bd6b1789622816482' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest557BC test: randomStatetest557BC_Byzantium | |
ok 449 correct pre stateRoot | |
ok 450 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 451 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6285b7954c0147eb4796af92dbc2eacc4ef4c5da34ab4d0acc57a47aa1308a6f' | |
actual: |- | |
'3713626906cf7cc0c435c0222585b64754db3cd0f582eb735b222dad6fef8e49' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 452 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6285b7954c0147eb4796af92dbc2eacc4ef4c5da34ab4d0acc57a47aa1308a6f' | |
actual: |- | |
'3713626906cf7cc0c435c0222585b64754db3cd0f582eb735b222dad6fef8e49' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest561BC test: randomStatetest561BC_Byzantium | |
ok 453 correct pre stateRoot | |
ok 454 correct genesis RLP | |
{"pc":0,"op":65,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"COINBASE"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 455 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4d12c6fb4835288f64a3760a745be019cf30860ff916bb930c3c73be86d7956d' | |
actual: |- | |
'384116df9445c7744726445a257fd1b3bb4c1aa7e4941ad556f6f5f93d74a033' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 456 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4d12c6fb4835288f64a3760a745be019cf30860ff916bb930c3c73be86d7956d' | |
actual: |- | |
'384116df9445c7744726445a257fd1b3bb4c1aa7e4941ad556f6f5f93d74a033' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest568BC test: randomStatetest568BC_Byzantium | |
ok 457 correct pre stateRoot | |
ok 458 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 459 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'4d9af819c0c39fcd7b36fb1a557095c98881d0836585ede849fdbc7997408059' | |
actual: |- | |
'b3e3bf07b1bf325ea211584bf8f130ace9b08dc2629b680c48d184a3928c10b8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 460 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'4d9af819c0c39fcd7b36fb1a557095c98881d0836585ede849fdbc7997408059' | |
actual: |- | |
'b3e3bf07b1bf325ea211584bf8f130ace9b08dc2629b680c48d184a3928c10b8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest56BC test: randomStatetest56BC_Byzantium | |
ok 461 correct pre stateRoot | |
ok 462 correct genesis RLP | |
{"pc":0,"op":88,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"PC"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 463 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'00e00a9d69c60ee958a8aa187a1da1cbd7def2ac78ee6373b95f9c588c271032' | |
actual: |- | |
'79e302f74bc9d57f51360329de3120366524689b24c1f33de5885315af69b327' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 464 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'00e00a9d69c60ee958a8aa187a1da1cbd7def2ac78ee6373b95f9c588c271032' | |
actual: |- | |
'79e302f74bc9d57f51360329de3120366524689b24c1f33de5885315af69b327' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest570BC test: randomStatetest570BC_Byzantium | |
ok 465 correct pre stateRoot | |
ok 466 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x11eaeb5","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 467 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'639ac846604f4b3e4f2eb31c4f6d69127627449074280a405cf576811958a236' | |
actual: |- | |
'aa3c396facb1ee19d8dd3404ad580fa167abb13429b16c3b4f6851346d4b0446' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 468 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'639ac846604f4b3e4f2eb31c4f6d69127627449074280a405cf576811958a236' | |
actual: |- | |
'aa3c396facb1ee19d8dd3404ad580fa167abb13429b16c3b4f6851346d4b0446' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest590BC test: randomStatetest590BC_Byzantium | |
ok 469 correct pre stateRoot | |
ok 470 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x417cb558","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 471 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'cc22109ff1eb7c2550136768fc797fdf41239bdb14c55d533e3d00b440410da9' | |
actual: |- | |
'fc0182073f4f279b39b2eb1854ae4279e385de988bd527009bc882c22d3789dc' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 472 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'cc22109ff1eb7c2550136768fc797fdf41239bdb14c55d533e3d00b440410da9' | |
actual: |- | |
'fc0182073f4f279b39b2eb1854ae4279e385de988bd527009bc882c22d3789dc' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest591BC test: randomStatetest591BC_Byzantium | |
ok 473 correct pre stateRoot | |
ok 474 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 475 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6e2941d494e721212cd4969109c8c01ea41597057c031316514e43217f59952e' | |
actual: |- | |
'00787d131b22e43f1d6cefa95a3905b1bf24171cda03b68fd9da2eff50b6502e' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 476 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6e2941d494e721212cd4969109c8c01ea41597057c031316514e43217f59952e' | |
actual: |- | |
'00787d131b22e43f1d6cefa95a3905b1bf24171cda03b68fd9da2eff50b6502e' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest593BC test: randomStatetest593BC_Byzantium | |
ok 477 correct pre stateRoot | |
ok 478 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x4750916a","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 479 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'b34e2903d4a156b599ec32b0974b9d8e52a02ced0cc763c0d3d70db48c94ed6b' | |
actual: |- | |
'8fdf477f53fcebff875e66f92b165dfbb5609f515b62f1c2782c06454715c8d6' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 480 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'b34e2903d4a156b599ec32b0974b9d8e52a02ced0cc763c0d3d70db48c94ed6b' | |
actual: |- | |
'8fdf477f53fcebff875e66f92b165dfbb5609f515b62f1c2782c06454715c8d6' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest595BC test: randomStatetest595BC_Byzantium | |
ok 481 correct pre stateRoot | |
ok 482 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x1ed40849","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 483 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c7c024014e786ba3df274c09e869dd90d97a69cf10464f3b4531712dace293c0' | |
actual: |- | |
'fc87809d054353e1aa3872f553b876a1cb5dd9af048c1071d5f26cb05ff0ab39' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 484 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c7c024014e786ba3df274c09e869dd90d97a69cf10464f3b4531712dace293c0' | |
actual: |- | |
'fc87809d054353e1aa3872f553b876a1cb5dd9af048c1071d5f26cb05ff0ab39' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest598BC test: randomStatetest598BC_Byzantium | |
ok 485 correct pre stateRoot | |
ok 486 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x44d1e18a","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 487 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'db90ed352b4aea791335aa77ab52d3ecceaf9998563dd722a8f4b0251fca40dd' | |
actual: |- | |
'231198673c12f5b8b2fc4043a204b0e245a3d8ad99bb650c644a52245722be9f' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 488 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'db90ed352b4aea791335aa77ab52d3ecceaf9998563dd722a8f4b0251fca40dd' | |
actual: |- | |
'231198673c12f5b8b2fc4043a204b0e245a3d8ad99bb650c644a52245722be9f' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest606BC test: randomStatetest606BC_Byzantium | |
ok 489 correct pre stateRoot | |
ok 490 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x1d6fdfc6","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 491 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'5cf08f267b2a4a8facdb5de979309b11f855f2f69aa442e12879e9e9f8415c43' | |
actual: |- | |
'bf58e21ac02253cfcba703209378759b2f3c66fa718364b634ec8d627beb797b' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 492 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'5cf08f267b2a4a8facdb5de979309b11f855f2f69aa442e12879e9e9f8415c43' | |
actual: |- | |
'bf58e21ac02253cfcba703209378759b2f3c66fa718364b634ec8d627beb797b' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest613BC test: randomStatetest613BC_Byzantium | |
ok 493 correct pre stateRoot | |
ok 494 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 495 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6583d204179f46bd085e76240c622a5f78884ba579efeea5e69d4a7f104cb584' | |
actual: |- | |
'194428a402934719ec092ef8c1c85f28dbf54860b469b4dfbb00e018ec96ca5a' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 496 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6583d204179f46bd085e76240c622a5f78884ba579efeea5e69d4a7f104cb584' | |
actual: |- | |
'194428a402934719ec092ef8c1c85f28dbf54860b469b4dfbb00e018ec96ca5a' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest614BC test: randomStatetest614BC_Byzantium | |
ok 497 correct pre stateRoot | |
ok 498 correct genesis RLP | |
{"pc":0,"op":66,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"TIMESTAMP"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 499 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'17c64bb2b576c46a792ebbe333e150557893338bac92ce1514b64586acdf2b02' | |
actual: |- | |
'3b279236e0740a68bcb2e0e997454ff7dea41e136efa2006b0756ed5d185ff00' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 500 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'17c64bb2b576c46a792ebbe333e150557893338bac92ce1514b64586acdf2b02' | |
actual: |- | |
'3b279236e0740a68bcb2e0e997454ff7dea41e136efa2006b0756ed5d185ff00' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest617BC test: randomStatetest617BC_Byzantium | |
ok 501 correct pre stateRoot | |
ok 502 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 503 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'd67add821e02318d955882b156f29fcd0c8bb6b03100222c27d1befa404defcf' | |
actual: |- | |
'765503ea205a5782f0794700ad6bfc857097775b964730e545e7f8e8145299c8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 504 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'd67add821e02318d955882b156f29fcd0c8bb6b03100222c27d1befa404defcf' | |
actual: |- | |
'765503ea205a5782f0794700ad6bfc857097775b964730e545e7f8e8145299c8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest61BC test: randomStatetest61BC_Byzantium | |
ok 505 correct pre stateRoot | |
ok 506 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x49bf50cd","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 507 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'09e90a95ca494358c05c620033d4972248399926087b1122e7a9f72ab5517042' | |
actual: |- | |
'755a90b35eea17c4352d5c1dfc411980202e70237c2e1fd225157b3bb683b361' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 508 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'09e90a95ca494358c05c620033d4972248399926087b1122e7a9f72ab5517042' | |
actual: |- | |
'755a90b35eea17c4352d5c1dfc411980202e70237c2e1fd225157b3bb683b361' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest622BC test: randomStatetest622BC_Byzantium | |
ok 509 correct pre stateRoot | |
ok 510 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x386b54f6","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 511 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'77f0c7f897c9237fcfb8af95b6c6573aecc192355ac2ac80f0187994e098673d' | |
actual: |- | |
'a469cd7eebcc23943f494a5c9b18bd50239f310febd286a52075721983c584bf' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 512 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'77f0c7f897c9237fcfb8af95b6c6573aecc192355ac2ac80f0187994e098673d' | |
actual: |- | |
'a469cd7eebcc23943f494a5c9b18bd50239f310febd286a52075721983c584bf' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest623BC test: randomStatetest623BC_Byzantium | |
ok 513 correct pre stateRoot | |
ok 514 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 515 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'204159b466597692db15543c5a8e6686fdbc73f2b26d288e7f7bb4e70b6c12f3' | |
actual: |- | |
'5de4c39693792aa84debd70e3d7ebfa9add9b8417e58760608ca86e8d79f6142' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 516 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'204159b466597692db15543c5a8e6686fdbc73f2b26d288e7f7bb4e70b6c12f3' | |
actual: |- | |
'5de4c39693792aa84debd70e3d7ebfa9add9b8417e58760608ca86e8d79f6142' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest631BC test: randomStatetest631BC_Byzantium | |
ok 517 correct pre stateRoot | |
ok 518 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5d98ef82","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 519 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c52c0a323890338436bf202db00cea7d511eff1c2233fccafc7ff2ce17a78536' | |
actual: |- | |
'c581f4d7d897eadc885b5c6ee099183038338bcb923241011ddc317e8c03bd57' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 520 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c52c0a323890338436bf202db00cea7d511eff1c2233fccafc7ff2ce17a78536' | |
actual: |- | |
'c581f4d7d897eadc885b5c6ee099183038338bcb923241011ddc317e8c03bd57' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest634BC test: randomStatetest634BC_Byzantium | |
ok 521 correct pre stateRoot | |
ok 522 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 523 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'138fd87dbbbc6fe3947aa93a2ce2ee7337a9fc3261a97c01d95a318ae4f9a7bd' | |
actual: |- | |
'b22cd8058d1b3cfebb7a1450beb0098b4cc269bb33201d9813531879166982c8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 524 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'138fd87dbbbc6fe3947aa93a2ce2ee7337a9fc3261a97c01d95a318ae4f9a7bd' | |
actual: |- | |
'b22cd8058d1b3cfebb7a1450beb0098b4cc269bb33201d9813531879166982c8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest65BC test: randomStatetest65BC_Byzantium | |
ok 525 correct pre stateRoot | |
ok 526 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 527 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'cc21b8ebaf44b646cc4e66ecb12e2b2f489c6e9e27c8dc9ae313341c7053c873' | |
actual: |- | |
'73e0c9d96fc08d33fe79268b42bbf82e81c71d1471441ac75a363ebdae4a6bcc' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 528 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'cc21b8ebaf44b646cc4e66ecb12e2b2f489c6e9e27c8dc9ae313341c7053c873' | |
actual: |- | |
'73e0c9d96fc08d33fe79268b42bbf82e81c71d1471441ac75a363ebdae4a6bcc' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest68BC test: randomStatetest68BC_Byzantium | |
ok 529 correct pre stateRoot | |
ok 530 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 531 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'5ab557c7cc73e3570cff3b843b38a1303ec93d31a45d7ea04fe511ba307f6b46' | |
actual: |- | |
'bbafbb509a3b1aa5b713d668e5e8fb06dbda427be6609b06ce9990eb580a9a9b' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 532 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'5ab557c7cc73e3570cff3b843b38a1303ec93d31a45d7ea04fe511ba307f6b46' | |
actual: |- | |
'bbafbb509a3b1aa5b713d668e5e8fb06dbda427be6609b06ce9990eb580a9a9b' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest70BC test: randomStatetest70BC_Byzantium | |
ok 533 correct pre stateRoot | |
ok 534 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 535 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7eb07b2cbde54b7302b3e3ebed9daeb761a45469a56f82ddb84b241dcd4ee4f3' | |
actual: |- | |
'b22cd8058d1b3cfebb7a1450beb0098b4cc269bb33201d9813531879166982c8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 536 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7eb07b2cbde54b7302b3e3ebed9daeb761a45469a56f82ddb84b241dcd4ee4f3' | |
actual: |- | |
'b22cd8058d1b3cfebb7a1450beb0098b4cc269bb33201d9813531879166982c8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest71BC test: randomStatetest71BC_Byzantium | |
ok 537 correct pre stateRoot | |
ok 538 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 539 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'990dd54a11f8e7b72934fc25f06705dccc4ad84c8b1cebe13c65b6e5bae45a0d' | |
actual: |- | |
'541e108a01af3e1f1d068484dbbf9fb43c2d58643c283e460fcafab936b7f9c8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 540 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'990dd54a11f8e7b72934fc25f06705dccc4ad84c8b1cebe13c65b6e5bae45a0d' | |
actual: |- | |
'541e108a01af3e1f1d068484dbbf9fb43c2d58643c283e460fcafab936b7f9c8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest76BC test: randomStatetest76BC_Byzantium | |
ok 541 correct pre stateRoot | |
ok 542 correct genesis RLP | |
{"pc":0,"op":67,"gas":"0x17f3bdc7","gasCost":"0x2","stack":[],"depth":0,"opName":"NUMBER"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 543 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2adfb04dda8face4f8294e0b74e1ded1610b70b9dcff5dac4b8ffd75daedaec0' | |
actual: |- | |
'fc086dd8989b4aed29462ab54e63c28dca1a511a4445865450178654946845c1' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 544 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2adfb04dda8face4f8294e0b74e1ded1610b70b9dcff5dac4b8ffd75daedaec0' | |
actual: |- | |
'fc086dd8989b4aed29462ab54e63c28dca1a511a4445865450178654946845c1' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest79BC test: randomStatetest79BC_Byzantium | |
ok 545 correct pre stateRoot | |
ok 546 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x5ed023b0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 547 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'58c536ba23e363c912301019883601303296dcffc9e7c9eb06d594b896c1a89d' | |
actual: |- | |
'19b1f3053923f0fe808033abe2f50d20898b9062eb986c700aad58f0cee015ee' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 548 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'58c536ba23e363c912301019883601303296dcffc9e7c9eb06d594b896c1a89d' | |
actual: |- | |
'19b1f3053923f0fe808033abe2f50d20898b9062eb986c700aad58f0cee015ee' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest86BC test: randomStatetest86BC_Byzantium | |
ok 549 correct pre stateRoot | |
ok 550 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x63919ff4","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 551 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6deb42820795feff441fd4732f12fe54aadaa81da4d860ed55e272e48f1a9931' | |
actual: |- | |
'61a614dae889fbe4ebcf01048f4187256d892ef7fea9b004fe2727b2ad32607d' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 552 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6deb42820795feff441fd4732f12fe54aadaa81da4d860ed55e272e48f1a9931' | |
actual: |- | |
'61a614dae889fbe4ebcf01048f4187256d892ef7fea9b004fe2727b2ad32607d' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest8BC test: randomStatetest8BC_Byzantium | |
ok 553 correct pre stateRoot | |
ok 554 correct genesis RLP | |
{"pc":0,"op":69,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"GASLIMIT"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 555 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'96fe1b3c24972154d80fa5620822e8eae30f2cd2ee8ee2903b3488fde0f207bb' | |
actual: |- | |
'17f885716e9dd802a11393bfd3c35662c72d3eee36f2ec9da187ccd02a87753c' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 556 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'96fe1b3c24972154d80fa5620822e8eae30f2cd2ee8ee2903b3488fde0f207bb' | |
actual: |- | |
'17f885716e9dd802a11393bfd3c35662c72d3eee36f2ec9da187ccd02a87753c' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest91BC test: randomStatetest91BC_Byzantium | |
ok 557 correct pre stateRoot | |
ok 558 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x546552f0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 559 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'05ccf4a08e2aef92a07070cf47ac6361d202f23a39cdf64c9a4bb90cefe42428' | |
actual: |- | |
'c6d2eb7d48055d6088b426ea4ac2e0fd80b1c351ab9b7dc87c4981e4c376e708' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 560 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'05ccf4a08e2aef92a07070cf47ac6361d202f23a39cdf64c9a4bb90cefe42428' | |
actual: |- | |
'c6d2eb7d48055d6088b426ea4ac2e0fd80b1c351ab9b7dc87c4981e4c376e708' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest93BC test: randomStatetest93BC_Byzantium | |
ok 561 correct pre stateRoot | |
ok 562 correct genesis RLP | |
{"pc":0,"op":68,"gas":"0x5c834","gasCost":"0x2","stack":[],"depth":0,"opName":"DIFFICULTY"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 563 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'57b164eeb1670e7ae4b0cc7cde0dc03aa6068a3350da4801677bf37f9fd37adb' | |
actual: |- | |
'633e792ca925dd0f4832b7c731e32bf22b3c4b03d53405ced8238a6fe3d2f1de' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 564 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'57b164eeb1670e7ae4b0cc7cde0dc03aa6068a3350da4801677bf37f9fd37adb' | |
actual: |- | |
'633e792ca925dd0f4832b7c731e32bf22b3c4b03d53405ced8238a6fe3d2f1de' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: randomStatetest99BC test: randomStatetest99BC_Byzantium | |
ok 565 correct pre stateRoot | |
ok 566 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x5ba7d843","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 567 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c5dc4857cefe5f57f22c93b04ae8508de3600eb4fc42a08f47b9278973833d60' | |
actual: |- | |
'49eb74899506219ae6a5bd3fe7aaf9a40cc00566a3e71fb87e30c51509ca1035' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 568 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c5dc4857cefe5f57f22c93b04ae8508de3600eb4fc42a08f47b9278973833d60' | |
actual: |- | |
'49eb74899506219ae6a5bd3fe7aaf9a40cc00566a3e71fb87e30c51509ca1035' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: BLOCKHASH_Bounds test: BLOCKHASH_Bounds_Byzantium | |
ok 569 correct pre stateRoot | |
ok 570 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x1f7e8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
{"pc":0,"op":96,"gas":"0xef038","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 571 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'522ef8f8a1f7966fe786136d489f7a60a4998a2724dd95a1caf2c37ada998efe' | |
actual: |- | |
'f7666415a06fe86f39a614be3e707683426ca0cec5a92ccce6664bebbe2ba55c' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 572 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'522ef8f8a1f7966fe786136d489f7a60a4998a2724dd95a1caf2c37ada998efe' | |
actual: |- | |
'f7666415a06fe86f39a614be3e707683426ca0cec5a92ccce6664bebbe2ba55c' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: BadStateRootTxBC test: BadStateRootTxBC_Byzantium | |
ok 573 correct pre stateRoot | |
ok 574 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x2b138","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 575 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'1957b6f0f606418b26dc235dab7e48ac84b1aa42c6085291fabc71181ece3cda' | |
actual: |- | |
'a8b4f02ce7cac2047999dda3f507d46c68188dce95ae4e74c490a2d57c5f795e' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 576 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'1957b6f0f606418b26dc235dab7e48ac84b1aa42c6085291fabc71181ece3cda' | |
actual: |- | |
'a8b4f02ce7cac2047999dda3f507d46c68188dce95ae4e74c490a2d57c5f795e' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: OOGStateCopyContainingDeletedContract test: OOGStateCopyContainingDeletedContract_Byzantium | |
ok 577 correct pre stateRoot | |
ok 578 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x440c8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
{"pc":0,"op":96,"gas":"0x43b48","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 579 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'd39910831056d21aedd2618d00258c5b23ecbe7aa5fe42a7831513aa6396d607' | |
actual: |- | |
'b37110ac9e5e931d86d97945abe17b77b849717d26fca0361eefc65cc068a2f9' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 580 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'd39910831056d21aedd2618d00258c5b23ecbe7aa5fe42a7831513aa6396d607' | |
actual: |- | |
'b37110ac9e5e931d86d97945abe17b77b849717d26fca0361eefc65cc068a2f9' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: blockhashTests test: blockhashTests_Byzantium | |
ok 581 correct pre stateRoot | |
ok 582 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x1f7e8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 583 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a27fde76c423ca40403c34dced36d52cb2fd60a808a325ab80e7173978cac8e4' | |
actual: |- | |
'8799dc2d3892b4aa4d44cf37e10a701ea8a5e160339cae79543089f39c15281b' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 584 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a27fde76c423ca40403c34dced36d52cb2fd60a808a325ab80e7173978cac8e4' | |
actual: |- | |
'8799dc2d3892b4aa4d44cf37e10a701ea8a5e160339cae79543089f39c15281b' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: multimpleBalanceInstruction test: multimpleBalanceInstruction_Byzantium | |
ok 585 correct pre stateRoot | |
ok 586 correct genesis RLP | |
{"pc":0,"op":115,"gas":"0x1f7e8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH20"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 587 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'bed03eebf7644988e4986a28a7bdfbf01a8df606f9e6dcd61d92176affe34ca7' | |
actual: |- | |
'e38bef3dadb98e856ea82c7e9813b76a6ec8d9cf60694dd65d800a1669c1a1fd' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 588 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'bed03eebf7644988e4986a28a7bdfbf01a8df606f9e6dcd61d92176affe34ca7' | |
actual: |- | |
'e38bef3dadb98e856ea82c7e9813b76a6ec8d9cf60694dd65d800a1669c1a1fd' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: simpleSuicide test: simpleSuicide_Byzantium | |
ok 589 correct pre stateRoot | |
ok 590 correct genesis RLP | |
{"pc":0,"op":115,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH20"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 591 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7638c6abbb3fca5e55185f675d698ad769edbbf49bbcaa4919dabf0e94138228' | |
actual: |- | |
'a65a7f95c40058efa4af8fd28151a67706fa86afdf2aec09043ba5c1ae09f6cb' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 592 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7638c6abbb3fca5e55185f675d698ad769edbbf49bbcaa4919dabf0e94138228' | |
actual: |- | |
'a65a7f95c40058efa4af8fd28151a67706fa86afdf2aec09043ba5c1ae09f6cb' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: suicideCoinbase test: suicideCoinbase_Byzantium | |
ok 593 correct pre stateRoot | |
ok 594 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x74e08","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 595 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'5d3a97ea24a43a8bbd953f73f1b5be982141685556854814d70061cbda21a993' | |
actual: |- | |
'aff00eb20f8a48450b9ea5307e2737287854f357c9022280772e995cc22affd3' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 596 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'5d3a97ea24a43a8bbd953f73f1b5be982141685556854814d70061cbda21a993' | |
actual: |- | |
'aff00eb20f8a48450b9ea5307e2737287854f357c9022280772e995cc22affd3' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: transactionFromNotExistingAccount test: transactionFromNotExistingAccount_Byzantium | |
ok 597 correct pre stateRoot | |
ok 598 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x1f7e8","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 599 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'e6a989acc530761dfc094f4b876a3e4b305b8fe1fb497be6c5744b92bac28c35' | |
actual: |- | |
'733e2cf5d1698b37fd9662244ab274c7a958308ce6fe5be0f88f1b37d1f538bd' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 600 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'e6a989acc530761dfc094f4b876a3e4b305b8fe1fb497be6c5744b92bac28c35' | |
actual: |- | |
'733e2cf5d1698b37fd9662244ab274c7a958308ce6fe5be0f88f1b37d1f538bd' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: lotsOfBranches test: lotsOfBranches_Byzantium | |
ok 601 correct pre stateRoot | |
ok 602 correct genesis RLP | |
ok 603 last block hash | |
ok 604 correct header block | |
# file: lotsOfBranchesOverrideAtTheEnd test: lotsOfBranchesOverrideAtTheEnd_Byzantium | |
ok 605 correct pre stateRoot | |
ok 606 correct genesis RLP | |
ok 607 last block hash | |
ok 608 correct header block | |
# file: lotsOfBranchesOverrideAtTheMiddle test: lotsOfBranchesOverrideAtTheMiddle_Byzantium | |
ok 609 correct pre stateRoot | |
ok 610 correct genesis RLP | |
ok 611 last block hash | |
ok 612 correct header block | |
# file: lotsOfLeafs test: lotsOfLeafs_Byzantium | |
ok 613 correct pre stateRoot | |
ok 614 correct genesis RLP | |
ok 615 last block hash | |
ok 616 correct header block | |
# file: newChainFrom4Block test: newChainFrom4Block_Byzantium | |
ok 617 correct pre stateRoot | |
ok 618 correct genesis RLP | |
ok 619 last block hash | |
ok 620 correct header block | |
# file: newChainFrom5Block test: newChainFrom5Block_Byzantium | |
ok 621 correct pre stateRoot | |
ok 622 correct genesis RLP | |
ok 623 last block hash | |
ok 624 correct header block | |
# file: newChainFrom6Block test: newChainFrom6Block_Byzantium | |
ok 625 correct pre stateRoot | |
ok 626 correct genesis RLP | |
ok 627 last block hash | |
ok 628 correct header block | |
# file: sideChainWithMoreTransactions test: sideChainWithMoreTransactions_Byzantium | |
ok 629 correct pre stateRoot | |
ok 630 correct genesis RLP | |
ok 631 last block hash | |
ok 632 correct header block | |
# file: sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4 test: sideChainWithNewMaxDifficultyStartingFromBlock3AfterBlock4_Byzantium | |
ok 633 correct pre stateRoot | |
ok 634 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 635 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'859d3f4454f24c1a676931e1c3fe6c4b0ffe64cbcf440a98212860303843c00f' | |
actual: |- | |
'b3fad4283bfaf6af56ccbb9e8a9bac06bfee2b5cdd2dcb6e00f7b37a599f2d00' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 636 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'859d3f4454f24c1a676931e1c3fe6c4b0ffe64cbcf440a98212860303843c00f' | |
actual: |- | |
'b3fad4283bfaf6af56ccbb9e8a9bac06bfee2b5cdd2dcb6e00f7b37a599f2d00' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: uncleBlockAtBlock3afterBlock4 test: uncleBlockAtBlock3afterBlock4_Byzantium | |
ok 637 correct pre stateRoot | |
ok 638 correct genesis RLP | |
ok 639 last block hash | |
ok 640 correct header block | |
# file: correct test: correct_Byzantium | |
ok 641 correct pre stateRoot | |
ok 642 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 643 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7c3c3d4c8db3cba08aac6db80c1b9b7792df4498b4eb32c09c112aa72a1b233d' | |
actual: |- | |
'b21c3c66964e2d8caf159ab455569aaa9b705f1a12ba149e2f3575394483a1c8' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 644 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7c3c3d4c8db3cba08aac6db80c1b9b7792df4498b4eb32c09c112aa72a1b233d' | |
actual: |- | |
'b21c3c66964e2d8caf159ab455569aaa9b705f1a12ba149e2f3575394483a1c8' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: diffTooHigh test: diffTooHigh_Byzantium | |
ok 645 correct pre stateRoot | |
ok 646 correct genesis RLP | |
ok 647 last block hash | |
ok 648 correct header block | |
# file: diffTooLow test: diffTooLow_Byzantium | |
ok 649 correct pre stateRoot | |
ok 650 correct genesis RLP | |
ok 651 last block hash | |
ok 652 correct header block | |
# file: diffTooLow2 test: diffTooLow2_Byzantium | |
ok 653 correct pre stateRoot | |
ok 654 correct genesis RLP | |
ok 655 last block hash | |
ok 656 correct header block | |
# file: futureUncleTimestamp2 test: futureUncleTimestamp2_Byzantium | |
ok 657 correct pre stateRoot | |
ok 658 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 659 last block hash | |
ok 660 correct header block | |
# file: futureUncleTimestamp3 test: futureUncleTimestamp3_Byzantium | |
ok 661 correct pre stateRoot | |
ok 662 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 663 last block hash | |
ok 664 correct header block | |
# file: futureUncleTimestampDifficultyDrop test: futureUncleTimestampDifficultyDrop_Byzantium | |
ok 665 correct pre stateRoot | |
ok 666 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 667 last block hash | |
ok 668 correct header block | |
# file: futureUncleTimestampDifficultyDrop2 test: futureUncleTimestampDifficultyDrop2_Byzantium | |
ok 669 correct pre stateRoot | |
ok 670 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 671 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'957e8d75323e88edd9606ffb0db7a69f7b555d532e57da31a553ee70b3a75f83' | |
actual: |- | |
'f55e9633cfad10b698afe1d73284999d58675bf0375d0e2d0390d25f74b74f3e' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 672 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'957e8d75323e88edd9606ffb0db7a69f7b555d532e57da31a553ee70b3a75f83' | |
actual: |- | |
'f55e9633cfad10b698afe1d73284999d58675bf0375d0e2d0390d25f74b74f3e' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: gasLimitLTGasUsageUncle test: gasLimitLTGasUsageUncle_Byzantium | |
ok 673 correct pre stateRoot | |
ok 674 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 675 last block hash | |
ok 676 correct header block | |
# file: gasLimitTooHigh test: gasLimitTooHigh_Byzantium | |
ok 677 correct pre stateRoot | |
ok 678 correct genesis RLP | |
ok 679 last block hash | |
ok 680 correct header block | |
# file: gasLimitTooHighExactBound test: gasLimitTooHighExactBound_Byzantium | |
ok 681 correct pre stateRoot | |
ok 682 correct genesis RLP | |
ok 683 last block hash | |
ok 684 correct header block | |
# file: gasLimitTooLow test: gasLimitTooLow_Byzantium | |
ok 685 correct pre stateRoot | |
ok 686 correct genesis RLP | |
ok 687 last block hash | |
ok 688 correct header block | |
# file: gasLimitTooLowExactBound test: gasLimitTooLowExactBound_Byzantium | |
ok 689 correct pre stateRoot | |
ok 690 correct genesis RLP | |
ok 691 last block hash | |
ok 692 correct header block | |
# file: incorrectUncleNumber0 test: incorrectUncleNumber0_Byzantium | |
ok 693 correct pre stateRoot | |
ok 694 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 695 last block hash | |
ok 696 correct header block | |
# file: incorrectUncleNumber1 test: incorrectUncleNumber1_Byzantium | |
ok 697 correct pre stateRoot | |
ok 698 correct genesis RLP | |
ok 699 last block hash | |
ok 700 correct header block | |
# file: incorrectUncleNumber500 test: incorrectUncleNumber500_Byzantium | |
ok 701 correct pre stateRoot | |
ok 702 correct genesis RLP | |
ok 703 last block hash | |
ok 704 correct header block | |
# file: incorrectUncleTimestamp test: incorrectUncleTimestamp_Byzantium | |
ok 705 correct pre stateRoot | |
ok 706 correct genesis RLP | |
ok 707 last block hash | |
ok 708 correct header block | |
# file: incorrectUncleTimestamp2 test: incorrectUncleTimestamp2_Byzantium | |
ok 709 correct pre stateRoot | |
ok 710 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 711 last block hash | |
ok 712 correct header block | |
# file: nonceWrong test: nonceWrong_Byzantium | |
ok 713 correct pre stateRoot | |
ok 714 correct genesis RLP | |
ok 715 last block hash | |
ok 716 correct header block | |
# file: pastUncleTimestamp test: pastUncleTimestamp_Byzantium | |
ok 717 correct pre stateRoot | |
ok 718 correct genesis RLP | |
ok 719 last block hash | |
ok 720 correct header block | |
# file: timestampTooHigh test: timestampTooHigh_Byzantium | |
ok 721 correct pre stateRoot | |
ok 722 correct genesis RLP | |
ok 723 last block hash | |
ok 724 correct header block | |
# file: timestampTooLow test: timestampTooLow_Byzantium | |
ok 725 correct pre stateRoot | |
ok 726 correct genesis RLP | |
ok 727 last block hash | |
ok 728 correct header block | |
# file: uncleBloomNot0 test: uncleBloomNot0_Byzantium | |
ok 729 correct pre stateRoot | |
ok 730 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 731 last block hash | |
ok 732 correct header block | |
# file: uncleBloomNot0_2 test: uncleBloomNot0_2_Byzantium | |
ok 733 correct pre stateRoot | |
ok 734 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 735 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'476415e29f6c29db17fee9bff5819db3806d96d1a699a28abd4b88aaddcc6c4e' | |
actual: |- | |
'8d43bde328a87723ee1d2c83b865faa3ca56ba9b4741c8e86b7a3240d55a3c26' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 736 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'476415e29f6c29db17fee9bff5819db3806d96d1a699a28abd4b88aaddcc6c4e' | |
actual: |- | |
'8d43bde328a87723ee1d2c83b865faa3ca56ba9b4741c8e86b7a3240d55a3c26' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: unknownUncleParentHash test: unknownUncleParentHash_Byzantium | |
ok 737 correct pre stateRoot | |
ok 738 correct genesis RLP | |
ok 739 last block hash | |
ok 740 correct header block | |
# file: wrongMixHash test: wrongMixHash_Byzantium | |
ok 741 correct pre stateRoot | |
ok 742 correct genesis RLP | |
ok 743 last block hash | |
ok 744 correct header block | |
# file: wrongParentHash test: wrongParentHash_Byzantium | |
ok 745 correct pre stateRoot | |
ok 746 correct genesis RLP | |
ok 747 last block hash | |
ok 748 correct header block | |
# file: wrongStateRoot test: wrongStateRoot_Byzantium | |
ok 749 correct pre stateRoot | |
ok 750 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 751 last block hash | |
ok 752 correct header block | |
# file: EqualUncleInTwoDifferentBlocks test: EqualUncleInTwoDifferentBlocks_Byzantium | |
ok 753 correct pre stateRoot | |
ok 754 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 755 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'717ec5c264e849507664d367b29b6649aa158bb7525b5af1528c94d002864e1a' | |
actual: |- | |
'28a5892491d5e38a2c0ec6f799a7434de330e5a65cf6dfc1c4a715f8b3b09355' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 756 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'717ec5c264e849507664d367b29b6649aa158bb7525b5af1528c94d002864e1a' | |
actual: |- | |
'28a5892491d5e38a2c0ec6f799a7434de330e5a65cf6dfc1c4a715f8b3b09355' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: InChainUncle test: InChainUncle_Byzantium | |
ok 757 correct pre stateRoot | |
ok 758 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 759 last block hash | |
ok 760 correct header block | |
# file: InChainUncleFather test: InChainUncleFather_Byzantium | |
ok 761 correct pre stateRoot | |
ok 762 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 763 last block hash | |
ok 764 correct header block | |
# file: InChainUncleGrandPa test: InChainUncleGrandPa_Byzantium | |
ok 765 correct pre stateRoot | |
ok 766 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 767 last block hash | |
ok 768 correct header block | |
# file: InChainUncleGreatGrandPa test: InChainUncleGreatGrandPa_Byzantium | |
ok 769 correct pre stateRoot | |
ok 770 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 771 last block hash | |
ok 772 correct header block | |
# file: InChainUncleGreatGreatGrandPa test: InChainUncleGreatGreatGrandPa_Byzantium | |
ok 773 correct pre stateRoot | |
ok 774 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 775 last block hash | |
ok 776 correct header block | |
# file: InChainUncleGreatGreatGreatGrandPa test: InChainUncleGreatGreatGreatGrandPa_Byzantium | |
ok 777 correct pre stateRoot | |
ok 778 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 779 last block hash | |
ok 780 correct header block | |
# file: InChainUncleGreatGreatGreatGreatGrandPa test: InChainUncleGreatGreatGreatGreatGrandPa_Byzantium | |
ok 781 correct pre stateRoot | |
ok 782 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 783 last block hash | |
ok 784 correct header block | |
# file: UncleIsBrother test: UncleIsBrother_Byzantium | |
ok 785 correct pre stateRoot | |
ok 786 correct genesis RLP | |
ok 787 last block hash | |
ok 788 correct header block | |
# file: oneUncle test: oneUncle_Byzantium | |
ok 789 correct pre stateRoot | |
ok 790 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 791 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'01fe4486b2522947cacb530a7cc04aaed0bf2a36fad56cf6823574acbcf61452' | |
actual: |- | |
'af8617198e1e3496bf91268fa695720b63e43c94c81a5367e03e634c4702e1d9' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 792 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'01fe4486b2522947cacb530a7cc04aaed0bf2a36fad56cf6823574acbcf61452' | |
actual: |- | |
'af8617198e1e3496bf91268fa695720b63e43c94c81a5367e03e634c4702e1d9' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: oneUncleGeneration2 test: oneUncleGeneration2_Byzantium | |
ok 793 correct pre stateRoot | |
ok 794 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 795 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'bd4ea9dd43ed42b3d0efbe6c63759884736d076d09caedccfc8ee5b552bab0c1' | |
actual: |- | |
'2c3dd61bb70afb3ded12cae5070388d09b91d7bbfec31a27eb4cea518ea49292' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 796 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'bd4ea9dd43ed42b3d0efbe6c63759884736d076d09caedccfc8ee5b552bab0c1' | |
actual: |- | |
'2c3dd61bb70afb3ded12cae5070388d09b91d7bbfec31a27eb4cea518ea49292' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: oneUncleGeneration3 test: oneUncleGeneration3_Byzantium | |
ok 797 correct pre stateRoot | |
ok 798 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 799 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'1178b86ee9431fc06eea53631b98b16cc83d2190e571300cb8095242586e6d47' | |
actual: |- | |
'c9bdb5d9aafca51374f16597d6d1c49c52e575c0dd72ba54d3cd92625532dd54' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 800 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'1178b86ee9431fc06eea53631b98b16cc83d2190e571300cb8095242586e6d47' | |
actual: |- | |
'c9bdb5d9aafca51374f16597d6d1c49c52e575c0dd72ba54d3cd92625532dd54' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: oneUncleGeneration4 test: oneUncleGeneration4_Byzantium | |
ok 801 correct pre stateRoot | |
ok 802 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 803 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a4876cb94552ef9bbf3e5ef89216cc58aacefdbc9d0ffcfd018c2b81fa452c48' | |
actual: |- | |
'f7459196fcbb6b68400fb71711b04e5c43b6449fb8abb59aa1ff2a55db560386' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 804 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a4876cb94552ef9bbf3e5ef89216cc58aacefdbc9d0ffcfd018c2b81fa452c48' | |
actual: |- | |
'f7459196fcbb6b68400fb71711b04e5c43b6449fb8abb59aa1ff2a55db560386' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: oneUncleGeneration5 test: oneUncleGeneration5_Byzantium | |
ok 805 correct pre stateRoot | |
ok 806 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 807 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'b736ac6beb5bc3665964dc9684e5baf733f76ec54dcd55a928e79ca38611c98a' | |
actual: |- | |
'6fe424d1dd617fff0206d61ee9643f57eb5cae5fd3ab15803bbce4591bebcec5' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 808 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'b736ac6beb5bc3665964dc9684e5baf733f76ec54dcd55a928e79ca38611c98a' | |
actual: |- | |
'6fe424d1dd617fff0206d61ee9643f57eb5cae5fd3ab15803bbce4591bebcec5' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: oneUncleGeneration6 test: oneUncleGeneration6_Byzantium | |
ok 809 correct pre stateRoot | |
ok 810 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 811 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'6284d96de04b176f58ad3ba0441d99d7f8362836819d881c2b75858b1f70d820' | |
actual: |- | |
'61dfa584f0be4e56be5db9d053b6d781ee093d61307a73ece3900386d0beba79' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 812 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'6284d96de04b176f58ad3ba0441d99d7f8362836819d881c2b75858b1f70d820' | |
actual: |- | |
'61dfa584f0be4e56be5db9d053b6d781ee093d61307a73ece3900386d0beba79' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: oneUncleGeneration7 test: oneUncleGeneration7_Byzantium | |
ok 813 correct pre stateRoot | |
ok 814 correct genesis RLP | |
ok 815 last block hash | |
ok 816 correct header block | |
# file: threeUncle test: threeUncle_Byzantium | |
ok 817 correct pre stateRoot | |
ok 818 correct genesis RLP | |
ok 819 last block hash | |
ok 820 correct header block | |
# file: twoEqualUncle test: twoEqualUncle_Byzantium | |
ok 821 correct pre stateRoot | |
ok 822 correct genesis RLP | |
ok 823 last block hash | |
ok 824 correct header block | |
# file: twoUncle test: twoUncle_Byzantium | |
ok 825 correct pre stateRoot | |
ok 826 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 827 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'64c407a16b05df4376d3339996fbce9b90459c404ca790fc6d54b0fbc51eb826' | |
actual: |- | |
'f6ffa175170c8d142861a7862ad83bd6c65e398b8ff6a996cefd47a7004c6e9f' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 828 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'64c407a16b05df4376d3339996fbce9b90459c404ca790fc6d54b0fbc51eb826' | |
actual: |- | |
'f6ffa175170c8d142861a7862ad83bd6c65e398b8ff6a996cefd47a7004c6e9f' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: uncleHeaderAtBlock2 test: uncleHeaderAtBlock2_Byzantium | |
ok 829 correct pre stateRoot | |
ok 830 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 831 last block hash | |
ok 832 correct header block | |
# file: uncleHeaderAtBlock2Byzantium test: uncleHeaderAtBlock2Byzantium_Byzantium | |
ok 833 correct pre stateRoot | |
ok 834 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 835 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'49740224918559bb30ef35e048a714f8f495923bfb07f4e1c947e271132818a1' | |
actual: |- | |
'2deb23b8aa27f89d9548f34bd0140c48c70f87f502295b6f56b1bc67103bf4a0' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 836 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'49740224918559bb30ef35e048a714f8f495923bfb07f4e1c947e271132818a1' | |
actual: |- | |
'2deb23b8aa27f89d9548f34bd0140c48c70f87f502295b6f56b1bc67103bf4a0' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: uncleHeaderAtBlock2Metropolis test: uncleHeaderAtBlock2Byzantium_Byzantium | |
ok 837 correct pre stateRoot | |
ok 838 correct genesis RLP | |
Invalid block error: Error: invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
ok 839 last block hash | |
ok 840 correct header block | |
# file: uncleHeaderWithGeneration0 test: uncleHeaderWithGeneration0_Byzantium | |
ok 841 correct pre stateRoot | |
ok 842 correct genesis RLP | |
ok 843 last block hash | |
ok 844 correct header block | |
# file: uncleWithSameBlockNumber test: uncleWithSameBlockNumber_Byzantium | |
ok 845 correct pre stateRoot | |
ok 846 correct genesis RLP | |
ok 847 last block hash | |
ok 848 correct header block | |
# file: ExtraData32 test: ExtraData32_Byzantium | |
ok 849 correct pre stateRoot | |
ok 850 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 851 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c605cc696ef04cb8b7cc26758a017f0b779000b147dc593881618b98b7dcf51f' | |
actual: |- | |
'f052d217bd5275a5177a3c3b7debdfe2670f1c8394b2965ccd5c1883cc1a524d' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 852 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c605cc696ef04cb8b7cc26758a017f0b779000b147dc593881618b98b7dcf51f' | |
actual: |- | |
'f052d217bd5275a5177a3c3b7debdfe2670f1c8394b2965ccd5c1883cc1a524d' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: RecallSuicidedContract test: RecallSuicidedContract_Byzantium | |
ok 853 correct pre stateRoot | |
ok 854 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x6c37c","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 855 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'8b4d6c975c53064fce653a0e8c2809a0e82a8b05bbf13bf4de2f41fbffc788e3' | |
actual: |- | |
'5a39ed1020c04d4d84539975b893a4e7c53eab6c2965db8bc3468093a31bc5ae' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 856 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'8b4d6c975c53064fce653a0e8c2809a0e82a8b05bbf13bf4de2f41fbffc788e3' | |
actual: |- | |
'5a39ed1020c04d4d84539975b893a4e7c53eab6c2965db8bc3468093a31bc5ae' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: RecallSuicidedContractInOneBlock test: RecallSuicidedContractInOneBlock_Byzantium | |
ok 857 correct pre stateRoot | |
ok 858 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x6c37c","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 859 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'8b475b81fcfae13ad758d35f42fac5b339f1e3a9ea2a5fca6fda90dfc44fe5e2' | |
actual: |- | |
'5a39ed1020c04d4d84539975b893a4e7c53eab6c2965db8bc3468093a31bc5ae' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 860 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'8b475b81fcfae13ad758d35f42fac5b339f1e3a9ea2a5fca6fda90dfc44fe5e2' | |
actual: |- | |
'5a39ed1020c04d4d84539975b893a4e7c53eab6c2965db8bc3468093a31bc5ae' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: SimpleTx test: SimpleTx_Byzantium | |
ok 861 correct pre stateRoot | |
ok 862 correct genesis RLP | |
ok 863 last block hash | |
ok 864 correct header block | |
# file: SimpleTx3 test: SimpleTx3_Byzantium | |
ok 865 correct pre stateRoot | |
ok 866 correct genesis RLP | |
ok 867 last block hash | |
ok 868 correct header block | |
# file: SimpleTx3LowS test: SimpleTx3LowS_Byzantium | |
ok 869 correct pre stateRoot | |
ok 870 correct genesis RLP | |
ok 871 last block hash | |
ok 872 correct header block | |
# file: callRevert test: callRevert_Byzantium | |
ok 873 correct pre stateRoot | |
ok 874 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 875 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'75007ee5d3e1cdd1d422e767b03618f67e5f3a98e696f62871d8db286cc48851' | |
actual: |- | |
'e1be898341944c304ebe363528795674b8abd6c206f2c94a603b9ecd258f13a2' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 876 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'75007ee5d3e1cdd1d422e767b03618f67e5f3a98e696f62871d8db286cc48851' | |
actual: |- | |
'e1be898341944c304ebe363528795674b8abd6c206f2c94a603b9ecd258f13a2' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: createRevert test: createRevert_Byzantium | |
ok 877 correct pre stateRoot | |
ok 878 correct genesis RLP | |
ok 879 last block hash | |
ok 880 correct header block | |
# file: dataTx test: dataTx_Byzantium | |
ok 881 correct pre stateRoot | |
ok 882 correct genesis RLP | |
ok 883 last block hash | |
ok 884 correct header block | |
# file: dataTx2 test: dataTx2_Byzantium | |
ok 885 correct pre stateRoot | |
ok 886 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x51a0","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
ok 887 last block hash | |
ok 888 correct header block | |
# file: diff1024 test: diff1024_Byzantium | |
ok 889 correct pre stateRoot | |
ok 890 correct genesis RLP | |
ok 891 last block hash | |
ok 892 correct header block | |
# file: gasLimitTooHigh test: gasLimitTooHigh_Byzantium | |
ok 893 correct pre stateRoot | |
ok 894 correct genesis RLP | |
ok 895 last block hash | |
ok 896 correct header block | |
# file: gasLimitTooHigh2 test: gasLimitTooHigh2_Byzantium | |
ok 897 correct pre stateRoot | |
ok 898 correct genesis RLP | |
ok 899 last block hash | |
ok 900 correct header block | |
# file: gasPrice0 test: gasPrice0_Byzantium | |
ok 901 correct pre stateRoot | |
ok 902 correct genesis RLP | |
ok 903 last block hash | |
ok 904 correct header block | |
# file: log1_correct test: log1_correct_Byzantium | |
ok 905 correct pre stateRoot | |
ok 906 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 907 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'5864d699eb84f2f417565b383ece92ba119d90e196caa73a581f803c1b8e7d8d' | |
actual: |- | |
'f052d217bd5275a5177a3c3b7debdfe2670f1c8394b2965ccd5c1883cc1a524d' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 908 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'5864d699eb84f2f417565b383ece92ba119d90e196caa73a581f803c1b8e7d8d' | |
actual: |- | |
'f052d217bd5275a5177a3c3b7debdfe2670f1c8394b2965ccd5c1883cc1a524d' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: timeDiff0 test: timeDiff0_Byzantium | |
ok 909 correct pre stateRoot | |
ok 910 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 911 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'c847fbb0c34c64b20fbd5fac406e3baeb59968f7c6add397e67a511ff8752767' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 912 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'c847fbb0c34c64b20fbd5fac406e3baeb59968f7c6add397e67a511ff8752767' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: timeDiff12 test: timeDiff12_Byzantium | |
ok 913 correct pre stateRoot | |
ok 914 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 915 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'2660bbd0bd8d519ab2a0c2d6ccc05e8d7e0dab1f9ceb3d99e968238cc009eae4' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 916 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'2660bbd0bd8d519ab2a0c2d6ccc05e8d7e0dab1f9ceb3d99e968238cc009eae4' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: timeDiff13 test: timeDiff13_Byzantium | |
ok 917 correct pre stateRoot | |
ok 918 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 919 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'8437d7efa2f2cd670637d458e170683adb36b6c52216a99fd4b43c55dc7af788' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 920 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'8437d7efa2f2cd670637d458e170683adb36b6c52216a99fd4b43c55dc7af788' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: timeDiff14 test: timeDiff14_Byzantium | |
ok 921 correct pre stateRoot | |
ok 922 correct genesis RLP | |
{"pc":0,"op":127,"gas":"0x7148","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH32"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 923 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'0cfdd0e61377476068bec12a638b87b9ae4039a9e74ac43d8b475dccbf0b563e' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 924 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'0cfdd0e61377476068bec12a638b87b9ae4039a9e74ac43d8b475dccbf0b563e' | |
actual: |- | |
'ceb185c6f6efe7e925b2e8e191fa2ae7455812156a541f78ae818b471d802597' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: txEqualValue test: txEqualValue_Byzantium | |
ok 925 correct pre stateRoot | |
ok 926 correct genesis RLP | |
ok 927 last block hash | |
ok 928 correct header block | |
# file: txOrder test: txOrder_Byzantium | |
ok 929 correct pre stateRoot | |
ok 930 correct genesis RLP | |
ok 931 last block hash | |
ok 932 correct header block | |
# file: wallet2outOf3txs test: wallet2outOf3txs_Byzantium | |
ok 933 correct pre stateRoot | |
ok 934 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0xd3e67","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
ok 935 last block hash | |
ok 936 correct header block | |
# file: wallet2outOf3txs2 test: wallet2outOf3txs2_Byzantium | |
ok 937 correct pre stateRoot | |
ok 938 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x11e4e18","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 939 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'ba19e52125ac379236fc8c428523e61376e48219758c595feb9388d78cb29c7a' | |
actual: |- | |
'85366996aa23e67a63326459bcfff5ef437d21eeb3cd3a4e6ed6d2a1f2b0a4df' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 940 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'ba19e52125ac379236fc8c428523e61376e48219758c595feb9388d78cb29c7a' | |
actual: |- | |
'85366996aa23e67a63326459bcfff5ef437d21eeb3cd3a4e6ed6d2a1f2b0a4df' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: wallet2outOf3txsRevoke test: wallet2outOf3txsRevoke_Byzantium | |
ok 941 correct pre stateRoot | |
ok 942 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x11e4e18","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 943 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'a3fc14ef7188a66ec433ac87bbf38ba31fb2ecbb911ef58283b01f72879d2faa' | |
actual: |- | |
'85366996aa23e67a63326459bcfff5ef437d21eeb3cd3a4e6ed6d2a1f2b0a4df' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 944 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'a3fc14ef7188a66ec433ac87bbf38ba31fb2ecbb911ef58283b01f72879d2faa' | |
actual: |- | |
'85366996aa23e67a63326459bcfff5ef437d21eeb3cd3a4e6ed6d2a1f2b0a4df' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: wallet2outOf3txsRevokeAndConfirmAgain test: wallet2outOf3txsRevokeAndConfirmAgain_Byzantium | |
ok 945 correct pre stateRoot | |
ok 946 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x11e4e18","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 947 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'25a71f4418ca88f665654eaea2162c025a446df7aa32fe4132f57ac34df5dbe8' | |
actual: |- | |
'85366996aa23e67a63326459bcfff5ef437d21eeb3cd3a4e6ed6d2a1f2b0a4df' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 948 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'25a71f4418ca88f665654eaea2162c025a446df7aa32fe4132f57ac34df5dbe8' | |
actual: |- | |
'85366996aa23e67a63326459bcfff5ef437d21eeb3cd3a4e6ed6d2a1f2b0a4df' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
# file: walletReorganizeOwners test: walletReorganizeOwners_Byzantium | |
ok 949 correct pre stateRoot | |
ok 950 correct genesis RLP | |
{"pc":0,"op":96,"gas":"0x11e4e18","gasCost":"0x3","stack":[],"depth":0,"opName":"PUSH1"} | |
Invalid block error: Error: Error: Error: Error: invalid receiptTrie invalid bloom invalid gasUsed invalid block stateRoot | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/runBlock.js:170:19 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:108:7 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:421:16 | |
at replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:950:9 | |
at eachLimit$1 (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:3169:24) | |
at Object.<anonymous> (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:980:16) | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/lib/cache.js:104:11 | |
at /Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:906:16 | |
at next (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:5198:18) | |
not ok 951 last block hash | |
--- | |
operator: equal | |
expected: |- | |
'7df750834920814190959529da66d1f7363d360cb3a78b9c8d0f31fe4a0b7bf1' | |
actual: |- | |
'c7c0cc842bed190774dbe16049d8068e367749f9f3745124c5d6b505e3b600f0' | |
at: Immediate.callNext (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/memdown/memdown.js:173:5) | |
... | |
not ok 952 correct header block | |
--- | |
operator: equal | |
expected: |- | |
'7df750834920814190959529da66d1f7363d360cb3a78b9c8d0f31fe4a0b7bf1' | |
actual: |- | |
'c7c0cc842bed190774dbe16049d8068e367749f9f3745124c5d6b505e3b600f0' | |
at: replenish (/Users/hdrewes/Documents/DEV/EthereumJS/ethereumjs-vm/node_modules/async/dist/async.js:941:25) | |
... | |
1..952 | |
# tests 952 | |
# pass 678 | |
# fail 274 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment