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
Replace the code under # Exit validator with a call to exit_validator.
Only remove a validator from the persistent committees and update validator_registry_delta_chain_tip if there's an actual exit event (i.e. EXITED_WITH_PENALTY or EXITED_WITHOUT_PENALTY).
Abstract away the grunt work around status changes (e.g. regarding validator_registry_delta_chain_tip, status, latest_status_change_slot) into an update_validator_status function, and replace the code under # Activate validator with that
The text was updated successfully, but these errors were encountered:
# Exit validator
with a call toexit_validator
.validator_registry_delta_chain_tip
if there's an actual exit event (i.e.EXITED_WITH_PENALTY
orEXITED_WITHOUT_PENALTY
).validator_registry_delta_chain_tip
,status
,latest_status_change_slot
) into anupdate_validator_status
function, and replace the code under# Activate validator
with thatThe text was updated successfully, but these errors were encountered: