test: litesvm 0.13.1 + sbpf v3 (validating removal of the sbpf pin)#92
Closed
mikemaccana wants to merge 0 commit into
Closed
test: litesvm 0.13.1 + sbpf v3 (validating removal of the sbpf pin)#92mikemaccana wants to merge 0 commit into
mikemaccana wants to merge 0 commit into
Conversation
f4a4d55 to
c1584ad
Compare
Collaborator
Author
|
Closed by bot. |
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.
Validates whether the
sbpfrevision pin (merged in #86) can be removed by upgrading to the latest litesvm.What this changes
litesvm0.11.0→0.13.1(Agave 4.0).[patch.crates-io]pointssolana-kiteatsolanakite/kite-rust@litesvm-0.13, which relaxessolana-instructionto>=3.2so it can coexist with litesvm 0.13.1's=3.2.0pin. The crates.io release (solana-kite 0.3.0) requiressolana-instruction ^3.3.0and is the sole blocker to the upgrade; it enters the root workspace viafinance/vault-strategy.checking-accounts/asmandcreate-account/asmnow inherit litesvm from the workspace, so all four asm crates build against 0.13.1.sbpf --revpin sosbpfHEAD emits SBPF v3 (0x03OS-ABI).What the CI result means
solana-kiterelease so the[patch]can be dropped.InvalidAccountData→ 0.13.1's default (mainnet-beta) feature set does not enable SBPF v3 execution; the pin stays (or the asm tests must enable the feature explicitly viaFeatureSet).This is an experiment on the temporary branch, not intended to merge as-is (it depends on an unpublished
solana-kitebranch via[patch]).