Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Validators can immediately unstake if they're removed from a set #641

Open
kayabaNerve opened this issue Jan 2, 2025 · 0 comments
Open
Labels
bug Something isn't working runtime

Comments

@kayabaNerve
Copy link
Member

A validator can deallocate enough stake they'll no longer be selected for participation, and then once no longer present, deallocate the rest of their stake. This avoids the deallocation time delay for part of their stake.

Since a validator can't deallocate to less than a key share of stake, this is only possible if the set has the maximum amount of validators (causing only the best to be selected, where one can deallocate enough to not be the best but still have a key share).

@kayabaNerve kayabaNerve added bug Something isn't working runtime labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working runtime
Projects
None yet
Development

No branches or pull requests

1 participant