@solana/kit
v6.3.0 (2026-03-11)
Minor Changes
- [
@solana/errors,@solana/instruction-plans] #1444f47d5cfThanks @lorisleiva! - Enrich theSOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMPUTE_LIMITerror context with the full simulation result (Omit<RpcSimulateTransactionResult, 'err'>) and add it toSolanaErrorCodeWithCause, aligning it with theSOLANA_ERROR__JSON_RPC__SERVER_ERROR_SEND_TRANSACTION_PREFLIGHT_FAILUREerror.