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

Solana v1.17 support #93

Open
andreisilviudragnea opened this issue Feb 6, 2024 · 2 comments
Open

Solana v1.17 support #93

andreisilviudragnea opened this issue Feb 6, 2024 · 2 comments

Comments

@andreisilviudragnea
Copy link

Solana v1.17 is used on Solana mainnet now. Do you have a timeline for mpl-token-metadataSolana v1.17 support?

@danenbm
Copy link
Contributor

danenbm commented Feb 7, 2024

The latest version of mpl-token-metadata is a Rust client SDK that does not require a change to work with Solana 1.17. We have separated the SDK from the program itself.

There are a few changes required to use the Rust client, as outlined in the README: https://crates.io/crates/mpl-token-metadata

But you should have everything you need in the new crate, and after updating to use the Rust client, Token Metadata will not cause problems for you in the future when Solana program version needs to be updated in your crate. Let us know if you have issues using the Rust client SDK, we are here to help!

@andreisilviudragnea
Copy link
Author

Hi @danenbm. I added details on #80 for why I need this. Thank you.

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

No branches or pull requests

2 participants