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
Anchor needs to sync committee data from the execution layer.
We need to sync from the execution layer the smart contract data for SSV. This is for all operators so that our client can funciton normally for all operators if the keys are switched.
Anchor needs to sync committee data from the execution layer.
We need to sync from the execution layer the smart contract data for SSV. This is for all operators so that our client can funciton normally for all operators if the keys are switched.
A process similar to the lighthouse deposit sync can be used.
We will need to store our current sync state into our db to prevent resync on restart.
Once synced, we need to listen to new events to update our view of the committee data.
An example of handling these events is here and an example of syncing is here
The text was updated successfully, but these errors were encountered: