Skip to content

Bump @solana-program/compute-budget to ^0.15.0 and @solana/kit to ^6.3.0#145

Merged
lorisleiva merged 1 commit intomainfrom
03-11-bump_solana-program_compute-budget_to_0.15.0_and_solana_kit_to_6.3.0
Mar 11, 2026
Merged

Bump @solana-program/compute-budget to ^0.15.0 and @solana/kit to ^6.3.0#145
lorisleiva merged 1 commit intomainfrom
03-11-bump_solana-program_compute-budget_to_0.15.0_and_solana_kit_to_6.3.0

Conversation

@lorisleiva
Copy link
Copy Markdown
Member

This updates @solana-program/compute-budget from ^0.14.0 to ^0.15.0, which includes full simulation data in the compute limit estimation error context (solana-program/compute-budget#27). The new version requires @solana/kit ^6.3.0 as a peer dependency, so all @solana/kit references across the monorepo are bumped accordingly.

The error context for SOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMPUTE_LIMIT now contains Omit<RpcSimulateTransactionResult, 'err'> instead of just { unitsConsumed: number }. The unitsConsumed field is now a raw bigint from the RPC response rather than a downcast number. The RPC executor's skip-preflight recovery path is updated to downcast the bigint to a u32 number, matching the downcast logic on the success path.

… ^6.3.0

This updates `@solana-program/compute-budget` from ^0.14.0 to ^0.15.0, which includes full simulation data in the compute limit estimation error context (solana-program/compute-budget#27). The new version requires `@solana/kit` ^6.3.0 as a peer dependency, so all `@solana/kit` references across the monorepo are bumped accordingly.

The error context for `SOLANA_ERROR__TRANSACTION__FAILED_WHEN_SIMULATING_TO_ESTIMATE_COMPUTE_LIMIT` now contains `Omit<RpcSimulateTransactionResult, 'err'>` instead of just `{ unitsConsumed: number }`. The `unitsConsumed` field is now a raw `bigint` from the RPC response rather than a downcast `number`. The RPC executor's skip-preflight recovery path is updated to downcast the bigint to a u32 number, matching the downcast logic on the success path.
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Mar 11, 2026

⚠️ No Changeset found

Latest commit: 9536867

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@lorisleiva lorisleiva marked this pull request as ready for review March 11, 2026 18:20
Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@lorisleiva lorisleiva merged commit 5620af0 into main Mar 11, 2026
5 checks passed
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