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 has been archived by the owner on Mar 1, 2024. It is now read-only.
The 'updateTimeline' here will subtract validatorState.stakerCount right now.
Assume that a very large number of validators have been jailed to the 'locked' state, and then currentValidatorSetSize() < validatorThreshold is true.
So Other users can still 'stakeFor' and result in currentValidatorSetSize() == validatorThreshold.
Once the large number of validators who were jailed apply to 'unjail', validatorState.stakerCount may far exceed validatorThreshold.
I wonder if this problem will actually occur, and whether it conforms to the expected design?
The text was updated successfully, but these errors were encountered: