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

Feature Gate: Allow undelegated stakes to be below the minimum delegation #24669

Closed
joncinque opened this issue Apr 25, 2022 · 0 comments · Fixed by #32210
Closed

Feature Gate: Allow undelegated stakes to be below the minimum delegation #24669

joncinque opened this issue Apr 25, 2022 · 0 comments · Fixed by #32210
Assignees
Labels
feature-gate Pull Request adds or modifies a runtime feature gate
Milestone

Comments

@joncinque
Copy link
Contributor

joncinque commented Apr 25, 2022

Description

The stake program will see its minimum stake delegation raised, likely through a governance vote after #24603 is merged.

In order to keep stake pools working for all clients, two changes are needed:

  • The stake program must allow and process initialized (undelegated) stakes with any amount of lamports above the rent-exempt minimum. This will help maintain small reserve accounts in stake pools.
  • Smaller delegators must have a way to withdraw a stake account from stake pools. A new instruction, SplitAndDeactivate, will allow for small stakes to split off and immediately deactivated. This will also allow deactivating stake accounts to be below the minimum.

This feature addresses the first point.

Feature ID

sTKz343FM8mqtyGvYWvbLpTThw3ixRM4Xk8QvZ985mw

Activation Method

Single Core Contributor

Testnet Activation Epoch

351

Devnet Activation Epoch

426

Mainnet-Beta Activation Epoch

463

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-gate Pull Request adds or modifies a runtime feature gate
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant