This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
Starting a new PoA network with maximumEmptySteps fails with Stage 5 block verification failed -> InvalidStateRoot #10641
Labels
A3-stale 🍃
Pull request did not receive any updates in a long time. No review needed at this stage. Close it.
F2-bug 🐞
The client fails to follow expected behavior.
M4-core ⛓
Core client code / Rust.
P5-sometimesoon 🌲
Issue is worth doing soon.
I'm setting up a new PoA network (of which I already have two running without issues) but I want to stop too many empty blocks from being mined.
Using the following chain spec and a completely empty start scenario, I cannot get a second node to agree that they are the same chain and sync.
It errors out on node 2 with Stage 5 block verification failed -> InvalidStateRoot, see below.
When I start the network without
I can connect all the nodes together and they sync as expected.
I also tried to do this, and then add it back in from block 150. All nodes were upgraded before 150 and syncing until 149. From 150 on the nodes that did not mine the block, the same error below occurred.
The text was updated successfully, but these errors were encountered: