chore(deps): update dependency @solana/kit to v6.2.0#45
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency @solana/kit to v6.2.0#45renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0f017d7 to
1715b9e
Compare
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.1.0→6.2.0Release Notes
anza-xyz/kit (@solana/kit)
v6.2.0Compare Source
@solana/kit
v6.2.0 (2026-03-09)
Minor Changes
[
@solana/codecs-data-structures] #13943f4c5f0Thanks @mcintyre94! - Adds new functionsgetPatternMatchEncoder,getPatternMatchDecoderandgetPatternMatchCodec.These can be used to write an encoder that switches between any number of encoders based on the value being encoded, or a decoder that switches between any number of decoders based on the byte array being decoded.
For example for the encoder, the input is a list of [predicate, encoder] pairs. Each predicate is a function from the value being encoded to true/false. The encoder used is the first one where its predicate is true.
[
@solana/wallet-account-signer] #1415587ede3Thanks @mcintyre94! - Add new@solana/wallet-account-signerpackage that will contain functions for converting from Wallet Standard accounts on Solana chains, to Kit Signer objects.Patch Changes
[
@solana/codecs-data-structures] #14205390602Thanks @mcintyre94! - Enable pattern match encoder/codec to use type narrowing. This means that if your predicate narrows the type of the value, then the matching encoder only needs to handle the narrowed type.This means that you can write, for example:
[
@solana/errors] #14400d0be3eThanks @lorisleiva! - Append the instruction index to all instruction error messages (e.g.(instruction #​1)) and add a human-readable message for unknown instruction errors.[
@solana/errors] #14327568a12Thanks @lorisleiva! - AddSOLANA_ERROR__FAILED_TO_SEND_TRANSACTIONandSOLANA_ERROR__FAILED_TO_SEND_TRANSACTIONSerror codes for high-level transaction sending wrappers.[
@solana/errors] #1442e33a65fThanks @lorisleiva! - Remove stale$encodedDatainterpolation from theBORSH_IO_ERRORmessage. TheencodedDatacontext property was removed in v5.0.0 but the message template was not updated, causing the literal$encodedDatato appear in the rendered error message.[
@solana/errors,@solana/instruction-plans] #143349c1195Thanks @lorisleiva! - AddabortReasonto theSOLANA_ERROR__INSTRUCTION_PLANS__FAILED_TO_EXECUTE_TRANSACTION_PLANerror context so consumers can access the abort reason when converting this error to higher-level error types.[
@solana/instruction-plans] #143598a8869Thanks @lorisleiva! - AddcreateFailedToExecuteTransactionPlanErrorfactory helper for custom transaction plan executor authors and refactor the built-in executor to use it.[
@solana/instruction-plans] #143479db829Thanks @lorisleiva! - AddcreateFailedToSendTransactionErrorandcreateFailedToSendTransactionsErrorfactory helpers that create high-levelSolanaErrorinstances from failed or canceled transaction plan results, with unwrapped simulation errors, preflight data, and logs in the error context.[
@solana/sysvars] #1428b28b843Thanks @datasalaryman! - use internals codecs dependenciesConfiguration
📅 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.