solana_kit_mpl_token_metadata 0.9.3
solana_kit_mpl_token_metadata: ^0.9.3 copied to clipboard
mpl-token-metadata (compressed metadata) instruction builders for Solana Kit Dart.
Changelog #
All notable changes to this project will be documented in this file.
This changelog is managed by monochange.
0.9.3 - 2026-09-12 #
Changed #
- No package-specific changes were recorded;
solana_kit_mpl_token_metadatawas updated to 0.9.3 as part of groupmain.
0.9.2 - 2026-09-06 #
Changed #
- No package-specific changes were recorded;
solana_kit_mpl_token_metadatawas updated to 0.9.2 as part of groupmain.
0.9.1 - 2026-08-30 #
๐ Fixed #
Fix publish validation for ecosystem packages
Declare the meta and solana_kit_accounts dependencies that the generated Squads and mpl-token-metadata clients import, so dart pub publish validation passes, and normalize readme.md to README.md across the ecosystem packages to satisfy the pub README requirement.
Owner: Ifiok Jr. ยท Introduced in: a53391f
0.9.0 - 2026-08-30 #
๐ฅ Breaking Change #
Add the Token Metadata program client
Add the mpl-token-metadata program client, generated with codama-renderers-dart from the metaplex-foundation shank IDL: 58 instruction builders, 14 account codecs, 203 error helpers, instruction identification and parsing, and PDA derivations for metadata, master editions, edition markers, collection and use authority records, token records, delegate records, and program-as-burner.
final (metadata, bump) = await findMetadataPda(mint: mint);