Skip to content

fix(stellar): bump soroban-sdk workspace dependency to 22.0.11 - #144

Merged
truthixify merged 2 commits into
wraith-protocol:developfrom
jerryjuche:fix/soroban-sdk-22x-upgrade
Jul 26, 2026
Merged

fix(stellar): bump soroban-sdk workspace dependency to 22.0.11#144
truthixify merged 2 commits into
wraith-protocol:developfrom
jerryjuche:fix/soroban-sdk-22x-upgrade

Conversation

@jerryjuche

Copy link
Copy Markdown
Contributor

Close #107

PR Title

fix(stellar): upgrade soroban-sdk to latest compatible 22.x and validate reproducible build

Summary

This PR updates the Stellar Soroban SDK dependency to the latest compatible 22.x release and validates the Stellar reproducible build flow under the pinned Rust toolchain.

What changed

  • Bumped Cargo.toml to the latest compatible soroban-sdk version in the workspace
  • Kept all Stellar crate manifests using the workspace dependency
  • Verified build compatibility with rustup run 1.88.0 cargo build --release --target wasm32-unknown-unknown
  • Verified Stellar test coverage with rustup run 1.88.0 cargo test --workspace

Validation

  • cargo build --release --target wasm32-unknown-unknown passes
  • cargo test --workspace passes
  • Verified the branch is pushed to origin/fix/soroban-sdk-22x-upgrade

Notes

  • No contract source changes were required
  • This addresses the reproducible-build failure caused by soroban-sdk 22.0.0 on Rust 1.88
  • The change is scoped to the Stellar SDK dependency upgrade and validation

Files changed

  • Cargo.toml

@drips-wave

drips-wave Bot commented Jul 25, 2026

Copy link
Copy Markdown

@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! 🚀

Learn more about application limits

@truthixify
truthixify merged commit 0fdff8f into wraith-protocol:develop Jul 26, 2026
6 checks passed
@truthixify

Copy link
Copy Markdown
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

soroban-sdk 22.x upgrade + reproducible-build re-audit

3 participants