Created
July 16, 2017 18:56
-
-
Save jwasinger/f0f62d47320989af5b5be5f32cf2d983 to your computer and use it in GitHub Desktop.
ethereum state trie dump errors
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# file: callcodecallcodecallcode_ABCB_RECURSIVE test: callcodecallcodecallcode_ABCB_RECURSIVE | |
ok 631 the state roots should match | |
stream.on data.key: 03601462093b5945d1676df093446790fd31b20e7b12a2e8e5e09d068109616b | |
stream.on data.value: f84c01880de0b6b3a75b5482a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5 | |
e363b421a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | |
acnt.balance: 0de0b6b3a75b5482 | |
acnt.nonce: 01 | |
acnt.codeHash: c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470 | |
not ok 632 invalid account in the trie: 03601462093b5945d1676df093446790fd31b20e7b12a2e8e5e09d068109616b | |
--- | |
operator: fail | |
at: TrieReadStream.<anonymous> (/home/jwasinger/projects/ethereumjs-vm/tests/util.js:109:9) | |
stack: |- | |
Error: invalid account in the trie: 03601462093b5945d1676df093446790fd31b20e7b12a2e8e5e09d06810961 | |
6b | |
at Test.assert [as _assert] (/home/jwasinger/projects/ethereumjs-vm/node_modules/tape/lib/test | |
.js:212:54) | |
at Test.bound [as _assert] (/home/jwasinger/projects/ethereumjs-vm/node_modules/tape/lib/test. | |
js:64:32) | |
at Test.fail (/home/jwasinger/projects/ethereumjs-vm/node_modules/tape/lib/test.js:277:10) | |
at Test.bound [as fail] (/home/jwasinger/projects/ethereumjs-vm/node_modules/tape/lib/test.js: | |
64:32) | |
at TrieReadStream.<anonymous> (/home/jwasinger/projects/ethereumjs-vm/tests/util.js:109:9) | |
at emitOne (events.js:115:13) | |
at TrieReadStream.emit (events.js:210:7) | |
at addChunk (/home/jwasinger/projects/ethereumjs-vm/node_modules/readable-stream/lib/_stream_r | |
eadable.js:284:12) | |
at readableAddChunk (/home/jwasinger/projects/ethereumjs-vm/node_modules/readable-stream/lib/_ | |
stream_readable.js:271:11) | |
at TrieReadStream.Readable.push (/home/jwasinger/projects/ethereumjs-vm/node_modules/readable- | |
stream/lib/_stream_readable.js:238:10) | |
... | |
stream.on data.key: 3ed02be1e351ddbcc2bf3ffafc25fb42a533df024b33c85f9805e17b60f7230c | |
stream.on data.value: f849808502540be400a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b4 | |
21a0bd29398a933e31922d763c61b9f4d5cfd8dcfd202b8277a8118049ae3ff00919 | |
acnt.balance: 02540be400 | |
acnt.nonce: | |
acnt.codeHash: bd29398a933e31922d763c61b9f4d5cfd8dcfd202b8277a8118049ae3ff00919 | |
not ok 633 invalid account in the trie: 3ed02be1e351ddbcc2bf3ffafc25fb42a533df024b33c85f9805e17b60f7230c | |
--- | |
operator: fail | |
at: TrieReadStream.<anonymous> (/home/jwasinger/projects/ethereumjs-vm/tests/util.js:109:9) | |
stack: |- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment