Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

remove solana-program from token-metadata-interface #7431

Merged

Conversation

kevinheavey
Copy link
Contributor

Updated some imports and replaced spl-program-error with inlining

@mergify mergify bot added the community Community contribution label Oct 31, 2024
Copy link
Contributor

@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 also contains the token-group changes, so we can land the token-group first, rebase, then land this. Looks great other than the last remaining usage of solana-program!

solana-borsh = "2.1.0"
solana-decode-error = "2.1.0"
solana-instruction = "2.1.0"
solana-msg = "2.1.0"
solana-program = "2.1.0"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we go with the same approach here and just re-export the crates that it uses? It looks like that's the only usage of solana-program in the crate, so we can remove it after that

@kevinheavey kevinheavey force-pushed the token-metadata-interface-rm-program branch from 5af84ce to a4ddf63 Compare October 31, 2024 18:10
@joncinque joncinque merged commit 402ca27 into solana-labs:master Oct 31, 2024
9 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
community Community contribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants