metaplex-foundation / mpl-token-metadata

Program to attach additional data to Fungible or Non-Fungible tokens on Solana.
https://developers.metaplex.com/token-metadata
Other
124 stars 65 forks source link

Solana v1.17 support #93

Open andreisilviudragnea opened 7 months ago

andreisilviudragnea commented 7 months ago

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

danenbm commented 7 months ago

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 commented 7 months ago

Hi @danenbm. I added details on https://github.com/metaplex-foundation/mpl-token-metadata/issues/80 for why I need this. Thank you.