solana_kit_token 0.5.1
solana_kit_token: ^0.5.1 copied to clipboard
SPL Token and Associated Token Account client for the Solana Kit Dart SDK. Generated from the upstream Codama IDL with handwritten ergonomic helpers.
Changelog #
All notable changes to this project will be documented in this file.
This changelog is managed by monochange.
solana_kit_token 0.4.0 (2026-05-30) #
💥 Breaking Change #
New package available
SPL Token and Associated Token Account client for the Solana Kit Dart SDK. Generated from the upstream Codama IDL with handwritten ergonomic helpers for common token operations.
Owner: Ifiok Jr. · Introduced in: fccec7f · Last updated in: 93b3cd3
🚀 Feature #
Add associated token account package
Add a handwritten solana_kit_associated_token_account…
Add a handwritten solana_kit_associated_token_account package and switch solana_kit_token / solana_kit_token_2022 to share its ATA PDA helpers and instruction builders.
Owner: Ifiok Jr. · Introduced in: 0e6a808 · Last updated in: 0ee3d60
🐛 Fixed #
Improve handwritten test coverage across RPC
Owner: Ifiok Jr. · Introduced in: 68fa2e3 · Last updated in: a526ea3
Add generated-code test coverage for token
Add comprehensive generated-code test coverage for…
Add comprehensive generated-code test coverage for solana_kit_token (instructions, accounts, types, PDAs) and solana_kit_system (codec round-trips, parse round-trip, program constants).
Owner: Ifiok Jr. · Introduced in: d930a56 · Last updated in: 0ee3d60
solana_kit_token 0.5.0 (2026-06-01) #
💥 Breaking Change #
Raise minimum Dart SDK to 3.12
Raise the minimum supported Dart SDK constraint to ^3.12.0 across public Dart packages.
This is a breaking change because consumers must use Dart 3.12 or newer. Flutter consumers must use a Flutter SDK that bundles Dart 3.12 or newer.
environment:
sdk: ^3.12.0
Owner: Ifiok Jr. · Introduced in: 32d5d36
🐛 Fixed #
Add well-known program, sysvar, SPL, Metaplex, and token mint address constants
Add centralized address constants to solana_kit_addresses so that any package can reference well-known on-chain addresses without importing the full domain package or hardcoding strings.
New exports:
program_addresses.dart— All Agave/Solana native program addresses (system, ALT, BPF loaders, compute budget, config, stake, vote, etc.)sysvar_addresses.dart— All sysvar addresses (clock, rent, recentBlockhashes, fees, rewards, etc.) plus the sysvar owner addressspl_addresses.dart— SPL program addresses (Token, Token-2022, ATA, Memo, Memo Legacy)metaplex_addresses.dart— Metaplex program addresses (Token Metadata, Bubblegum, Auth Rules, Core, SPL Account Compression, Noop)well_known_addresses.dart— Well-known token mint addresses (Wrapped SOL, USDC, USDT)
Also re-exports from solana_kit_address (Address type, codecs, comparator, PublicKey) and solana_kit_address_constants (well-known address constants).
Owner: Ifiok Jr. · Introduced in: 3f596ef · Last updated in: 4643648
solana_kit_token 0.5.1 (2026-06-03) #
Changed #
- No package-specific changes were recorded;
solana_kit_tokenwas updated to 0.5.1.