-
Notifications
You must be signed in to change notification settings - Fork 708
stake: Remove redelegate instruction #2213
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove the feature definition?
Generally, this looks good to me. Two small questions.
I thought we kept around feature flags for longer to check when things were enabled, but since it was never enabled, you're right, it's probably better to just remove it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm once ci is happy!
super excited for this, will review tomorrow |
@CriesofCarrots, in case you wanted to approve, I just rebased after landing solana-labs/solana-program-library#7033, no other changes |
Dang, you beat me to it, thanks! |
Problem
The stake redelegate instruction will not enabled in its current state.
Summary of Changes
Since it's been part of the SDK and used downstream, it's a bit finnicky to just deprecate and remove, so here's what was done:
Fixes #