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
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Deactivating a validator requires reducing its active stake to the minimum delegation first. However, in-
crease and Decrease Validator Stake instructions require a minimum of the same minimum_stake
amount. So, for example, a validator at 1.9x min delegation would require the following sequence to
deactivate:
IncreaseValidatorStake - bring amount to 2.9x min delegation
DecreaseValidatorStake - reduce amount to 1.0x min delegation
RemoveValidatorFromPool
Remediation
For ease of validator removal, consider allowing a validator to be removed if they have <= 2x minimum
delegation instead of the current <= 1x minimum delegation.
The text was updated successfully, but these errors were encountered:
From OS-SSP-SUG-02:
Description
Deactivating a validator requires reducing its active stake to the minimum delegation first. However, in-
crease and Decrease Validator Stake instructions require a minimum of the same minimum_stake
amount. So, for example, a validator at 1.9x min delegation would require the following sequence to
deactivate:
Remediation
For ease of validator removal, consider allowing a validator to be removed if they have <= 2x minimum
delegation instead of the current <= 1x minimum delegation.
The text was updated successfully, but these errors were encountered: