Skip to content

chore(deps): bump litesvm from 0.9.0 to 0.11.0#49

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/litesvm-0.11.0
Closed

chore(deps): bump litesvm from 0.9.0 to 0.11.0#49
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/litesvm-0.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps litesvm from 0.9.0 to 0.11.0.

Release notes

Sourced from litesvm's releases.

v0.11.0

Added

  • Add feature gate account support (#308).
  • Add custom syscall registration (#309).

Fixed

  • Align rent checks and assertions with Solana behavior (#304).
  • Update rent.exemption_threshold based on feature gating (#307).
  • Load the p-token binary instead of spl-token when the feature gate is enabled (#310).
  • Treat upgradeable v3 programs without program data as Closed (#311).
  • Update transaction account lock limits based on the active feature set (#312).

v0.10.0

Changed

  • Load register-tracing ELF bytes from accounts instead of walking directories (#278).
  • Sync dependencies with mainnet (#294).
  • Document the SBF_TRACE_DISASSEMBLE environment variable in docs (#298).

Added

  • Add register trace disassembly dumps when SBF_TRACE_DISASSEMBLE is set (#296).

Fixed

  • Fix CUs discrepancy (#299).
  • Avoid double-loading trusted default programs (#295).
  • Validate account locks when sanitizing transactions (#293).
  • Disable debugging for runtime v2 by default (#292).
  • Use ComputeBudget::to_cost in InvokeContext instead of defaults (#288).

v0.9.1

Changed

  • Replace solana-pubkey dependency with solana-address (#280).
Changelog

Sourced from litesvm's changelog.

[0.11.0] - 2026-03-30

Added

  • Add feature gate account support (#308).
  • Add custom syscall registration (#309).

Fixed

  • Align rent checks and assertions with Solana behavior (#304).
  • Update rent.exemption_threshold based on feature gating (#307).
  • Load the p-token binary instead of spl-token when the feature gate is enabled (#310).
  • Treat upgradeable v3 programs without program data as Closed (#311).
  • Update transaction account lock limits based on the active feature set (#312).

[0.10.0] - 2026-02-26

Added

  • Add register trace disassembly dumps when SBF_TRACE_DISASSEMBLE is set (#296).

Changed

  • Load register-tracing ELF bytes from accounts instead of walking directories (#278).
  • Sync dependencies with mainnet (#294).
  • Document the SBF_TRACE_DISASSEMBLE environment variable in docs (#298).

Fixed

  • Fix CUs discrepancy (#299).
  • Avoid double-loading trusted default programs (#295).
  • Validate account locks when sanitizing transactions (#293).
  • Disable debugging for runtime v2 by default (#292).
  • Use ComputeBudget::to_cost in InvokeContext instead of defaults (#288).

[0.9.1] - 2026-01-15

Changed

  • Replace solana-pubkey dependency with solana-address (#280).
Commits
  • 73dad26 Release 0.11.0 (#314)
  • c00505c chore: update dependencies (#313)
  • 881db7b fix: update transaction account lock limit based on feature set (#312)
  • d348fd3 fix: if upgradeable_v3 program missing program data, treat as Closed (#311)
  • b31bf92 fix: update rent.exemption_threshold based on feature gating (#307)
  • 20037b2 fix: load p-token bin instead of spl-token if feature gate enabled (#310)
  • 0c127d2 feat: add custom syscall registration (#309)
  • f95fb59 feat: implement feature gate account (#308)
  • 0a686e7 feat: add back linux tests in ci (#306)
  • 3f0fe1b fix: Check rent fix and assert behaviour seems to match solana (#304)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 18, 2026
@dependabot dependabot Bot requested a review from dev-jodee as a code owner May 18, 2026 17:19
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 18, 2026
Bumps [litesvm](https://github.com/LiteSVM/litesvm) from 0.9.0 to 0.11.0.
- [Release notes](https://github.com/LiteSVM/litesvm/releases)
- [Changelog](https://github.com/LiteSVM/litesvm/blob/master/CHANGELOG.md)
- [Commits](LiteSVM/litesvm@v0.9.0...v0.11.0)

---
updated-dependencies:
- dependency-name: litesvm
  dependency-version: 0.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/cargo/litesvm-0.11.0 branch from 64f6a41 to 39e3a25 Compare May 18, 2026 17:55
dev-jodee added a commit that referenced this pull request May 18, 2026
…r group)

Replaces dependabot PRs:
- #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey,
  solana-address, solana-account-info, solana-program-error,
  solana-system-interface)
- #49 litesvm 0.9.0 -> 0.11.0
- #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": [])

Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated
solana-nullable types pulled by transitive solana-* deps.

Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0
(#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API
migration across program/* and tests, solana-account 4.0 conflicts
with solana-client 3.x (only available at 4.0.0-rc).

codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56)
excluded: require kit-plugin client migration + codegen script
updates beyond a dep bump.
dev-jodee added a commit that referenced this pull request May 18, 2026
…r group)

Replaces dependabot PRs:
- #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey,
  solana-address, solana-account-info, solana-program-error,
  solana-system-interface)
- #49 litesvm 0.9.0 -> 0.11.0
- #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": [])

Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated
solana-nullable types pulled by transitive solana-* deps.

Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0
(#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API
migration across program/* and tests, solana-account 4.0 conflicts
with solana-client 3.x (only available at 4.0.0-rc).

codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56)
excluded: require kit-plugin client migration + codegen script
updates beyond a dep bump.
dev-jodee added a commit that referenced this pull request May 18, 2026
…r group) (#62)

Replaces dependabot PRs:
- #45 cargo-non-major group (borsh, solana-security-txt, solana-pubkey,
  solana-address, solana-account-info, solana-program-error,
  solana-system-interface)
- #49 litesvm 0.9.0 -> 0.11.0
- #53 codama 0.7.4 -> 0.9.2 (IDL regen adds "events": [])

Also bumps spl-token-2022 10.0.0 -> 11.0.0 to match updated
solana-nullable types pulled by transitive solana-* deps.

Pinocchio bumps (#46, #50, #52, #54, #55) and solana-account 4.0
(#48) excluded: pinocchio 0.10 -> 0.11 needs AccountView API
migration across program/* and tests, solana-account 4.0 conflicts
with solana-client 3.x (only available at 4.0.0-rc).

codama renderer JS/Rust majors (#60, #61) and npm-non-major (#56)
excluded: require kit-plugin client migration + codegen script
updates beyond a dep bump.

Co-authored-by: Jo D <dev-jodee@users.noreply.github.com>
@dev-jodee
Copy link
Copy Markdown
Collaborator

Superseded by #62 (combined cargo bump). @dependabot close

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 18, 2026

Looks like litesvm is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 18, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/litesvm-0.11.0 branch May 18, 2026 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant