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
Validators should check the block timestamps. If it's time for election - call makeElectionAt in a middleware contract to get elected by stake operators.
Submit ValidatorsCommitment to router in order to set next era validators.
Sequencer should listen for event NextEraValidatorsSet and use this event to change listened validators in a specified timestamp.