fix(stellar): bump soroban-sdk workspace dependency to 22.0.11 - #144
Merged
truthixify merged 2 commits intoJul 26, 2026
Merged
Conversation
|
@jerryjuche Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
Contributor
|
Huge one, merged. This is the fix that unblocks the WASM build I had marked continue-on-error. Thanks for chasing it down. |
pharwasz
pushed a commit
to pharwasz/contracts
that referenced
this pull request
Jul 27, 2026
…h-protocol#144) Co-authored-by: boshadowwolf-ai <boshadowwolf@gmail.com>
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.
Close #107
PR Title
fix(stellar): upgrade soroban-sdk to latest compatible 22.x and validate reproducible buildSummary
This PR updates the Stellar Soroban SDK dependency to the latest compatible
22.xrelease and validates the Stellar reproducible build flow under the pinned Rust toolchain.What changed
soroban-sdkversion in the workspacerustup run 1.88.0 cargo build --release --target wasm32-unknown-unknownrustup run 1.88.0 cargo test --workspaceValidation
cargo build --release --target wasm32-unknown-unknownpassescargo test --workspacepassesorigin/fix/soroban-sdk-22x-upgradeNotes
soroban-sdk 22.0.0on Rust1.88Files changed