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

feat: deprecate BpfLoader class #2101

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

buffalojoec
Copy link
Collaborator

As of the Solana v1.17.20 release, the feature to disable the BPF loader is
now active, and will remain active on all clusters.

This means the BPF Loader 2 is effectively EOL, and has been disabled in the
Solana runtime.

This commit deprecates the BpfLoader class from the legacy library, since any
instructions to the program will now fail with UnsupportedProgramId.

Copy link
Collaborator Author

Current dependencies on/for this PR:

This stack of pull requests is managed by Graphite.

@mergify mergify bot added the community label Feb 6, 2024
Copy link
Collaborator

@lorisleiva lorisleiva left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for spotting this! 🍺

@buffalojoec buffalojoec merged commit 1a0940d into master Feb 7, 2024
7 checks passed
@buffalojoec buffalojoec deleted the 02-06-feat_deprecate_BpfLoader_class branch February 7, 2024 02:37
Copy link
Contributor

github-actions bot commented Feb 7, 2024

🎉 This PR is included in version 1.90.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

Because there has been no activity on this PR for 14 days since it was merged, it has been automatically locked. Please open a new issue if it requires a follow up.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants