Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Stage 1 block verification failed #6704

Closed
bert2002 opened this issue Oct 11, 2017 · 1 comment
Closed

Stage 1 block verification failed #6704

bert2002 opened this issue Oct 11, 2017 · 1 comment
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Milestone

Comments

@bert2002
Copy link

Hi,

I'm running:

  • Parity version: Parity/v1.7.2-beta-9f47909-20170918/x86_64-linux-gnu/rustc1.19.0
  • Operating system: Linux
  • And installed: binaries

I tried to export and import the kovan chain from a healthy node and it fails with following error:

2017-10-11 07:00:14 UTC Stage 1 block verification failed for 4e35…bf9e: Block(InvalidTransactionsRoot(Mismatch { expected: de15355e1ead3172bb4a4887dc75d5eb847e674849c806369c6bca9c9db5742a, found: e25cd4c610435472319bc8b0bab99645a7d8dae1b26b7e61bd98d238d44070b5 }))
Cannot import block: Block(InvalidTransactionsRoot(Mismatch { expected: de15355e1ead3172bb4a4887dc75d5eb847e674849c806369c6bca9c9db5742a, found: e25cd4c610435472319bc8b0bab99645a7d8dae1b26b7e61bd98d238d44070b5 }))

The export and import was made by following commands:

parity --chain kovan export blocks backup.rlp
parity db kill --chain=kovan
parity --chain=kovan --pruning archive import backup.rlp 

Any help appreciated. If you need more information, let me know :)

bert

@5chdn 5chdn added F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known. labels Oct 11, 2017
@5chdn 5chdn added this to the 1.9 milestone Oct 11, 2017
@5chdn 5chdn mentioned this issue Nov 16, 2017
64 tasks
@5chdn 5chdn modified the milestone: 1.9 Dec 6, 2017
@5chdn
Copy link
Contributor

5chdn commented Jan 3, 2018

Should be fixed actually.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
F2-bug 🐞 The client fails to follow expected behavior. M4-core ⛓ Core client code / Rust. P5-sometimesoon 🌲 Issue is worth doing soon. Z0-unconfirmed 🤔 Issue might be valid, but it’s not yet known.
Projects
None yet
Development

No branches or pull requests

2 participants