Skip to content

Version Packages#1547

Merged
lorisleiva merged 1 commit into
mainfrom
changeset-release/main
May 6, 2026
Merged

Version Packages#1547
lorisleiva merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 16, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@solana/accounts@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/rpc-spec@6.9.0
    • @solana/rpc-types@6.9.0

@solana/addresses@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/assertions@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/nominal-types@6.9.0

@solana/assertions@6.9.0

Minor Changes

Patch Changes

@solana/codecs@6.9.0

Minor Changes

  • #1570 c5e0e14 Thanks @lorisleiva! - Add a new @solana/fixed-points package providing precise fixed-point number types for Solana, both decimal (power-of-10 scale) and binary (power-of-2 scale), in signed and unsigned flavors with arbitrary bit widths. The package includes factories, guards, arithmetic, comparisons, signedness conversions, rescaling, string/number formatting, and byte-level codecs. Also re-exported from @solana/codecs and @solana/kit.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

Patch Changes

  • Updated dependencies [c5e0e14, 096c48e]:
    • @solana/fixed-points@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-data-structures@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/options@6.9.0

@solana/codecs-core@6.9.0

Minor Changes

Patch Changes

@solana/codecs-data-structures@6.9.0

Minor Changes

Patch Changes

@solana/codecs-numbers@6.9.0

Minor Changes

Patch Changes

@solana/codecs-strings@6.9.0

Minor Changes

Patch Changes

@solana/compat@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/instructions@6.9.0
    • @solana/keys@6.9.0
    • @solana/transactions@6.9.0

@solana/errors@6.9.0

Minor Changes

  • #1542 92126f4 Thanks @mcintyre94! - Add SOLANA_ERROR__WALLET__NO_SIGNER_CONNECTED and SOLANA_ERROR__WALLET__SIGNER_NOT_AVAILABLE error codes for wallet-signer availability checks.

  • #1559 a5ef97b Thanks @lorisleiva! - Add 13 new error codes in the [8090000, 8090999] range for the upcoming @solana/fixed-points package: INVALID_TOTAL_BITS, INVALID_FRACTIONAL_BITS, INVALID_DECIMALS, FRACTIONAL_BITS_EXCEED_TOTAL_BITS, VALUE_OUT_OF_RANGE, INVALID_STRING, INVALID_ZERO_DENOMINATOR_RATIO, ARITHMETIC_OVERFLOW, SHAPE_MISMATCH, DIVISION_BY_ZERO, STRICT_MODE_PRECISION_LOSS, MALFORMED_RAW_VALUE, and TOTAL_BITS_NOT_BYTE_ALIGNED.

  • #1544 e82e03e Thanks @mcintyre94! - Update RPC types for Agave v3.x validator compatibility.

    @solana/rpc-parsed-types: JsonParsedVoteAccount now includes blockRevenueCollector, blockRevenueCommissionBps, blsPubkeyCompressed, inflationRewardsCollector, inflationRewardsCommissionBps, pendingDelegatorRewards, and a latency field on each vote entry.

    @solana/rpc-api: SimulateTransactionApiResponseBase now includes fee, loadedAddresses, preBalances, postBalances, preTokenBalances, and postTokenBalances.

    @solana/errors: RpcSimulateTransactionResult updated with the same new fields.

    Note on replacementBlockhash: Agave v3.x validators now always return replacementBlockhash in simulateTransaction responses (as null when replaceRecentBlockhash is not set). Kit's types still model this field as conditionally present based on config. A future breaking change will move it to the base response type as TransactionBlockhashLifetime | null to match v3.x behavior. Consumers using v3.x validators may see this field at runtime even when Kit's types don't surface it.

    Note on Agave v3.x validator behavior: Validators running Agave v3.x no longer return a dedicated TRANSACTION_SIGNATURE_VERIFICATION_FAILURE RPC error for invalid signatures in simulateTransaction or sendTransaction. Instead, simulateTransaction returns a result with err: "SignatureFailure", and sendTransaction returns a preflight failure with the signature error as the cause. This is a validator-level change and does not affect Kit's API surface.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

@solana/fast-stable-stringify@6.9.0

Minor Changes

@solana/fixed-points@6.9.0

Minor Changes

  • #1570 c5e0e14 Thanks @lorisleiva! - Add a new @solana/fixed-points package providing precise fixed-point number types for Solana, both decimal (power-of-10 scale) and binary (power-of-2 scale), in signed and unsigned flavors with arbitrary bit widths. The package includes factories, guards, arithmetic, comparisons, signedness conversions, rescaling, string/number formatting, and byte-level codecs. Also re-exported from @solana/codecs and @solana/kit.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

Patch Changes

@solana/functional@6.9.0

Minor Changes

@solana/instruction-plans@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [8d73de5, 92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/promises@6.9.0
    • @solana/errors@6.9.0
    • @solana/instructions@6.9.0
    • @solana/keys@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/instructions@6.9.0

Minor Changes

Patch Changes

@solana/keys@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [8d73de5, 92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/promises@6.9.0
    • @solana/errors@6.9.0
    • @solana/assertions@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/nominal-types@6.9.0

@solana/kit@6.9.0

Minor Changes

  • #1544 e82e03e Thanks @mcintyre94! - Update RPC types for Agave v3.x validator compatibility.

    @solana/rpc-parsed-types: JsonParsedVoteAccount now includes blockRevenueCollector, blockRevenueCommissionBps, blsPubkeyCompressed, inflationRewardsCollector, inflationRewardsCommissionBps, pendingDelegatorRewards, and a latency field on each vote entry.

    @solana/rpc-api: SimulateTransactionApiResponseBase now includes fee, loadedAddresses, preBalances, postBalances, preTokenBalances, and postTokenBalances.

    @solana/errors: RpcSimulateTransactionResult updated with the same new fields.

    Note on replacementBlockhash: Agave v3.x validators now always return replacementBlockhash in simulateTransaction responses (as null when replaceRecentBlockhash is not set). Kit's types still model this field as conditionally present based on config. A future breaking change will move it to the base response type as TransactionBlockhashLifetime | null to match v3.x behavior. Consumers using v3.x validators may see this field at runtime even when Kit's types don't surface it.

    Note on Agave v3.x validator behavior: Validators running Agave v3.x no longer return a dedicated TRANSACTION_SIGNATURE_VERIFICATION_FAILURE RPC error for invalid signatures in simulateTransaction or sendTransaction. Instead, simulateTransaction returns a result with err: "SignatureFailure", and sendTransaction returns a preflight failure with the signature error as the cause. This is a validator-level change and does not affect Kit's API surface.

  • #1551 d24f908 Thanks @mcintyre94! - Add ClientWithSubscribeToPayer and ClientWithSubscribeToIdentity interfaces. These are a framework-agnostic convention for plugins that mutate client.payer / client.identity reactively — they install a sibling subscribeToPayer / subscribeToIdentity function so consumers can observe changes without naming the specific plugin that provides them.

  • #1570 c5e0e14 Thanks @lorisleiva! - Add a new @solana/fixed-points package providing precise fixed-point number types for Solana, both decimal (power-of-10 scale) and binary (power-of-2 scale), in signed and unsigned flavors with arbitrary bit widths. The package includes factories, guards, arithmetic, comparisons, signedness conversions, rescaling, string/number formatting, and byte-level codecs. Also re-exported from @solana/codecs and @solana/kit.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

  • #1578 0e8fd3f Thanks @lorisleiva! - Add Sol, sol(), solToLamports, and lamportsToSol helpers for converting between SOL amounts expressed as @solana/fixed-points values and Lamports branded bigints. Also add getSolEncoder, getSolDecoder, and getSolCodec for serializing SOL amounts to bytes (the encoder accepts both Sol and Lamports inputs; the decoder always returns Sol). Finally, update getLamportsEncoder/getDefaultLamportsEncoder and their codec counterparts to also accept Sol as input.

Patch Changes

  • Updated dependencies [92126f4, b1ae82b, a5ef97b, e82e03e, d24f908, c5e0e14, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/plugin-core@6.9.0
    • @solana/rpc-api@6.9.0
    • @solana/rpc-parsed-types@6.9.0
    • @solana/plugin-interfaces@6.9.0
    • @solana/codecs@6.9.0
    • @solana/accounts@6.9.0
    • @solana/addresses@6.9.0
    • @solana/functional@6.9.0
    • @solana/instruction-plans@6.9.0
    • @solana/instructions@6.9.0
    • @solana/keys@6.9.0
    • @solana/offchain-messages@6.9.0
    • @solana/program-client-core@6.9.0
    • @solana/programs@6.9.0
    • @solana/rpc-spec-types@6.9.0
    • @solana/rpc-subscriptions@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/rpc@6.9.0
    • @solana/signers@6.9.0
    • @solana/subscribable@6.9.0
    • @solana/sysvars@6.9.0
    • @solana/transaction-confirmation@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/nominal-types@6.9.0

Minor Changes

@solana/offchain-messages@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-data-structures@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/keys@6.9.0
    • @solana/nominal-types@6.9.0

@solana/options@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-data-structures@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/codecs-strings@6.9.0

@solana/plugin-core@6.9.0

Minor Changes

Patch Changes

  • #1569 b1ae82b Thanks @lorisleiva! - Fix extendClient so that a later plugin can override a key previously set by an earlier plugin. Previously, chaining two plugins that set the same key threw TypeError: Cannot redefine property because the frozen client's non-configurable property descriptors were copied verbatim onto the intermediate object.

@solana/plugin-interfaces@6.9.0

Minor Changes

  • #1551 d24f908 Thanks @mcintyre94! - Add ClientWithSubscribeToPayer and ClientWithSubscribeToIdentity interfaces. These are a framework-agnostic convention for plugins that mutate client.payer / client.identity reactively — they install a sibling subscribeToPayer / subscribeToIdentity function so consumers can observe changes without naming the specific plugin that provides them.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

Patch Changes

  • Updated dependencies [096c48e, 0e8fd3f]:
    • @solana/addresses@6.9.0
    • @solana/instruction-plans@6.9.0
    • @solana/keys@6.9.0
    • @solana/rpc-spec@6.9.0
    • @solana/rpc-subscriptions-spec@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/signers@6.9.0

@solana/program-client-core@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, d24f908, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/rpc-api@6.9.0
    • @solana/plugin-interfaces@6.9.0
    • @solana/accounts@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/instruction-plans@6.9.0
    • @solana/instructions@6.9.0
    • @solana/signers@6.9.0

@solana/programs@6.9.0

Minor Changes

Patch Changes

@solana/promises@6.9.0

Minor Changes

  • #1549 8d73de5 Thanks @mcintyre94! - Added isAbortError(err) — returns true if err is an Error whose name is 'AbortError'. Use it to distinguish abort rejections from other failures without having to instanceof-check every platform-specific error class.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

@solana/rpc@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/rpc-api@6.9.0
    • @solana/fast-stable-stringify@6.9.0
    • @solana/functional@6.9.0
    • @solana/rpc-spec-types@6.9.0
    • @solana/rpc-spec@6.9.0
    • @solana/rpc-transformers@6.9.0
    • @solana/rpc-transport-http@6.9.0
    • @solana/rpc-types@6.9.0

@solana/rpc-api@6.9.0

Minor Changes

  • #1544 e82e03e Thanks @mcintyre94! - Update RPC types for Agave v3.x validator compatibility.

    @solana/rpc-parsed-types: JsonParsedVoteAccount now includes blockRevenueCollector, blockRevenueCommissionBps, blsPubkeyCompressed, inflationRewardsCollector, inflationRewardsCommissionBps, pendingDelegatorRewards, and a latency field on each vote entry.

    @solana/rpc-api: SimulateTransactionApiResponseBase now includes fee, loadedAddresses, preBalances, postBalances, preTokenBalances, and postTokenBalances.

    @solana/errors: RpcSimulateTransactionResult updated with the same new fields.

    Note on replacementBlockhash: Agave v3.x validators now always return replacementBlockhash in simulateTransaction responses (as null when replaceRecentBlockhash is not set). Kit's types still model this field as conditionally present based on config. A future breaking change will move it to the base response type as TransactionBlockhashLifetime | null to match v3.x behavior. Consumers using v3.x validators may see this field at runtime even when Kit's types don't surface it.

    Note on Agave v3.x validator behavior: Validators running Agave v3.x no longer return a dedicated TRANSACTION_SIGNATURE_VERIFICATION_FAILURE RPC error for invalid signatures in simulateTransaction or sendTransaction. Instead, simulateTransaction returns a result with err: "SignatureFailure", and sendTransaction returns a preflight failure with the signature error as the cause. This is a validator-level change and does not affect Kit's API surface.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/rpc-parsed-types@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/keys@6.9.0
    • @solana/rpc-spec@6.9.0
    • @solana/rpc-transformers@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/rpc-graphql@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [096c48e]:
    • @solana/codecs-strings@6.9.0
    • @solana/fast-stable-stringify@6.9.0

@solana/rpc-parsed-types@6.9.0

Minor Changes

  • #1544 e82e03e Thanks @mcintyre94! - Update RPC types for Agave v3.x validator compatibility.

    @solana/rpc-parsed-types: JsonParsedVoteAccount now includes blockRevenueCollector, blockRevenueCommissionBps, blsPubkeyCompressed, inflationRewardsCollector, inflationRewardsCommissionBps, pendingDelegatorRewards, and a latency field on each vote entry.

    @solana/rpc-api: SimulateTransactionApiResponseBase now includes fee, loadedAddresses, preBalances, postBalances, preTokenBalances, and postTokenBalances.

    @solana/errors: RpcSimulateTransactionResult updated with the same new fields.

    Note on replacementBlockhash: Agave v3.x validators now always return replacementBlockhash in simulateTransaction responses (as null when replaceRecentBlockhash is not set). Kit's types still model this field as conditionally present based on config. A future breaking change will move it to the base response type as TransactionBlockhashLifetime | null to match v3.x behavior. Consumers using v3.x validators may see this field at runtime even when Kit's types don't surface it.

    Note on Agave v3.x validator behavior: Validators running Agave v3.x no longer return a dedicated TRANSACTION_SIGNATURE_VERIFICATION_FAILURE RPC error for invalid signatures in simulateTransaction or sendTransaction. Instead, simulateTransaction returns a result with err: "SignatureFailure", and sendTransaction returns a preflight failure with the signature error as the cause. This is a validator-level change and does not affect Kit's API surface.

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

@solana/rpc-spec@6.9.0

Minor Changes

Patch Changes

@solana/rpc-spec-types@6.9.0

Minor Changes

@solana/rpc-subscriptions@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [8d73de5, 92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/promises@6.9.0
    • @solana/errors@6.9.0
    • @solana/fast-stable-stringify@6.9.0
    • @solana/functional@6.9.0
    • @solana/rpc-spec-types@6.9.0
    • @solana/rpc-subscriptions-api@6.9.0
    • @solana/rpc-subscriptions-channel-websocket@6.9.0
    • @solana/rpc-subscriptions-spec@6.9.0
    • @solana/rpc-transformers@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/subscribable@6.9.0

@solana/rpc-subscriptions-api@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [096c48e, 0e8fd3f]:
    • @solana/addresses@6.9.0
    • @solana/keys@6.9.0
    • @solana/rpc-subscriptions-spec@6.9.0
    • @solana/rpc-transformers@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/rpc-subscriptions-channel-websocket@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/functional@6.9.0
    • @solana/rpc-subscriptions-spec@6.9.0
    • @solana/subscribable@6.9.0

@solana/rpc-subscriptions-spec@6.9.0

Minor Changes

Patch Changes

@solana/rpc-transformers@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/functional@6.9.0
    • @solana/nominal-types@6.9.0
    • @solana/rpc-spec-types@6.9.0
    • @solana/rpc-types@6.9.0

@solana/rpc-transport-http@6.9.0

Minor Changes

Patch Changes

@solana/rpc-types@6.9.0

Minor Changes

  • #1562 096c48e Thanks @lorisleiva! - Bump the TypeScript peer dependency floor from >=5.0.0 to >=5.4.0.

  • #1578 0e8fd3f Thanks @lorisleiva! - Add Sol, sol(), solToLamports, and lamportsToSol helpers for converting between SOL amounts expressed as @solana/fixed-points values and Lamports branded bigints. Also add getSolEncoder, getSolDecoder, and getSolCodec for serializing SOL amounts to bytes (the encoder accepts both Sol and Lamports inputs; the decoder always returns Sol). Finally, update getLamportsEncoder/getDefaultLamportsEncoder and their codec counterparts to also accept Sol as input.

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, c5e0e14, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/fixed-points@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/nominal-types@6.9.0

@solana/signers@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/instructions@6.9.0
    • @solana/keys@6.9.0
    • @solana/nominal-types@6.9.0
    • @solana/offchain-messages@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/subscribable@6.9.0

Minor Changes

Patch Changes

@solana/sysvars@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/accounts@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-data-structures@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/rpc-types@6.9.0

@solana/transaction-confirmation@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [8d73de5, 92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/promises@6.9.0
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/keys@6.9.0
    • @solana/rpc-subscriptions@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/rpc@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/transaction-messages@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-data-structures@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/functional@6.9.0
    • @solana/instructions@6.9.0
    • @solana/nominal-types@6.9.0
    • @solana/rpc-types@6.9.0

@solana/transactions@6.9.0

Minor Changes

Patch Changes

  • Updated dependencies [92126f4, a5ef97b, e82e03e, 096c48e, 0e8fd3f]:
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/codecs-data-structures@6.9.0
    • @solana/codecs-numbers@6.9.0
    • @solana/codecs-strings@6.9.0
    • @solana/functional@6.9.0
    • @solana/instructions@6.9.0
    • @solana/keys@6.9.0
    • @solana/nominal-types@6.9.0
    • @solana/rpc-types@6.9.0
    • @solana/transaction-messages@6.9.0

@solana/wallet-account-signer@6.9.0

Minor Changes

Patch Changes

  • #1548 f9bf4ef Thanks @mcintyre94! - Widen the chain parameter on createSignerFromWalletAccount, createTransactionSignerFromWalletAccount, and createTransactionSendingSignerFromWalletAccount from SolanaChain to SolanaChain | (IdentifierString & {}). The known Solana chain identifiers continue to autocomplete, but any Wallet Standard ${namespace}:${reference} value is now also accepted, matching the underlying solana:signTransaction and solana:signAndSendTransaction feature inputs.

  • Updated dependencies [8d73de5, 096c48e]:

    • @solana/promises@6.9.0
    • @solana/addresses@6.9.0
    • @solana/codecs-core@6.9.0
    • @solana/keys@6.9.0
    • @solana/signers@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@solana/webcrypto-ed25519-polyfill@6.9.0

Minor Changes

@solana/react@6.9.0

Patch Changes

  • Updated dependencies [8d73de5, 92126f4, a5ef97b, e82e03e, 096c48e]:
    • @solana/promises@6.9.0
    • @solana/errors@6.9.0
    • @solana/addresses@6.9.0
    • @solana/keys@6.9.0
    • @solana/signers@6.9.0
    • @solana/transaction-messages@6.9.0
    • @solana/transactions@6.9.0

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Apr 16, 2026

No dependency changes detected. Learn more about Socket for GitHub.

👍 No dependency changes detected in pull request

@github-actions github-actions Bot force-pushed the changeset-release/main branch 5 times, most recently from a64b381 to f218572 Compare April 21, 2026 15:57
@github-actions github-actions Bot force-pushed the changeset-release/main branch 3 times, most recently from 6f2855e to 624b42e Compare April 29, 2026 18:22
@github-actions github-actions Bot force-pushed the changeset-release/main branch 21 times, most recently from 88e413d to d659a8b Compare May 5, 2026 21:10
@github-actions github-actions Bot force-pushed the changeset-release/main branch 10 times, most recently from 2f8cc64 to 26c84c6 Compare May 5, 2026 23:16
@github-actions github-actions Bot force-pushed the changeset-release/main branch from 26c84c6 to 2cac2e0 Compare May 5, 2026 23:28
@lorisleiva lorisleiva merged commit 6115150 into main May 6, 2026
5 checks passed
@lorisleiva lorisleiva deleted the changeset-release/main branch May 6, 2026 11:04
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 6, 2026

🔎💬 Inkeep AI search and chat service is syncing content for source 'Solana Kit Docs'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant