-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Stage 5 Error Block InvalidStateRoot Mismatch #10686
Comments
This particular error only really happens if your nodes are propagating bad blocks, and there isn't really any solution other than taking the problematic nodes down (or killing their db) and resyncing. |
After more investigation, seems like the We are trying to find a way to sync without warp because we need deep access of old nodes (Warping works) |
( for future reference, eip86 was removed in #9140) |
The only clean long-term solution here is to export state of your current chain and create a new genesis/chainspec with it. You would need to export state with a fat-db node running your old version because you can't warp with fat-db though. |
Exporting state leads to
Exporting blocks works however ! importing the file that was exported ends in the same error
|
This is a known issue apparently: #10599 (comment) |
We are going to lose all the transactions history with this method..any way to replay all transactions ? |
Closing issue due to its stale state. |
Hello Everyone !
My problem is that after migrated from parity 1.11 to parity 2.5.1 my private chain cannot catch up previous blocks anymore
My error is :
I understood by reading similar issues that this sounds like a consensus problem, so here is mine : (using Aura PoA)
Here is my config file. It was working on my previous parity version(I just had to move eipTransition to global params key) but it doesn't work anymore
Thank you VERY much and thanks for you hard work, parity team !
The text was updated successfully, but these errors were encountered: