Skip to content

Instantly share code, notes, and snippets.

@jwasinger
Created September 20, 2017 21:48
Show Gist options
  • Save jwasinger/6cef66711b5e0787667ceb3db6bea0dc to your computer and use it in GitHub Desktop.
Save jwasinger/6cef66711b5e0787667ceb3db6bea0dc to your computer and use it in GitHub Desktop.
> ethereumjs-vm@2.2.1 testBlockchain /ethereum/wip-metro-ejs
> node --stack-size=1500 ./tests/tester -b --excludeDir='GeneralStateTests'
TAP version 13
# BlockchainTests
# file: BlockGasLimit2p63m1 test: BlockGasLimit2p63m1_Byzantium
ok 1 correct pre stateRoot
ok 2 correct genesis RLP
ok 3 last block hash
ok 4 correct header block
# file: GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirst test: GasUsedHigherThanBlockGasLimitButNotWithRefundsSuicideFirst_Byzantium
ok 5 correct pre stateRoot
ok 6 correct genesis RLP
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/wip-metro-ejs/lib/runBlock.js:88:12)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3083:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:946:17)
at iterateeCallback (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:931:17)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at parseTxResult (/ethereum/wip-metro-ejs/lib/runBlock.js:136:9)
at /ethereum/wip-metro-ejs/lib/runTx.js:56:5
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3861:9
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/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
ok 47 last block hash
ok 48 correct header block
# file: RPC_API_Test test: RPC_API_Test_Byzantium
ok 49 correct pre stateRoot
ok 50 correct genesis RLP
Invalid block error: Error: invalid block stateRoot
at /ethereum/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 51 last block hash
---
operator: equal
expected: |-
'202893b9da52a1237aefcef07a76589ccb81c05a8790146f7ee4998d37e102e5'
actual: |-
'bd501615627f1805b82c9e6b40080d444eae74df87696d849af4730ccb804749'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 52 correct header block
---
operator: equal
expected: |-
'202893b9da52a1237aefcef07a76589ccb81c05a8790146f7ee4998d37e102e5'
actual: |-
'bd501615627f1805b82c9e6b40080d444eae74df87696d849af4730ccb804749'
at: replenish (/ethereum/wip-metro-ejs/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
not ok 79 last block hash
---
operator: equal
expected: |-
'a0c4fb624380a30ab8545394697b8ff1fe4858ebe5b9c114fc56f38b296894cc'
actual: |-
'9623d32125ae3cc4c5784c040fb54e81c17386c85bb8f525f4740d2cd230b45f'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 80 correct header block
---
operator: equal
expected: |-
'a0c4fb624380a30ab8545394697b8ff1fe4858ebe5b9c114fc56f38b296894cc'
actual: |-
'9623d32125ae3cc4c5784c040fb54e81c17386c85bb8f525f4740d2cd230b45f'
at: replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
...
# file: GasLimitIsZero test: GasLimitIsZero_Byzantium
ok 81 correct pre stateRoot
ok 82 correct genesis RLP
ok 83 last block hash
ok 84 correct header block
# file: log1_wrongBlockNumber test: log1_wrongBlockNumber_Byzantium
ok 85 correct pre stateRoot
ok 86 correct genesis RLP
ok 87 last block hash
ok 88 correct header block
# file: log1_wrongBloom test: log1_wrongBloom_Byzantium
ok 89 correct pre stateRoot
ok 90 correct genesis RLP
Invalid block error: Error: invalid bloom
at /ethereum/wip-metro-ejs/lib/runBlock.js:164:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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: invalid gasUsed
at /ethereum/wip-metro-ejs/lib/runBlock.js:167:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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: invalid receiptTrie
at /ethereum/wip-metro-ejs/lib/runBlock.js:161:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 163 last block hash
---
operator: equal
expected: |-
'025f5f8c73d01aa488a40122669ecb5dda105819f6018f45fc684947a2fcffb1'
actual: |-
'579861d1283b212cae78a9db25b4e41ce02b8666d486cf7dcb87881968890996'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 164 correct header block
---
operator: equal
expected: |-
'025f5f8c73d01aa488a40122669ecb5dda105819f6018f45fc684947a2fcffb1'
actual: |-
'579861d1283b212cae78a9db25b4e41ce02b8666d486cf7dcb87881968890996'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 251 last block hash
---
operator: equal
expected: |-
'793cc48cc7d88bd68f77f375f2716559cb6831ada16d0ae028de79182bf97ebc'
actual: |-
'450d1c75e19a27da6d4b2d785dd690b802e48d0d129df5e36925de258f32ea34'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 252 correct header block
---
operator: equal
expected: |-
'793cc48cc7d88bd68f77f375f2716559cb6831ada16d0ae028de79182bf97ebc'
actual: |-
'450d1c75e19a27da6d4b2d785dd690b802e48d0d129df5e36925de258f32ea34'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 275 last block hash
---
operator: equal
expected: |-
'e5f50198872382b00b413a1c812ab106172b99f41e057b6e566f0390915f61d2'
actual: |-
'0db89cdbba43da81f8f97785109eee92a4c8b93722a7bdef19dd0e68af8c4add'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 276 correct header block
---
operator: equal
expected: |-
'e5f50198872382b00b413a1c812ab106172b99f41e057b6e566f0390915f61d2'
actual: |-
'0db89cdbba43da81f8f97785109eee92a4c8b93722a7bdef19dd0e68af8c4add'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 283 last block hash
---
operator: equal
expected: |-
'136f5d386f0a709961cb46cfbb15f3974f810926a36670082358c063fd52be41'
actual: |-
'f3e671d0c334ee3f58d1a86371b226f1e17fe9ac7a4cef4278b26bbf32fd0474'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 284 correct header block
---
operator: equal
expected: |-
'136f5d386f0a709961cb46cfbb15f3974f810926a36670082358c063fd52be41'
actual: |-
'f3e671d0c334ee3f58d1a86371b226f1e17fe9ac7a4cef4278b26bbf32fd0474'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 331 last block hash
---
operator: equal
expected: |-
'4550f41cc38c0e38603946d66f5017852be473d63503a3869db4bf30b89bb0cb'
actual: |-
'a8350477a60c8792887859543ccc5185c33d92594ce75de07caf2e28e8ee2d27'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 332 correct header block
---
operator: equal
expected: |-
'4550f41cc38c0e38603946d66f5017852be473d63503a3869db4bf30b89bb0cb'
actual: |-
'a8350477a60c8792887859543ccc5185c33d92594ce75de07caf2e28e8ee2d27'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 339 last block hash
---
operator: equal
expected: |-
'a05784ab5c16ec623ee5b28e60fd9874fdf171b66d6befd47017cd319e75432a'
actual: |-
'248f3a135627880361ac536c8ce6c6923f0b946b5f605e9e8d656848db957b1b'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 340 correct header block
---
operator: equal
expected: |-
'a05784ab5c16ec623ee5b28e60fd9874fdf171b66d6befd47017cd319e75432a'
actual: |-
'248f3a135627880361ac536c8ce6c6923f0b946b5f605e9e8d656848db957b1b'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 343 last block hash
---
operator: equal
expected: |-
'030e0e2b2ac210541a5e1f39cabb075641e46fce4baf5024082c739183018702'
actual: |-
'6903a60426e8af83719828e53153ee19c9823d097d745f0098c3272ae62a8eca'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 344 correct header block
---
operator: equal
expected: |-
'030e0e2b2ac210541a5e1f39cabb075641e46fce4baf5024082c739183018702'
actual: |-
'6903a60426e8af83719828e53153ee19c9823d097d745f0098c3272ae62a8eca'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 371 last block hash
---
operator: equal
expected: |-
'1fc22b70930b3e9504337a246b8a8125f64e2e5b3a3d199fa3cf377fe4763d23'
actual: |-
'998cd9cf6a6f0a7769b1a38bb7f56465fb6f07dab1db60aae4ee76076d5364e2'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 372 correct header block
---
operator: equal
expected: |-
'1fc22b70930b3e9504337a246b8a8125f64e2e5b3a3d199fa3cf377fe4763d23'
actual: |-
'998cd9cf6a6f0a7769b1a38bb7f56465fb6f07dab1db60aae4ee76076d5364e2'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 383 last block hash
---
operator: equal
expected: |-
'4cb2ec3f03e0fc4cfacad1263899c269150fe8b703fb9885bb4c012256f6d38b'
actual: |-
'64ce8a5a23f104ea15d89a77341f3add7a792d217ee10b3ec5edd49bc0889ffc'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 384 correct header block
---
operator: equal
expected: |-
'4cb2ec3f03e0fc4cfacad1263899c269150fe8b703fb9885bb4c012256f6d38b'
actual: |-
'64ce8a5a23f104ea15d89a77341f3add7a792d217ee10b3ec5edd49bc0889ffc'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 387 last block hash
---
operator: equal
expected: |-
'3e1a48360d0ab257da49e56f1b960bac0658128638129527147fde9056446499'
actual: |-
'd24151291b8e6704268fe6dea7efee84f8202c11da5204fda52ad1d215c54610'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 388 correct header block
---
operator: equal
expected: |-
'3e1a48360d0ab257da49e56f1b960bac0658128638129527147fde9056446499'
actual: |-
'd24151291b8e6704268fe6dea7efee84f8202c11da5204fda52ad1d215c54610'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 487 last block hash
---
operator: equal
expected: |-
'db90ed352b4aea791335aa77ab52d3ecceaf9998563dd722a8f4b0251fca40dd'
actual: |-
'231198673c12f5b8b2fc4043a204b0e245a3d8ad99bb650c644a52245722be9f'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 488 correct header block
---
operator: equal
expected: |-
'db90ed352b4aea791335aa77ab52d3ecceaf9998563dd722a8f4b0251fca40dd'
actual: |-
'231198673c12f5b8b2fc4043a204b0e245a3d8ad99bb650c644a52245722be9f'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 527 last block hash
---
operator: equal
expected: |-
'cc21b8ebaf44b646cc4e66ecb12e2b2f489c6e9e27c8dc9ae313341c7053c873'
actual: |-
'73e0c9d96fc08d33fe79268b42bbf82e81c71d1471441ac75a363ebdae4a6bcc'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 528 correct header block
---
operator: equal
expected: |-
'cc21b8ebaf44b646cc4e66ecb12e2b2f489c6e9e27c8dc9ae313341c7053c873'
actual: |-
'73e0c9d96fc08d33fe79268b42bbf82e81c71d1471441ac75a363ebdae4a6bcc'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 571 last block hash
---
operator: equal
expected: |-
'522ef8f8a1f7966fe786136d489f7a60a4998a2724dd95a1caf2c37ada998efe'
actual: |-
'f7666415a06fe86f39a614be3e707683426ca0cec5a92ccce6664bebbe2ba55c'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 572 correct header block
---
operator: equal
expected: |-
'522ef8f8a1f7966fe786136d489f7a60a4998a2724dd95a1caf2c37ada998efe'
actual: |-
'f7666415a06fe86f39a614be3e707683426ca0cec5a92ccce6664bebbe2ba55c'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 579 last block hash
---
operator: equal
expected: |-
'd39910831056d21aedd2618d00258c5b23ecbe7aa5fe42a7831513aa6396d607'
actual: |-
'b37110ac9e5e931d86d97945abe17b77b849717d26fca0361eefc65cc068a2f9'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 580 correct header block
---
operator: equal
expected: |-
'd39910831056d21aedd2618d00258c5b23ecbe7aa5fe42a7831513aa6396d607'
actual: |-
'b37110ac9e5e931d86d97945abe17b77b849717d26fca0361eefc65cc068a2f9'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 583 last block hash
---
operator: equal
expected: |-
'a27fde76c423ca40403c34dced36d52cb2fd60a808a325ab80e7173978cac8e4'
actual: |-
'8799dc2d3892b4aa4d44cf37e10a701ea8a5e160339cae79543089f39c15281b'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 584 correct header block
---
operator: equal
expected: |-
'a27fde76c423ca40403c34dced36d52cb2fd60a808a325ab80e7173978cac8e4'
actual: |-
'8799dc2d3892b4aa4d44cf37e10a701ea8a5e160339cae79543089f39c15281b'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 595 last block hash
---
operator: equal
expected: |-
'5d3a97ea24a43a8bbd953f73f1b5be982141685556854814d70061cbda21a993'
actual: |-
'aff00eb20f8a48450b9ea5307e2737287854f357c9022280772e995cc22affd3'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 596 correct header block
---
operator: equal
expected: |-
'5d3a97ea24a43a8bbd953f73f1b5be982141685556854814d70061cbda21a993'
actual: |-
'aff00eb20f8a48450b9ea5307e2737287854f357c9022280772e995cc22affd3'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 635 last block hash
---
operator: equal
expected: |-
'859d3f4454f24c1a676931e1c3fe6c4b0ffe64cbcf440a98212860303843c00f'
actual: |-
'b3fad4283bfaf6af56ccbb9e8a9bac06bfee2b5cdd2dcb6e00f7b37a599f2d00'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 636 correct header block
---
operator: equal
expected: |-
'859d3f4454f24c1a676931e1c3fe6c4b0ffe64cbcf440a98212860303843c00f'
actual: |-
'b3fad4283bfaf6af56ccbb9e8a9bac06bfee2b5cdd2dcb6e00f7b37a599f2d00'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 643 last block hash
---
operator: equal
expected: |-
'7c3c3d4c8db3cba08aac6db80c1b9b7792df4498b4eb32c09c112aa72a1b233d'
actual: |-
'b21c3c66964e2d8caf159ab455569aaa9b705f1a12ba149e2f3575394483a1c8'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 644 correct header block
---
operator: equal
expected: |-
'7c3c3d4c8db3cba08aac6db80c1b9b7792df4498b4eb32c09c112aa72a1b233d'
actual: |-
'b21c3c66964e2d8caf159ab455569aaa9b705f1a12ba149e2f3575394483a1c8'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 671 last block hash
---
operator: equal
expected: |-
'957e8d75323e88edd9606ffb0db7a69f7b555d532e57da31a553ee70b3a75f83'
actual: |-
'f55e9633cfad10b698afe1d73284999d58675bf0375d0e2d0390d25f74b74f3e'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 672 correct header block
---
operator: equal
expected: |-
'957e8d75323e88edd9606ffb0db7a69f7b555d532e57da31a553ee70b3a75f83'
actual: |-
'f55e9633cfad10b698afe1d73284999d58675bf0375d0e2d0390d25f74b74f3e'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 735 last block hash
---
operator: equal
expected: |-
'476415e29f6c29db17fee9bff5819db3806d96d1a699a28abd4b88aaddcc6c4e'
actual: |-
'8d43bde328a87723ee1d2c83b865faa3ca56ba9b4741c8e86b7a3240d55a3c26'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 736 correct header block
---
operator: equal
expected: |-
'476415e29f6c29db17fee9bff5819db3806d96d1a699a28abd4b88aaddcc6c4e'
actual: |-
'8d43bde328a87723ee1d2c83b865faa3ca56ba9b4741c8e86b7a3240d55a3c26'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 755 last block hash
---
operator: equal
expected: |-
'717ec5c264e849507664d367b29b6649aa158bb7525b5af1528c94d002864e1a'
actual: |-
'28a5892491d5e38a2c0ec6f799a7434de330e5a65cf6dfc1c4a715f8b3b09355'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 756 correct header block
---
operator: equal
expected: |-
'717ec5c264e849507664d367b29b6649aa158bb7525b5af1528c94d002864e1a'
actual: |-
'28a5892491d5e38a2c0ec6f799a7434de330e5a65cf6dfc1c4a715f8b3b09355'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 791 last block hash
---
operator: equal
expected: |-
'01fe4486b2522947cacb530a7cc04aaed0bf2a36fad56cf6823574acbcf61452'
actual: |-
'af8617198e1e3496bf91268fa695720b63e43c94c81a5367e03e634c4702e1d9'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 792 correct header block
---
operator: equal
expected: |-
'01fe4486b2522947cacb530a7cc04aaed0bf2a36fad56cf6823574acbcf61452'
actual: |-
'af8617198e1e3496bf91268fa695720b63e43c94c81a5367e03e634c4702e1d9'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 795 last block hash
---
operator: equal
expected: |-
'bd4ea9dd43ed42b3d0efbe6c63759884736d076d09caedccfc8ee5b552bab0c1'
actual: |-
'2c3dd61bb70afb3ded12cae5070388d09b91d7bbfec31a27eb4cea518ea49292'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 796 correct header block
---
operator: equal
expected: |-
'bd4ea9dd43ed42b3d0efbe6c63759884736d076d09caedccfc8ee5b552bab0c1'
actual: |-
'2c3dd61bb70afb3ded12cae5070388d09b91d7bbfec31a27eb4cea518ea49292'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 799 last block hash
---
operator: equal
expected: |-
'1178b86ee9431fc06eea53631b98b16cc83d2190e571300cb8095242586e6d47'
actual: |-
'c9bdb5d9aafca51374f16597d6d1c49c52e575c0dd72ba54d3cd92625532dd54'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 800 correct header block
---
operator: equal
expected: |-
'1178b86ee9431fc06eea53631b98b16cc83d2190e571300cb8095242586e6d47'
actual: |-
'c9bdb5d9aafca51374f16597d6d1c49c52e575c0dd72ba54d3cd92625532dd54'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 803 last block hash
---
operator: equal
expected: |-
'a4876cb94552ef9bbf3e5ef89216cc58aacefdbc9d0ffcfd018c2b81fa452c48'
actual: |-
'f7459196fcbb6b68400fb71711b04e5c43b6449fb8abb59aa1ff2a55db560386'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 804 correct header block
---
operator: equal
expected: |-
'a4876cb94552ef9bbf3e5ef89216cc58aacefdbc9d0ffcfd018c2b81fa452c48'
actual: |-
'f7459196fcbb6b68400fb71711b04e5c43b6449fb8abb59aa1ff2a55db560386'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 807 last block hash
---
operator: equal
expected: |-
'b736ac6beb5bc3665964dc9684e5baf733f76ec54dcd55a928e79ca38611c98a'
actual: |-
'6fe424d1dd617fff0206d61ee9643f57eb5cae5fd3ab15803bbce4591bebcec5'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 808 correct header block
---
operator: equal
expected: |-
'b736ac6beb5bc3665964dc9684e5baf733f76ec54dcd55a928e79ca38611c98a'
actual: |-
'6fe424d1dd617fff0206d61ee9643f57eb5cae5fd3ab15803bbce4591bebcec5'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 811 last block hash
---
operator: equal
expected: |-
'6284d96de04b176f58ad3ba0441d99d7f8362836819d881c2b75858b1f70d820'
actual: |-
'61dfa584f0be4e56be5db9d053b6d781ee093d61307a73ece3900386d0beba79'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 812 correct header block
---
operator: equal
expected: |-
'6284d96de04b176f58ad3ba0441d99d7f8362836819d881c2b75858b1f70d820'
actual: |-
'61dfa584f0be4e56be5db9d053b6d781ee093d61307a73ece3900386d0beba79'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 827 last block hash
---
operator: equal
expected: |-
'64c407a16b05df4376d3339996fbce9b90459c404ca790fc6d54b0fbc51eb826'
actual: |-
'f6ffa175170c8d142861a7862ad83bd6c65e398b8ff6a996cefd47a7004c6e9f'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 828 correct header block
---
operator: equal
expected: |-
'64c407a16b05df4376d3339996fbce9b90459c404ca790fc6d54b0fbc51eb826'
actual: |-
'f6ffa175170c8d142861a7862ad83bd6c65e398b8ff6a996cefd47a7004c6e9f'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 835 last block hash
---
operator: equal
expected: |-
'49740224918559bb30ef35e048a714f8f495923bfb07f4e1c947e271132818a1'
actual: |-
'2deb23b8aa27f89d9548f34bd0140c48c70f87f502295b6f56b1bc67103bf4a0'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 836 correct header block
---
operator: equal
expected: |-
'49740224918559bb30ef35e048a714f8f495923bfb07f4e1c947e271132818a1'
actual: |-
'2deb23b8aa27f89d9548f34bd0140c48c70f87f502295b6f56b1bc67103bf4a0'
at: replenish (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/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/wip-metro-ejs/lib/runBlock.js:170:19
at /ethereum/wip-metro-ejs/lib/cache.js:108:7
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:421:16
at replenish (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:941:25)
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:950:9
at eachLimit$1 (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:3169:24)
at Object.<anonymous> (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:980:16)
at /ethereum/wip-metro-ejs/lib/cache.js:104:11
at /ethereum/wip-metro-ejs/node_modules/async/dist/async.js:906:16
at next (/ethereum/wip-metro-ejs/node_modules/async/dist/async.js:5198:18)
not ok 859 last block hash
---
operator: equal
expected: |-
'8b475b81fcfae13ad758d35f42fac5b339f1e3a9ea2a5fca6fda90dfc44fe5e2'
actual: |-
'0c462a3c61be57aaca12afd4c17f087975dc526b2388121fe2eccb990a542479'
at: self.blockDb.get (/ethereum/wip-metro-ejs/node_modules/ethereumjs-blockchain/index.js:331:7)
...
not ok 860 correct header block
---
operator: equal
expected: |-
'8b475b81fcfae13ad758d35f42fac5b339f1e3a9ea2a5fca6fda90dfc44fe5e2'
actual: |-
'0c462a3c61be57aaca12afd4c17f087975dc526b2388121fe2eccb990a542479'
at: replenish (/ethereum/wip-metro-ejs/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: createRevert test: createRevert_Byzantium
ok 877 correct pre stateRoot
ok 878 correct genesis RLP
ok 879 last block hash
ok 880 correct header block
# file: dataTx test: dataTx_Byzantium
ok 881 correct pre stateRoot
ok 882 correct genesis RLP
ok 883 last block hash
ok 884 correct header block
# file: dataTx2 test: dataTx2_Byzantium
ok 885 correct pre stateRoot
ok 886 correct genesis RLP
ok 887 last block hash
ok 888 correct header block
# file: diff1024 test: diff1024_Byzantium
ok 889 correct pre stateRoot
ok 890 correct genesis RLP
ok 891 last block hash
ok 892 correct header block
# file: gasLimitTooHigh test: gasLimitTooHigh_Byzantium
ok 893 correct pre stateRoot
ok 894 correct genesis RLP
ok 895 last block hash
ok 896 correct header block
# file: gasLimitTooHigh2 test: gasLimitTooHigh2_Byzantium
ok 897 correct pre stateRoot
ok 898 correct genesis RLP
ok 899 last block hash
ok 900 correct header block
# file: gasPrice0 test: gasPrice0_Byzantium
ok 901 correct pre stateRoot
ok 902 correct genesis RLP
ok 903 last block hash
ok 904 correct header block
# file: log1_correct test: log1_correct_Byzantium
ok 905 correct pre stateRoot
ok 906 correct genesis RLP
ok 907 last block hash
ok 908 correct header block
# file: timeDiff0 test: timeDiff0_Byzantium
ok 909 correct pre stateRoot
ok 910 correct genesis RLP
ok 911 last block hash
ok 912 correct header block
# file: timeDiff12 test: timeDiff12_Byzantium
ok 913 correct pre stateRoot
ok 914 correct genesis RLP
ok 915 last block hash
ok 916 correct header block
# file: timeDiff13 test: timeDiff13_Byzantium
ok 917 correct pre stateRoot
ok 918 correct genesis RLP
ok 919 last block hash
ok 920 correct header block
# file: timeDiff14 test: timeDiff14_Byzantium
ok 921 correct pre stateRoot
ok 922 correct genesis RLP
ok 923 last block hash
ok 924 correct header block
# file: txEqualValue test: txEqualValue_Byzantium
ok 925 correct pre stateRoot
ok 926 correct genesis RLP
ok 927 last block hash
ok 928 correct header block
# file: txOrder test: txOrder_Byzantium
ok 929 correct pre stateRoot
ok 930 correct genesis RLP
ok 931 last block hash
ok 932 correct header block
# file: wallet2outOf3txs test: wallet2outOf3txs_Byzantium
ok 933 correct pre stateRoot
ok 934 correct genesis RLP
ok 935 last block hash
ok 936 correct header block
# file: wallet2outOf3txs2 test: wallet2outOf3txs2_Byzantium
ok 937 correct pre stateRoot
ok 938 correct genesis RLP
ok 939 last block hash
ok 940 correct header block
# file: wallet2outOf3txsRevoke test: wallet2outOf3txsRevoke_Byzantium
ok 941 correct pre stateRoot
ok 942 correct genesis RLP
ok 943 last block hash
ok 944 correct header block
# file: wallet2outOf3txsRevokeAndConfirmAgain test: wallet2outOf3txsRevokeAndConfirmAgain_Byzantium
ok 945 correct pre stateRoot
ok 946 correct genesis RLP
ok 947 last block hash
ok 948 correct header block
# file: walletReorganizeOwners test: walletReorganizeOwners_Byzantium
ok 949 correct pre stateRoot
ok 950 correct genesis RLP
ok 951 last block hash
ok 952 correct header block
1..952
# tests 952
# pass 888
# fail 64
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! ethereumjs-vm@2.2.1 testBlockchain: `node --stack-size=1500 ./tests/tester -b --excludeDir='GeneralStateTests'`
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-20T20_40_33_510Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment