You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because of how the block validation works, new nodes that starts downloading a snapshot get stuck at some point and can't finish downloading the rest of main blocks.
As a solution we are going to include in a snapshot the 720 blocks (minRollBackHeight) previous to snapshotHeight.
Steps to reproduce
run a node till generates a snapshot and let it smith some 10's more main blocks
run a second node
verify that the second node is not able to download all remaining blocks from first node
Expected behavior
A node should always be able to finish downloading main blocks
The text was updated successfully, but these errors were encountered:
Description
Because of how the block validation works, new nodes that starts downloading a snapshot get stuck at some point and can't finish downloading the rest of main blocks.
As a solution we are going to include in a snapshot the 720 blocks (minRollBackHeight) previous to snapshotHeight.
Steps to reproduce
Expected behavior
A node should always be able to finish downloading main blocks
The text was updated successfully, but these errors were encountered: