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
We have been seeing head state reverts to older finalized epochs. This is due to discrepancy in fork choice branch filter. Since the validators use the state at the head to cast votes, but fork choice uses latest check points to advance. There's an edge case when the two go out of band.
We have been seeing head state reverts to older finalized epochs. This is due to discrepancy in fork choice branch filter. Since the validators use the state at the head to cast votes, but fork choice uses latest check points to advance. There's an edge case when the two go out of band.
The solution for is under research and can be tracked: ethereum/consensus-specs#1495
The text was updated successfully, but these errors were encountered: