solana_kit_mpl_core 0.9.3 copy "solana_kit_mpl_core: ^0.9.3" to clipboard
solana_kit_mpl_core: ^0.9.3 copied to clipboard

mpl-core (Metaplex Core) 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_core was updated to 0.9.3 as part of group main.

0.9.2 - 2026-09-06 #

Changed #

  • No package-specific changes were recorded; solana_kit_mpl_core was updated to 0.9.2 as part of group main.

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 Metaplex Core program client

Add the mpl-core (Metaplex Core) program client generated from the metaplex-foundation shank IDL: 42 instruction builders, 6 account codecs, 57 error helpers, program-level instruction identification and parsing, and PDA derivations for the asset signer, preconfigured plugin accounts, dynamic extra accounts, and oracle accounts.

final (assetSigner, bump) = await findAssetSignerPda(asset: asset);

Owner: @ifiokjr ยท Review: PR #227