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
Currently, the ValidatorState enum contains three variants: Inactive, Pending, and Candidate. We plan to remove the Pending state and add a Jailed state. We may also consider renaming the Inactive and Candidate variants in light of the future refactoring of the validator sets (#721) as well.
The text was updated successfully, but these errors were encountered:
Currently, the
ValidatorState
enum contains three variants:Inactive
,Pending
, andCandidate
. We plan to remove thePending
state and add aJailed
state. We may also consider renaming theInactive
andCandidate
variants in light of the future refactoring of the validator sets (#721) as well.The text was updated successfully, but these errors were encountered: