Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@jstarry
Copy link
Contributor

@jstarry jstarry commented Mar 27, 2025

The following solana_sdk modules should no longer be consumed by anyone and are now marked as deprecated

  • precompiles
  • feature_set
  • reserved_account_keys

Both the feature_set and reserved_account_keys were attempted to be marked as deprecated in the past but adding deprecation annotations to a re-export of a crate does not work. This change puts those re-exports inside a deprecated module so that consumers actually receive the deprecation notice. The other broken deprecation annotations are left as an exercise to anyone who cares to fix it ;)

Copy link
Collaborator

@joncinque joncinque left a comment

Choose a reason for hiding this comment

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

This is great, thanks!

@jstarry jstarry merged commit 2e2d365 into anza-xyz:master Mar 27, 2025
20 checks passed
@jstarry jstarry deleted the deprecate-stuff branch April 9, 2025 00:37
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.

2 participants