-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Error: Error(Block(InvalidReceiptsRoot(Mismatch #11098
Comments
Update. When I add |
@joshua-mir Do you think this error could be fixed by this: #5850? Basically I did not have it because we use EIP-658 but now I think maybe the release notes were saying that |
Update: every node that has this problem has these parameters in the config.toml file:
|
Update: every block that is "stuck" is a block that comes one before a block with a transaction. |
@joshua-mir So I think we can say it can not be that I must add So this is looking like a bug again, not a mis-configuration. Please see updates above with more information than original Issue comment. |
@joshua-mir I have an update on this. When I delete Does any of this information help you to know how we can start to de-bug this Issue? |
Solved by #11133 |
Before filing a new issue, please provide the following information.
I had a blockchain that worked well. I upgraded to Parity 2.4.x and there were many problems. Reference: #10617
I have a new miner running 2.3.9 and one by one I downgraded nodes and each node synced well. But one node did not. This is the error:
Two important notes:
Block #11942 is long before the upgrade
This node was synced to a much higher number but was stuck at that number when I downgraded. So I deleted the
chains
andcache
directory. Now it gets stuck at #11942.Can someone help me understand the meaning of this error? I do not expect an easy answer but I will start de-bugging. From #2794: chain spec built-in accounts have funding.
Similar but not the same: #10910
Edits:
Here is an important question: what is this error based on? I deleted
chains/
andcache/
so what record is on the node that is conflicting with the information it gets from peers?Does this matter?
The node is peering with other nodes. When I remove it, peer number drops on others by one, and it comes back when I re-connect.
The text was updated successfully, but these errors were encountered: