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
In SyncState enum, we have IN_SYNC and AWAITING_EL. AWAITING_EL essentially means that the beacon chain is synced and the head is optimistic. In regards to the isInSync method, which is used in a few places, we only treat IN_SYNC as inSync. It is worth visiting the usages of this method and seeing if there are places where AWAITING_EL could still be considered in sync.
The text was updated successfully, but these errors were encountered:
In
SyncState
enum, we haveIN_SYNC
andAWAITING_EL
.AWAITING_EL
essentially means that the beacon chain is synced and the head is optimistic. In regards to theisInSync
method, which is used in a few places, we only treatIN_SYNC
asinSync
. It is worth visiting the usages of this method and seeing if there are places whereAWAITING_EL
could still be considered in sync.The text was updated successfully, but these errors were encountered: