Skip to content

Instantly share code, notes, and snippets.

@jwasinger
Created September 12, 2017 22:34
Show Gist options
  • Save jwasinger/6972f35e916fb462e72cd3e81b4b1dd1 to your computer and use it in GitHub Desktop.
Save jwasinger/6972f35e916fb462e72cd3e81b4b1dd1 to your computer and use it in GitHub Desktop.
Ethereumjs blockchain test failures 9/12/2017
> ethereumjs-vm@2.2.1 testBlockchain /ethereum/ethereumjs-vm
> node --stack-size=1500 ./tests/tester -b
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
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 (/ethereum/ethereumjs-vm/lib/runBlock.js:88:12)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3083:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:946:17)
at iterateeCallback (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:931:17)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at parseTxResult (/ethereum/ethereumjs-vm/lib/runBlock.js:136:9)
at /ethereum/ethereumjs-vm/lib/runTx.js:56:5
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3861:9
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/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
ok 15 last block hash
ok 16 correct header block
# 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
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
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
ok 35 last block hash
ok 36 correct header block
# file: SuicideIssue test: SuicideIssue_Byzantium
ok 37 correct pre stateRoot
ok 38 correct genesis RLP
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
ok 43 last block hash
ok 44 correct header block
# file: ForkStressTest test: ForkStressTest_Byzantium
ok 45 correct pre stateRoot
ok 46 correct genesis RLP
not ok 47 last block hash
---
operator: equal
expected: |-
'2a3aab5419da5daf4bd4ff5422bfbe8ab28bcd33dac1aaeb269fe35e8a60b864'
actual: |-
'792811b5c23cad347c1c04b5fd180e07f7fb0aa9ef0b29b7684778fd7eac091e'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
ok 48 correct header block
# file: RPC_API_Test test: RPC_API_Test_Byzantium
ok 49 correct pre stateRoot
ok 50 correct genesis RLP
Invalid block error: Error: invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 51 last block hash
---
operator: equal
expected: |-
'a669fdbcdb4e6bd9b899e63d092000662c4fd83becfc7dff71e36e6ef1f76356'
actual: |-
'086e34776645784c3ff915a16c8daa8f636cd2c81ebed81647c3580e6efc81eb'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 52 correct header block
---
operator: equal
expected: |-
'a669fdbcdb4e6bd9b899e63d092000662c4fd83becfc7dff71e36e6ef1f76356'
actual: |-
'086e34776645784c3ff915a16c8daa8f636cd2c81ebed81647c3580e6efc81eb'
at: replenish (/ethereum/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
Invalid block error: Error: invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
ok 79 last block hash
ok 80 correct header block
# 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
Invalid block error: Error: Error: invalid bloom invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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
Invalid block error: Error: invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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
Invalid block error: Error: Error: invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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
Invalid block error: Error: Error: invalid receiptTrie invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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
Invalid block error: Error: invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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
ok 151 last block hash
ok 152 correct header block
# 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
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 163 last block hash
---
operator: equal
expected: |-
'01a7c94280cee7ee4dcd089a458b4da983d35af693bd1e4274e2245f68e34cf2'
actual: |-
'0d3cdf0ff4dc51e3a26cfc71a63e1219592111ac1247e6d77b349b02d28cb41b'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 164 correct header block
---
operator: equal
expected: |-
'01a7c94280cee7ee4dcd089a458b4da983d35af693bd1e4274e2245f68e34cf2'
actual: |-
'0d3cdf0ff4dc51e3a26cfc71a63e1219592111ac1247e6d77b349b02d28cb41b'
at: replenish (/ethereum/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
ok 187 last block hash
ok 188 correct header block
# file: randomStatetest113BC test: randomStatetest113BC_Byzantium
ok 189 correct pre stateRoot
ok 190 correct genesis RLP
ok 191 last block hash
ok 192 correct header block
# file: randomStatetest127BC test: randomStatetest127BC_Byzantium
ok 193 correct pre stateRoot
ok 194 correct genesis RLP
ok 195 last block hash
ok 196 correct header block
# file: randomStatetest128BC test: randomStatetest128BC_Byzantium
ok 197 correct pre stateRoot
ok 198 correct genesis RLP
ok 199 last block hash
ok 200 correct header block
# file: randomStatetest132BC test: randomStatetest132BC_Byzantium
ok 201 correct pre stateRoot
ok 202 correct genesis RLP
ok 203 last block hash
ok 204 correct header block
# file: randomStatetest140BC test: randomStatetest140BC_Byzantium
ok 205 correct pre stateRoot
ok 206 correct genesis RLP
ok 207 last block hash
ok 208 correct header block
# file: randomStatetest141BC test: randomStatetest141BC_Byzantium
ok 209 correct pre stateRoot
ok 210 correct genesis RLP
ok 211 last block hash
ok 212 correct header block
# file: randomStatetest152BC test: randomStatetest152BC_Byzantium
ok 213 correct pre stateRoot
ok 214 correct genesis RLP
ok 215 last block hash
ok 216 correct header block
# file: randomStatetest165BC test: randomStatetest165BC_Byzantium
ok 217 correct pre stateRoot
ok 218 correct genesis RLP
ok 219 last block hash
ok 220 correct header block
# file: randomStatetest168BC test: randomStatetest168BC_Byzantium
ok 221 correct pre stateRoot
ok 222 correct genesis RLP
ok 223 last block hash
ok 224 correct header block
# file: randomStatetest181BC test: randomStatetest181BC_Byzantium
ok 225 correct pre stateRoot
ok 226 correct genesis RLP
ok 227 last block hash
ok 228 correct header block
# file: randomStatetest182BC test: randomStatetest182BC_Byzantium
ok 229 correct pre stateRoot
ok 230 correct genesis RLP
ok 231 last block hash
ok 232 correct header block
# file: randomStatetest186BC test: randomStatetest186BC_Byzantium
ok 233 correct pre stateRoot
ok 234 correct genesis RLP
ok 235 last block hash
ok 236 correct header block
# file: randomStatetest193BC test: randomStatetest193BC_Byzantium
ok 237 correct pre stateRoot
ok 238 correct genesis RLP
ok 239 last block hash
ok 240 correct header block
# file: randomStatetest203BC test: randomStatetest203BC_Byzantium
ok 241 correct pre stateRoot
ok 242 correct genesis RLP
ok 243 last block hash
ok 244 correct header block
# file: randomStatetest213BC test: randomStatetest213BC_Byzantium
ok 245 correct pre stateRoot
ok 246 correct genesis RLP
ok 247 last block hash
ok 248 correct header block
# file: randomStatetest218BC test: randomStatetest218BC_Byzantium
ok 249 correct pre stateRoot
ok 250 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 251 last block hash
---
operator: equal
expected: |-
'79f098b288bd91a085b544c7c9daebf2761ab1a11a6460e6ffb91fb4f864012a'
actual: |-
'450d1c75e19a27da6d4b2d785dd690b802e48d0d129df5e36925de258f32ea34'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 252 correct header block
---
operator: equal
expected: |-
'79f098b288bd91a085b544c7c9daebf2761ab1a11a6460e6ffb91fb4f864012a'
actual: |-
'450d1c75e19a27da6d4b2d785dd690b802e48d0d129df5e36925de258f32ea34'
at: replenish (/ethereum/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
ok 255 last block hash
ok 256 correct header block
# file: randomStatetest224BC test: randomStatetest224BC_Byzantium
ok 257 correct pre stateRoot
ok 258 correct genesis RLP
ok 259 last block hash
ok 260 correct header block
# file: randomStatetest234BC test: randomStatetest234BC_Byzantium
ok 261 correct pre stateRoot
ok 262 correct genesis RLP
ok 263 last block hash
ok 264 correct header block
# file: randomStatetest235BC test: randomStatetest235BC_Byzantium
ok 265 correct pre stateRoot
ok 266 correct genesis RLP
ok 267 last block hash
ok 268 correct header block
# file: randomStatetest239BC test: randomStatetest239BC_Byzantium
ok 269 correct pre stateRoot
ok 270 correct genesis RLP
ok 271 last block hash
ok 272 correct header block
# file: randomStatetest240BC test: randomStatetest240BC_Byzantium
ok 273 correct pre stateRoot
ok 274 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 275 last block hash
---
operator: equal
expected: |-
'9dc6d09522bc9fffd0e85b2def2121ca3bbad0fcdb33e655fb85556727951396'
actual: |-
'0db89cdbba43da81f8f97785109eee92a4c8b93722a7bdef19dd0e68af8c4add'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 276 correct header block
---
operator: equal
expected: |-
'9dc6d09522bc9fffd0e85b2def2121ca3bbad0fcdb33e655fb85556727951396'
actual: |-
'0db89cdbba43da81f8f97785109eee92a4c8b93722a7bdef19dd0e68af8c4add'
at: replenish (/ethereum/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
ok 279 last block hash
ok 280 correct header block
# file: randomStatetest255BC test: randomStatetest255BC_Byzantium
ok 281 correct pre stateRoot
ok 282 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 283 last block hash
---
operator: equal
expected: |-
'26943994daf2522c645a61a59cd08419146dd7d1f136c2d39a76dab0ed71e26f'
actual: |-
'f3e671d0c334ee3f58d1a86371b226f1e17fe9ac7a4cef4278b26bbf32fd0474'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 284 correct header block
---
operator: equal
expected: |-
'26943994daf2522c645a61a59cd08419146dd7d1f136c2d39a76dab0ed71e26f'
actual: |-
'f3e671d0c334ee3f58d1a86371b226f1e17fe9ac7a4cef4278b26bbf32fd0474'
at: replenish (/ethereum/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
ok 287 last block hash
ok 288 correct header block
# file: randomStatetest258BC test: randomStatetest258BC_Byzantium
ok 289 correct pre stateRoot
ok 290 correct genesis RLP
ok 291 last block hash
ok 292 correct header block
# file: randomStatetest262BC test: randomStatetest262BC_Byzantium
ok 293 correct pre stateRoot
ok 294 correct genesis RLP
ok 295 last block hash
ok 296 correct header block
# file: randomStatetest272BC test: randomStatetest272BC_Byzantium
ok 297 correct pre stateRoot
ok 298 correct genesis RLP
ok 299 last block hash
ok 300 correct header block
# file: randomStatetest277BC test: randomStatetest277BC_Byzantium
ok 301 correct pre stateRoot
ok 302 correct genesis RLP
ok 303 last block hash
ok 304 correct header block
# file: randomStatetest284BC test: randomStatetest284BC_Byzantium
ok 305 correct pre stateRoot
ok 306 correct genesis RLP
ok 307 last block hash
ok 308 correct header block
# file: randomStatetest289BC test: randomStatetest289BC_Byzantium
ok 309 correct pre stateRoot
ok 310 correct genesis RLP
ok 311 last block hash
ok 312 correct header block
# file: randomStatetest314BC test: randomStatetest314BC_Byzantium
ok 313 correct pre stateRoot
ok 314 correct genesis RLP
ok 315 last block hash
ok 316 correct header block
# file: randomStatetest317BC test: randomStatetest317BC_Byzantium
ok 317 correct pre stateRoot
ok 318 correct genesis RLP
ok 319 last block hash
ok 320 correct header block
# file: randomStatetest319BC test: randomStatetest319BC_Byzantium
ok 321 correct pre stateRoot
ok 322 correct genesis RLP
ok 323 last block hash
ok 324 correct header block
# file: randomStatetest330BC test: randomStatetest330BC_Byzantium
ok 325 correct pre stateRoot
ok 326 correct genesis RLP
ok 327 last block hash
ok 328 correct header block
# file: randomStatetest331BC test: randomStatetest331BC_Byzantium
ok 329 correct pre stateRoot
ok 330 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 331 last block hash
---
operator: equal
expected: |-
'c9b0b99fa8a08504a8f12af1f6f33607eba15f9fbb4f700d525f6b1b8a1348a0'
actual: |-
'a8350477a60c8792887859543ccc5185c33d92594ce75de07caf2e28e8ee2d27'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 332 correct header block
---
operator: equal
expected: |-
'c9b0b99fa8a08504a8f12af1f6f33607eba15f9fbb4f700d525f6b1b8a1348a0'
actual: |-
'a8350477a60c8792887859543ccc5185c33d92594ce75de07caf2e28e8ee2d27'
at: replenish (/ethereum/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
ok 335 last block hash
ok 336 correct header block
# file: randomStatetest34BC test: randomStatetest34BC_Byzantium
ok 337 correct pre stateRoot
ok 338 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 339 last block hash
---
operator: equal
expected: |-
'c12c62d1aba238fd81aedd8a21d235727b6503381a50ebdaaa739a94e2db150b'
actual: |-
'248f3a135627880361ac536c8ce6c6923f0b946b5f605e9e8d656848db957b1b'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 340 correct header block
---
operator: equal
expected: |-
'c12c62d1aba238fd81aedd8a21d235727b6503381a50ebdaaa739a94e2db150b'
actual: |-
'248f3a135627880361ac536c8ce6c6923f0b946b5f605e9e8d656848db957b1b'
at: replenish (/ethereum/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
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 343 last block hash
---
operator: equal
expected: |-
'5b94db9cedd280de4a358f5f7049798abfa49db88ae8549be7245ef33acd390b'
actual: |-
'6903a60426e8af83719828e53153ee19c9823d097d745f0098c3272ae62a8eca'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 344 correct header block
---
operator: equal
expected: |-
'5b94db9cedd280de4a358f5f7049798abfa49db88ae8549be7245ef33acd390b'
actual: |-
'6903a60426e8af83719828e53153ee19c9823d097d745f0098c3272ae62a8eca'
at: replenish (/ethereum/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
ok 347 last block hash
ok 348 correct header block
# file: randomStatetest374BC test: randomStatetest374BC_Byzantium
ok 349 correct pre stateRoot
ok 350 correct genesis RLP
ok 351 last block hash
ok 352 correct header block
# file: randomStatetest390BC test: randomStatetest390BC_Byzantium
ok 353 correct pre stateRoot
ok 354 correct genesis RLP
ok 355 last block hash
ok 356 correct header block
# file: randomStatetest392BC test: randomStatetest392BC_Byzantium
ok 357 correct pre stateRoot
ok 358 correct genesis RLP
ok 359 last block hash
ok 360 correct header block
# file: randomStatetest394BC test: randomStatetest394BC_Byzantium
ok 361 correct pre stateRoot
ok 362 correct genesis RLP
ok 363 last block hash
ok 364 correct header block
# file: randomStatetest400BC test: randomStatetest400BC_Byzantium
ok 365 correct pre stateRoot
ok 366 correct genesis RLP
ok 367 last block hash
ok 368 correct header block
# file: randomStatetest403BC test: randomStatetest403BC_Byzantium
ok 369 correct pre stateRoot
ok 370 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 371 last block hash
---
operator: equal
expected: |-
'0f75a979f1ca100367724ba034744771b98290dbdf4808fce25467a7c15ca0d9'
actual: |-
'998cd9cf6a6f0a7769b1a38bb7f56465fb6f07dab1db60aae4ee76076d5364e2'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 372 correct header block
---
operator: equal
expected: |-
'0f75a979f1ca100367724ba034744771b98290dbdf4808fce25467a7c15ca0d9'
actual: |-
'998cd9cf6a6f0a7769b1a38bb7f56465fb6f07dab1db60aae4ee76076d5364e2'
at: replenish (/ethereum/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
ok 375 last block hash
ok 376 correct header block
# file: randomStatetest427BC test: randomStatetest427BC_Byzantium
ok 377 correct pre stateRoot
ok 378 correct genesis RLP
ok 379 last block hash
ok 380 correct header block
# file: randomStatetest431BC test: randomStatetest431BC_Byzantium
ok 381 correct pre stateRoot
ok 382 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 383 last block hash
---
operator: equal
expected: |-
'1aa7d421a7f307fb58c58bfaf27f1ac7f94ab034980809e6b9688f66f4fe3eb8'
actual: |-
'64ce8a5a23f104ea15d89a77341f3add7a792d217ee10b3ec5edd49bc0889ffc'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 384 correct header block
---
operator: equal
expected: |-
'1aa7d421a7f307fb58c58bfaf27f1ac7f94ab034980809e6b9688f66f4fe3eb8'
actual: |-
'64ce8a5a23f104ea15d89a77341f3add7a792d217ee10b3ec5edd49bc0889ffc'
at: replenish (/ethereum/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
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 387 last block hash
---
operator: equal
expected: |-
'e1d67164209c3ee6739eafcc71b882841639ea591da36c84abf831dd6b42cae3'
actual: |-
'd24151291b8e6704268fe6dea7efee84f8202c11da5204fda52ad1d215c54610'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 388 correct header block
---
operator: equal
expected: |-
'e1d67164209c3ee6739eafcc71b882841639ea591da36c84abf831dd6b42cae3'
actual: |-
'd24151291b8e6704268fe6dea7efee84f8202c11da5204fda52ad1d215c54610'
at: replenish (/ethereum/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
ok 391 last block hash
ok 392 correct header block
# file: randomStatetest44BC test: randomStatetest44BC_Byzantium
ok 393 correct pre stateRoot
ok 394 correct genesis RLP
ok 395 last block hash
ok 396 correct header block
# file: randomStatetest453BC test: randomStatetest453BC_Byzantium
ok 397 correct pre stateRoot
ok 398 correct genesis RLP
ok 399 last block hash
ok 400 correct header block
# file: randomStatetest459BC test: randomStatetest459BC_Byzantium
ok 401 correct pre stateRoot
ok 402 correct genesis RLP
ok 403 last block hash
ok 404 correct header block
# file: randomStatetest463BC test: randomStatetest463BC_Byzantium
ok 405 correct pre stateRoot
ok 406 correct genesis RLP
ok 407 last block hash
ok 408 correct header block
# file: randomStatetest479BC test: randomStatetest479BC_Byzantium
ok 409 correct pre stateRoot
ok 410 correct genesis RLP
ok 411 last block hash
ok 412 correct header block
# file: randomStatetest486BC test: randomStatetest486BC_Byzantium
ok 413 correct pre stateRoot
ok 414 correct genesis RLP
ok 415 last block hash
ok 416 correct header block
# file: randomStatetest490BC test: randomStatetest490BC_Byzantium
ok 417 correct pre stateRoot
ok 418 correct genesis RLP
ok 419 last block hash
ok 420 correct header block
# file: randomStatetest492BC test: randomStatetest492BC_Byzantium
ok 421 correct pre stateRoot
ok 422 correct genesis RLP
ok 423 last block hash
ok 424 correct header block
# file: randomStatetest515BC test: randomStatetest515BC_Byzantium
ok 425 correct pre stateRoot
ok 426 correct genesis RLP
ok 427 last block hash
ok 428 correct header block
# file: randomStatetest522BC test: randomStatetest522BC_Byzantium
ok 429 correct pre stateRoot
ok 430 correct genesis RLP
ok 431 last block hash
ok 432 correct header block
# file: randomStatetest529BC test: randomStatetest529BC_Byzantium
ok 433 correct pre stateRoot
ok 434 correct genesis RLP
ok 435 last block hash
ok 436 correct header block
# file: randomStatetest530BC test: randomStatetest530BC_Byzantium
ok 437 correct pre stateRoot
ok 438 correct genesis RLP
ok 439 last block hash
ok 440 correct header block
# file: randomStatetest540BC test: randomStatetest540BC_Byzantium
ok 441 correct pre stateRoot
ok 442 correct genesis RLP
ok 443 last block hash
ok 444 correct header block
# file: randomStatetest551BC test: randomStatetest551BC_Byzantium
ok 445 correct pre stateRoot
ok 446 correct genesis RLP
ok 447 last block hash
ok 448 correct header block
# file: randomStatetest557BC test: randomStatetest557BC_Byzantium
ok 449 correct pre stateRoot
ok 450 correct genesis RLP
ok 451 last block hash
ok 452 correct header block
# file: randomStatetest561BC test: randomStatetest561BC_Byzantium
ok 453 correct pre stateRoot
ok 454 correct genesis RLP
ok 455 last block hash
ok 456 correct header block
# file: randomStatetest568BC test: randomStatetest568BC_Byzantium
ok 457 correct pre stateRoot
ok 458 correct genesis RLP
ok 459 last block hash
ok 460 correct header block
# file: randomStatetest56BC test: randomStatetest56BC_Byzantium
ok 461 correct pre stateRoot
ok 462 correct genesis RLP
ok 463 last block hash
ok 464 correct header block
# file: randomStatetest570BC test: randomStatetest570BC_Byzantium
ok 465 correct pre stateRoot
ok 466 correct genesis RLP
ok 467 last block hash
ok 468 correct header block
# file: randomStatetest590BC test: randomStatetest590BC_Byzantium
ok 469 correct pre stateRoot
ok 470 correct genesis RLP
ok 471 last block hash
ok 472 correct header block
# file: randomStatetest591BC test: randomStatetest591BC_Byzantium
ok 473 correct pre stateRoot
ok 474 correct genesis RLP
ok 475 last block hash
ok 476 correct header block
# file: randomStatetest593BC test: randomStatetest593BC_Byzantium
ok 477 correct pre stateRoot
ok 478 correct genesis RLP
ok 479 last block hash
ok 480 correct header block
# file: randomStatetest595BC test: randomStatetest595BC_Byzantium
ok 481 correct pre stateRoot
ok 482 correct genesis RLP
ok 483 last block hash
ok 484 correct header block
# file: randomStatetest598BC test: randomStatetest598BC_Byzantium
ok 485 correct pre stateRoot
ok 486 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 487 last block hash
---
operator: equal
expected: |-
'ad1d6afcbeb7109fe12ea621558cc60b3f1d2e98e7c467099b9fab8f0e685418'
actual: |-
'231198673c12f5b8b2fc4043a204b0e245a3d8ad99bb650c644a52245722be9f'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 488 correct header block
---
operator: equal
expected: |-
'ad1d6afcbeb7109fe12ea621558cc60b3f1d2e98e7c467099b9fab8f0e685418'
actual: |-
'231198673c12f5b8b2fc4043a204b0e245a3d8ad99bb650c644a52245722be9f'
at: replenish (/ethereum/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
ok 491 last block hash
ok 492 correct header block
# file: randomStatetest613BC test: randomStatetest613BC_Byzantium
ok 493 correct pre stateRoot
ok 494 correct genesis RLP
ok 495 last block hash
ok 496 correct header block
# file: randomStatetest614BC test: randomStatetest614BC_Byzantium
ok 497 correct pre stateRoot
ok 498 correct genesis RLP
ok 499 last block hash
ok 500 correct header block
# file: randomStatetest617BC test: randomStatetest617BC_Byzantium
ok 501 correct pre stateRoot
ok 502 correct genesis RLP
ok 503 last block hash
ok 504 correct header block
# file: randomStatetest61BC test: randomStatetest61BC_Byzantium
ok 505 correct pre stateRoot
ok 506 correct genesis RLP
ok 507 last block hash
ok 508 correct header block
# file: randomStatetest622BC test: randomStatetest622BC_Byzantium
ok 509 correct pre stateRoot
ok 510 correct genesis RLP
ok 511 last block hash
ok 512 correct header block
# file: randomStatetest623BC test: randomStatetest623BC_Byzantium
ok 513 correct pre stateRoot
ok 514 correct genesis RLP
ok 515 last block hash
ok 516 correct header block
# file: randomStatetest631BC test: randomStatetest631BC_Byzantium
ok 517 correct pre stateRoot
ok 518 correct genesis RLP
ok 519 last block hash
ok 520 correct header block
# file: randomStatetest634BC test: randomStatetest634BC_Byzantium
ok 521 correct pre stateRoot
ok 522 correct genesis RLP
ok 523 last block hash
ok 524 correct header block
# file: randomStatetest65BC test: randomStatetest65BC_Byzantium
ok 525 correct pre stateRoot
ok 526 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 527 last block hash
---
operator: equal
expected: |-
'72afd61d55ed54c42aba63df657b46ab4cece57d7225df6b96e651afb5d5f9fe'
actual: |-
'73e0c9d96fc08d33fe79268b42bbf82e81c71d1471441ac75a363ebdae4a6bcc'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 528 correct header block
---
operator: equal
expected: |-
'72afd61d55ed54c42aba63df657b46ab4cece57d7225df6b96e651afb5d5f9fe'
actual: |-
'73e0c9d96fc08d33fe79268b42bbf82e81c71d1471441ac75a363ebdae4a6bcc'
at: replenish (/ethereum/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
ok 531 last block hash
ok 532 correct header block
# file: randomStatetest70BC test: randomStatetest70BC_Byzantium
ok 533 correct pre stateRoot
ok 534 correct genesis RLP
ok 535 last block hash
ok 536 correct header block
# file: randomStatetest71BC test: randomStatetest71BC_Byzantium
ok 537 correct pre stateRoot
ok 538 correct genesis RLP
ok 539 last block hash
ok 540 correct header block
# file: randomStatetest76BC test: randomStatetest76BC_Byzantium
ok 541 correct pre stateRoot
ok 542 correct genesis RLP
ok 543 last block hash
ok 544 correct header block
# file: randomStatetest79BC test: randomStatetest79BC_Byzantium
ok 545 correct pre stateRoot
ok 546 correct genesis RLP
ok 547 last block hash
ok 548 correct header block
# file: randomStatetest86BC test: randomStatetest86BC_Byzantium
ok 549 correct pre stateRoot
ok 550 correct genesis RLP
ok 551 last block hash
ok 552 correct header block
# file: randomStatetest8BC test: randomStatetest8BC_Byzantium
ok 553 correct pre stateRoot
ok 554 correct genesis RLP
ok 555 last block hash
ok 556 correct header block
# file: randomStatetest91BC test: randomStatetest91BC_Byzantium
ok 557 correct pre stateRoot
ok 558 correct genesis RLP
ok 559 last block hash
ok 560 correct header block
# file: randomStatetest93BC test: randomStatetest93BC_Byzantium
ok 561 correct pre stateRoot
ok 562 correct genesis RLP
ok 563 last block hash
ok 564 correct header block
# file: randomStatetest99BC test: randomStatetest99BC_Byzantium
ok 565 correct pre stateRoot
ok 566 correct genesis RLP
ok 567 last block hash
ok 568 correct header block
# file: BLOCKHASH_Bounds test: BLOCKHASH_Bounds_Byzantium
ok 569 correct pre stateRoot
ok 570 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 571 last block hash
---
operator: equal
expected: |-
'57e24a4e20817588a82c8c5fe959725da5008e0db29bacec5eaebba105dd2af5'
actual: |-
'f7666415a06fe86f39a614be3e707683426ca0cec5a92ccce6664bebbe2ba55c'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 572 correct header block
---
operator: equal
expected: |-
'57e24a4e20817588a82c8c5fe959725da5008e0db29bacec5eaebba105dd2af5'
actual: |-
'f7666415a06fe86f39a614be3e707683426ca0cec5a92ccce6664bebbe2ba55c'
at: replenish (/ethereum/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
ok 575 last block hash
ok 576 correct header block
# file: OOGStateCopyContainingDeletedContract test: OOGStateCopyContainingDeletedContract_Byzantium
ok 577 correct pre stateRoot
ok 578 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 579 last block hash
---
operator: equal
expected: |-
'9e4951713cdff8530f2423e3f484f32bc8dc9ac3bf24fe37b7f83b2d0630540e'
actual: |-
'b37110ac9e5e931d86d97945abe17b77b849717d26fca0361eefc65cc068a2f9'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 580 correct header block
---
operator: equal
expected: |-
'9e4951713cdff8530f2423e3f484f32bc8dc9ac3bf24fe37b7f83b2d0630540e'
actual: |-
'b37110ac9e5e931d86d97945abe17b77b849717d26fca0361eefc65cc068a2f9'
at: replenish (/ethereum/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
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 583 last block hash
---
operator: equal
expected: |-
'f57a26654dadf96626687fc3a4c9bbc2d7dc3841efa12cf246b9a7010a7f24c2'
actual: |-
'8799dc2d3892b4aa4d44cf37e10a701ea8a5e160339cae79543089f39c15281b'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 584 correct header block
---
operator: equal
expected: |-
'f57a26654dadf96626687fc3a4c9bbc2d7dc3841efa12cf246b9a7010a7f24c2'
actual: |-
'8799dc2d3892b4aa4d44cf37e10a701ea8a5e160339cae79543089f39c15281b'
at: replenish (/ethereum/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
ok 587 last block hash
ok 588 correct header block
# file: simpleSuicide test: simpleSuicide_Byzantium
ok 589 correct pre stateRoot
ok 590 correct genesis RLP
ok 591 last block hash
ok 592 correct header block
# file: suicideCoinbase test: suicideCoinbase_Byzantium
ok 593 correct pre stateRoot
ok 594 correct genesis RLP
Invalid block error: Error: invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 595 last block hash
---
operator: equal
expected: |-
'1546f5daabfa73abe10ceb3b7ef09bc5cba5f44a98df69ffc525a8ac70de188c'
actual: |-
'aff00eb20f8a48450b9ea5307e2737287854f357c9022280772e995cc22affd3'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 596 correct header block
---
operator: equal
expected: |-
'1546f5daabfa73abe10ceb3b7ef09bc5cba5f44a98df69ffc525a8ac70de188c'
actual: |-
'aff00eb20f8a48450b9ea5307e2737287854f357c9022280772e995cc22affd3'
at: replenish (/ethereum/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
ok 599 last block hash
ok 600 correct header block
# 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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 635 last block hash
---
operator: equal
expected: |-
'e363f785ee759841c99278fefe613de7190b3593584d9ee3c27b62266264763d'
actual: |-
'9a675eee5f2a616c8050dad5eb121b5d669fdaf9d65fef59d3d247e04d099ce1'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 636 correct header block
---
operator: equal
expected: |-
'e363f785ee759841c99278fefe613de7190b3593584d9ee3c27b62266264763d'
actual: |-
'9a675eee5f2a616c8050dad5eb121b5d669fdaf9d65fef59d3d247e04d099ce1'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 643 last block hash
---
operator: equal
expected: |-
'1a7c0f6c4895334826d8619f08529b077a03f50772706694982da35a0af830d2'
actual: |-
'7878fcc2b0da3ed07e2647f2d7572a6d802ecee62d58a3d2d002888609e45ea1'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 644 correct header block
---
operator: equal
expected: |-
'1a7c0f6c4895334826d8619f08529b077a03f50772706694982da35a0af830d2'
actual: |-
'7878fcc2b0da3ed07e2647f2d7572a6d802ecee62d58a3d2d002888609e45ea1'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 671 last block hash
---
operator: equal
expected: |-
'74fb99d26388d94a5a9de92d4e972527344b629131d1be0cb72da23c283016e1'
actual: |-
'0495a9a0607f14ba83ffc9f019ef4a60d6416d007581f43634ec7066e36685c2'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 672 correct header block
---
operator: equal
expected: |-
'74fb99d26388d94a5a9de92d4e972527344b629131d1be0cb72da23c283016e1'
actual: |-
'0495a9a0607f14ba83ffc9f019ef4a60d6416d007581f43634ec7066e36685c2'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 735 last block hash
---
operator: equal
expected: |-
'dadffc17c93de2083df793277334171c610ecaa59d3385fd03ff82d4cd233c8c'
actual: |-
'aba824306f9d94d0599dca5f73ce9d9f4c934aabd6934a2531a8685b4c1133f4'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 736 correct header block
---
operator: equal
expected: |-
'dadffc17c93de2083df793277334171c610ecaa59d3385fd03ff82d4cd233c8c'
actual: |-
'aba824306f9d94d0599dca5f73ce9d9f4c934aabd6934a2531a8685b4c1133f4'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 755 last block hash
---
operator: equal
expected: |-
'f605a8cfc962b85070281dbfca03ebdc8f5a22cec20cf14927dce23ea0ce8310'
actual: |-
'346c88ab31666bb6d1bb26e7f6ce447a2378fccb1470b8a8bf0d363fdc983e19'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 756 correct header block
---
operator: equal
expected: |-
'f605a8cfc962b85070281dbfca03ebdc8f5a22cec20cf14927dce23ea0ce8310'
actual: |-
'346c88ab31666bb6d1bb26e7f6ce447a2378fccb1470b8a8bf0d363fdc983e19'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 791 last block hash
---
operator: equal
expected: |-
'941162bc3e24cbd0c062ef4cba24032ea17d7ec841ecc36248a04a650abf711e'
actual: |-
'0e090111d6e909120d7ecbb3d4e459ec9249cda72c24a21c8d88ca9d62388be9'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 792 correct header block
---
operator: equal
expected: |-
'941162bc3e24cbd0c062ef4cba24032ea17d7ec841ecc36248a04a650abf711e'
actual: |-
'0e090111d6e909120d7ecbb3d4e459ec9249cda72c24a21c8d88ca9d62388be9'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 795 last block hash
---
operator: equal
expected: |-
'd103aa0894d72cc353811d95a6e9a6713b8195b3ee73770a1f99d03cd4269d29'
actual: |-
'9e128a27e615ed634f6c60479653ca087554124540f0c150033b85d54945f765'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 796 correct header block
---
operator: equal
expected: |-
'd103aa0894d72cc353811d95a6e9a6713b8195b3ee73770a1f99d03cd4269d29'
actual: |-
'9e128a27e615ed634f6c60479653ca087554124540f0c150033b85d54945f765'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 799 last block hash
---
operator: equal
expected: |-
'f34a958a78a634f2270c89c6a6bbbfa377f43328da5d44c127d8874799acbced'
actual: |-
'36247ff880662e61d255fdddc6a0c4e68360f8c75764bc3ad3994cea44c5baa0'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 800 correct header block
---
operator: equal
expected: |-
'f34a958a78a634f2270c89c6a6bbbfa377f43328da5d44c127d8874799acbced'
actual: |-
'36247ff880662e61d255fdddc6a0c4e68360f8c75764bc3ad3994cea44c5baa0'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 803 last block hash
---
operator: equal
expected: |-
'133c39e64a77ceadaa25ae173c699cfea30a47baf1ae6fca57a9c680744a0cf0'
actual: |-
'abb810205fddec9bbbdf51073f01f152ce489fed2eb1c736825ab4b2d1b6d64b'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 804 correct header block
---
operator: equal
expected: |-
'133c39e64a77ceadaa25ae173c699cfea30a47baf1ae6fca57a9c680744a0cf0'
actual: |-
'abb810205fddec9bbbdf51073f01f152ce489fed2eb1c736825ab4b2d1b6d64b'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 807 last block hash
---
operator: equal
expected: |-
'1641e2813f10601f3ee91011425f1b422def52c3c1ce63031f85bba2227876bd'
actual: |-
'9851f3bf9f6e43d454c7e083f427003be99587f90d694f30558205b5991501cb'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 808 correct header block
---
operator: equal
expected: |-
'1641e2813f10601f3ee91011425f1b422def52c3c1ce63031f85bba2227876bd'
actual: |-
'9851f3bf9f6e43d454c7e083f427003be99587f90d694f30558205b5991501cb'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 811 last block hash
---
operator: equal
expected: |-
'9be20c1979a57ebfb79c2d27740002f529ab25b8fb34e4a3c0ecda8dab8591f6'
actual: |-
'33a3ae57bbe766c14c8534044fb1403ceb5381e5ae26ee85e14aa8e65d6ca50a'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 812 correct header block
---
operator: equal
expected: |-
'9be20c1979a57ebfb79c2d27740002f529ab25b8fb34e4a3c0ecda8dab8591f6'
actual: |-
'33a3ae57bbe766c14c8534044fb1403ceb5381e5ae26ee85e14aa8e65d6ca50a'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 827 last block hash
---
operator: equal
expected: |-
'7f35004ceeb59541f58966aa0311506613a14ea581835487f7ef9348a64326ca'
actual: |-
'512fe84385dd6238062a4892ec6df9a6db13b072598a22a924710d09b1185540'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 828 correct header block
---
operator: equal
expected: |-
'7f35004ceeb59541f58966aa0311506613a14ea581835487f7ef9348a64326ca'
actual: |-
'512fe84385dd6238062a4892ec6df9a6db13b072598a22a924710d09b1185540'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 835 last block hash
---
operator: equal
expected: |-
'bfe7e7409e29b89532b3b49960de4c86c7949c5811c1259aa9c28b77b700b52a'
actual: |-
'12c457e507908099da33e2f4a8a8efcdb525d98ab61199067010969111fca4fb'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 836 correct header block
---
operator: equal
expected: |-
'bfe7e7409e29b89532b3b49960de4c86c7949c5811c1259aa9c28b77b700b52a'
actual: |-
'12c457e507908099da33e2f4a8a8efcdb525d98ab61199067010969111fca4fb'
at: replenish (/ethereum/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 /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/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
ok 851 last block hash
ok 852 correct header block
# file: RecallSuicidedContract test: RecallSuicidedContract_Byzantium
ok 853 correct pre stateRoot
ok 854 correct genesis RLP
ok 855 last block hash
ok 856 correct header block
# file: RecallSuicidedContractInOneBlock test: RecallSuicidedContractInOneBlock_Byzantium
ok 857 correct pre stateRoot
ok 858 correct genesis RLP
Invalid block error: Error: Error: Error: invalid receiptTrie invalid gasUsed invalid block stateRoot
at /ethereum/ethereumjs-vm/lib/runBlock.js:170:19
at /ethereum/ethereumjs-vm/lib/cache.js:108:7
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:941:25)
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:980:16)
at /ethereum/ethereumjs-vm/lib/cache.js:104:11
at /ethereum/ethereumjs-vm/node_modules/async/dist/async.js:906:16
at next (/ethereum/ethereumjs-vm/node_modules/async/dist/async.js:5198:18)
not ok 859 last block hash
---
operator: equal
expected: |-
'7e5714867f457a3c37a5a244d147862329cdad1b88c4e22647031ecee7ce9506'
actual: |-
'0160022c98257af8823cbb7ba228c273f3295093314e88518aa4a7341e1f279a'
at: Immediate.callNext (/ethereum/ethereumjs-vm/node_modules/memdown/memdown.js:173:5)
...
not ok 860 correct header block
---
operator: equal
expected: |-
'7e5714867f457a3c37a5a244d147862329cdad1b88c4e22647031ecee7ce9506'
actual: |-
'0160022c98257af8823cbb7ba228c273f3295093314e88518aa4a7341e1f279a'
at: replenish (/ethereum/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
ok 875 last block hash
ok 876 correct header block
# file: dataTx test: dataTx_Byzantium
ok 877 correct pre stateRoot
ok 878 correct genesis RLP
ok 879 last block hash
ok 880 correct header block
# file: dataTx2 test: dataTx2_Byzantium
ok 881 correct pre stateRoot
ok 882 correct genesis RLP
ok 883 last block hash
ok 884 correct header block
# file: diff1024 test: diff1024_Byzantium
ok 885 correct pre stateRoot
ok 886 correct genesis RLP
ok 887 last block hash
ok 888 correct header block
# file: gasLimitTooHigh test: gasLimitTooHigh_Byzantium
ok 889 correct pre stateRoot
ok 890 correct genesis RLP
ok 891 last block hash
ok 892 correct header block
# file: gasLimitTooHigh2 test: gasLimitTooHigh2_Byzantium
ok 893 correct pre stateRoot
ok 894 correct genesis RLP
ok 895 last block hash
ok 896 correct header block
# file: gasPrice0 test: gasPrice0_Byzantium
ok 897 correct pre stateRoot
ok 898 correct genesis RLP
ok 899 last block hash
ok 900 correct header block
# file: log1_correct test: log1_correct_Byzantium
ok 901 correct pre stateRoot
ok 902 correct genesis RLP
ok 903 last block hash
ok 904 correct header block
# file: timeDiff0 test: timeDiff0_Byzantium
ok 905 correct pre stateRoot
ok 906 correct genesis RLP
ok 907 last block hash
ok 908 correct header block
# file: timeDiff12 test: timeDiff12_Byzantium
ok 909 correct pre stateRoot
ok 910 correct genesis RLP
ok 911 last block hash
ok 912 correct header block
# file: timeDiff13 test: timeDiff13_Byzantium
ok 913 correct pre stateRoot
ok 914 correct genesis RLP
ok 915 last block hash
ok 916 correct header block
# file: timeDiff14 test: timeDiff14_Byzantium
ok 917 correct pre stateRoot
ok 918 correct genesis RLP
ok 919 last block hash
ok 920 correct header block
# file: txEqualValue test: txEqualValue_Byzantium
ok 921 correct pre stateRoot
ok 922 correct genesis RLP
ok 923 last block hash
ok 924 correct header block
# file: txOrder test: txOrder_Byzantium
ok 925 correct pre stateRoot
ok 926 correct genesis RLP
ok 927 last block hash
ok 928 correct header block
# file: wallet2outOf3txs test: wallet2outOf3txs_Byzantium
ok 929 correct pre stateRoot
ok 930 correct genesis RLP
ok 931 last block hash
ok 932 correct header block
# file: wallet2outOf3txs2 test: wallet2outOf3txs2_Byzantium
ok 933 correct pre stateRoot
ok 934 correct genesis RLP
ok 935 last block hash
ok 936 correct header block
# file: wallet2outOf3txsRevoke test: wallet2outOf3txsRevoke_Byzantium
ok 937 correct pre stateRoot
ok 938 correct genesis RLP
ok 939 last block hash
ok 940 correct header block
# file: wallet2outOf3txsRevokeAndConfirmAgain test: wallet2outOf3txsRevokeAndConfirmAgain_Byzantium
ok 941 correct pre stateRoot
ok 942 correct genesis RLP
ok 943 last block hash
ok 944 correct header block
# file: walletReorganizeOwners test: walletReorganizeOwners_Byzantium
ok 945 correct pre stateRoot
ok 946 correct genesis RLP
ok 947 last block hash
ok 948 correct header block
1..948
# tests 948
# pass 885
# fail 63
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ethereumjs-vm@2.2.1 testBlockchain: `node --stack-size=1500 ./tests/tester -b`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ethereumjs-vm@2.2.1 testBlockchain script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/ubuntu/.npm/_logs/2017-09-12T22_00_44_880Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment