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

Remove usage of stake::config #48

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

programskillforverification

close #36

@joncinque
Copy link
Contributor

Hi there, I appreciate your time in looking at the issue, but unfortunately it will take more than just removing the usage in the instruction creator. This is a breaking change, so we'll need to do the same thing as the stake program, and pass in an unused account from single-pool down to the stake program. We'll also need to also modify the on-chain program to use the new account properly.

This is not a good first issue unfortunately, since it requires knowledge of native staking on Solana and also knowledge of this program. If you want to read more about the deprecation of config, be sure to read through the previous work doing this:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

program: Remove usage of stake::config
2 participants