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
After epoch sync and the header sync that follows, we do state sync. During the state sync, recent blocks that are received from other peers are marked invalid by the node. I suspect this is because our HEAD is still at genesis and there's some heuristic that rejects blocks whose heights are too far from the genesis. We should fix that; otherwise after state sync is done we will not be able to block sync all the way - as we would be stuck on some block marked as invalid earlier.
The text was updated successfully, but these errors were encountered:
After epoch sync and the header sync that follows, we do state sync. During the state sync, recent blocks that are received from other peers are marked invalid by the node. I suspect this is because our HEAD is still at genesis and there's some heuristic that rejects blocks whose heights are too far from the genesis. We should fix that; otherwise after state sync is done we will not be able to block sync all the way - as we would be stuck on some block marked as invalid earlier.
The text was updated successfully, but these errors were encountered: