chore(deps): update dependency @solana/kit to v6.4.0#77
Merged
renovate[bot] merged 1 commit intomainfrom Mar 19, 2026
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.3.1→6.4.0Release Notes
anza-xyz/kit (@solana/kit)
v6.4.0Compare Source
@solana/kit
v6.4.0 (2026-03-18)
Minor Changes
[
@solana/kit] #14763e9e0a2Thanks @lorisleiva! - Add compute unit limit estimation utilities:estimateComputeUnitLimitFactory,estimateAndSetComputeUnitLimitFactory, andfillTransactionMessageProvisoryComputeUnitLimit. These replace the external@solana-program/compute-budgetestimation functions with Kit-native equivalents that work across all transaction versions.[
@solana/plugin-core] #1479abeca1bThanks @mcintyre94! - AddextendClienthelper for plugin authors to merge client objects while preserving property descriptors (getters, symbol-keyed properties, and non-enumerable properties).Plugin authors should migrate plugins to use this instead of spreading the input client.
[
@solana/transaction-messages] #1472084e92eThanks @lorisleiva! - Add legacy and v0 transaction support to compute budget setters and getters. Priority fees are now handled by version-gated helpers:(get|set)TransactionMessagePriorityFeeLamportsfor v1 (total lamports) and(get|set)TransactionMessageComputeUnitPricefor legacy/v0 (micro-lamports per compute unit).[
@solana/wallet-account-signer] #1368938ca94Thanks @dpsi9! - Add functions to create Kit signers from Wallet StandardUiWalletAccountobjects.createSignerFromWalletAccountreturns aTransactionSignerthat can sign transactions using thesolana:signTransactionand thesolana:signAndSendTransactionfeatures. At least one of these must be present in the wallet account. If thesolana:signMessagefeature is available, then this signer is also aMessageSigner.There are also more specific helpers:
createTransactionSignerFromWalletAccount(account, chain)returns aTransactionModifyingSignerthat uses the wallet'ssolana:signTransactionfeature.createTransactionSendingSignerFromWalletAccount(account, chain)returns aTransactionSendingSignerthat uses the wallet'ssolana:signAndSendTransactionfeature.createMessageSignerFromWalletAccount(account)returns aMessageModifyingSignerthat uses the wallet'ssolana:signMessagefeature.These enable any wallet-standard wallet to be used as a Kit signer.
Patch Changes
[
@solana/codecs-core,@solana/codecs-strings] #139127c3975Thanks @holps-7! - Fix unnecessary array slicing/cloning when using negative offsets matching the array length.[
@solana/instruction-plans] #1470896412dThanks @lorisleiva! - Add trailing newline to multi-line error messages so that chained error causes render on their own line.[
@solana/kit] #1468304436fThanks @amilz! - Include source files in published packages so IDE "Go to Definition" navigates to TypeScript source instead of .d.ts type declarationsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.