@solana/kit
v6.5.0 (2026-03-19)
Minor Changes
-
[
@solana/plugin-interfaces] #148610cb920Thanks @lorisleiva! - AddClientWithGetMinimumBalanceplugin interface for computing the minimum balance required for an account. Implementations can use any strategy (e.g., RPC call, cached value) to provide this value through a uniform API. -
[
@solana/signers] #14879e05736Thanks @lorisleiva! - AddpartiallySignTransactionWithSigners,signTransactionWithSigners, andsignAndSendTransactionWithSignersfunctions that accept a set of signers and a compiledTransactiondirectly, without requiring signers to be embedded in a transaction message. Also addassertContainsResolvableTransactionSendingSignerto validate that a set of signers contains an unambiguously resolvable sending signer. The existing transaction message helpers now delegate to these new functions internally.
Patch Changes
- [
@solana/kit] #14854a4c217Thanks @lorisleiva! - DeprecatedgetMinimumBalanceForRentExemption. The minimum balance for an account is being actively reduced (see SIMD-0437) and is expected to become dynamic in future Solana upgrades (see SIMD-0194 and SIMD-0389). Use thegetMinimumBalanceForRentExemptionRPC method or aClientWithGetMinimumBalanceplugin instead. This function will be removed in v7.