v2.2: sdk: Bump all SDK crates for relaxed dependencies (backport of #4969)#4972
Merged
v2.2: sdk: Bump all SDK crates for relaxed dependencies (backport of #4969)#4972
Conversation
Author
|
The Firedancer team maintains a line-for-line reimplementation of the |
|
This will need a rebase on #4946 once it lands |
Lichtso
reviewed
Feb 13, 2025
| solana-loader-v3-interface = "=2.2.0" | ||
| solana-loader-v4-interface = "=2.2.0" | ||
| solana-loader-v2-interface = "=2.2.1" | ||
| solana-loader-v3-interface = "=3.0.0" |
t-nelson
reviewed
Feb 13, 2025
* sdk: Bump all SDK crates for relaxed dependencies #### Problem The SDK relaxed its internal dependencies in anza-xyz/solana-sdk#27, but the monorepo is still using the pinned versions. #### Summary of changes Update all SDK crates to their next version. For almost all of them, that's v2.2.1 Otherwise, the address-lookup-table-interface crates goes to v2.2.2, and the loader-v3-interface goes to v3.0.0 due to a breaking change. To keep this PR small, the logic changes required for v3.0.0 are not implemented, and must be done in follow-up work, which essentially means reapplying the changes from #4661. * Return errors instead of panicking (cherry picked from commit a1ed2b1)
631036b to
60a6ab4
Compare
Lichtso
approved these changes
Feb 14, 2025
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.
Problem
The SDK relaxed its internal dependencies in
anza-xyz/solana-sdk#27, but the monorepo is still using the pinned versions.
Summary of changes
Update all SDK crates to their next version. For almost all of them, that's v2.2.1
Otherwise, the address-lookup-table-interface crates goes to v2.2.2, and the loader-v3-interface goes to v3.0.0 due to a breaking change.
To keep this PR small, the logic changes required for v3.0.0 are not implemented, and must be done in follow-up work, which essentially means reapplying the changes from #4661.
This is an automatic backport of pull request #4969 done by Mergify.