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

Squads V4 multisig program client 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_squads 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_squads 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 Squads V4 multisig client

Add the Squads V4 multisig program client, generated with codama-renderers-dart from the Squads-Protocol v4 Anchor IDL: 36 instruction builders, 9 account codecs, 45 error helpers, program-level parsing, and PDA derivations for multisigs, vaults, transactions, proposals, spending limits, and program config, with newConfigAuthority argument naming matching the upstream TS SDK.

final (multisig, bump) = await findMultisigPda(createKey: createKey);

Owner: @ifiokjr ยท Review: PR #227