-
Notifications
You must be signed in to change notification settings - Fork 569
feat(sealevel): migrate to Solana SDK v3.x and Agave CLI v3.0.14 #7999
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
303bed2
feat(sealevel): migrate to Solana SDK v3.x and Agave CLI v3.0.14
tkporter a116105
feat(sealevel): migrate rust/main to Solana SDK v3.x APIs
tkporter 045bcbf
fix(sealevel): use bundled BPF programs for SPL in tests
tkporter fc69ccb
fix(sealevel): update e2e tests to use Agave CLI v3.0.14
tkporter 8d90e47
fix(sealevel): update UpgradeableLoaderState deserialization for Sola…
tkporter 570eb59
fix(sealevel): prevent stack overflow during CPI calls
tkporter 1b67661
ci: add libudev-dev for Solana SDK v3.x hidapi dependency
tkporter 546abb1
fix(sealevel): fix doc comment formatting for clippy
tkporter 0f4c960
fix(sealevel): fix clippy warnings for CI
tkporter 53d4627
Merge branch 'main' into trevor/solana-update-deps
tkporter 6462e9d
fix(sealevel): avoid stack copy for Box<Outbox> and add Borsh roundtr…
tkporter 869192e
refactor(sealevel): use SDK set_upgrade_authority instead of local de…
tkporter 49ef18e
refactor(sealevel): extract SPL_NOOP_PROGRAM_ID shared constant
tkporter a4e9b78
fix(sealevel): remove unused spl_noop import in client
tkporter a33505c
fix(sealevel): use validated 64-byte keypair reconstruction
tkporter e9abbea
test(core): add deep-fill Borsh roundtrip test for IncrementalMerkle
tkporter ce0956b
docs(core): clarify BorshDeserialize comment on stack frame behavior
tkporter bf8a5fb
chore(sealevel): remove stale CommitmentConfig::single() comment
tkporter 6a7ed84
refactor(sealevel): use pubkey! macro for SPL_NOOP_PROGRAM_ID
tkporter c5fb8fe
fix(sealevel): restore IGP account comment block delimiters
tkporter f4e3f13
fix(sealevel): use validated 64-byte keypair clone in test-utils
tkporter 3a55dd4
refactor(sealevel): replace clone_keypair with Keypair::insecure_clone
tkporter 71a7107
chore(sealevel): fix stale getrandom docs URL in Cargo.toml files
tkporter d792b6e
fix(cosmos): use workspace protobuf v2.28 instead of local v3 override
tkporter 079f0ce
fix(sealevel): use processed commitment for tx reads, restore comment
tkporter 485a5e1
fix(sealevel): use confirmed commitment for tx reads
tkporter 4b9dfe1
fix(sealevel): support pre-Agave versions in set_solana_cli_version
tkporter 2083049
fix(sealevel): mark system program readonly in enroll_remote_router t…
tkporter 3cd882d
chore(sealevel): bump rust-toolchain to 1.86.0 to match Agave v3.0.x
tkporter 1a5bf86
fix(sealevel): fix doc comment overindentation in token processor
tkporter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.