feat(lazer/stellar-example): bump to soroban-sdk 26 + pyth-lazer-stellar-sdk 0.3 + wasm32v1-none#128
Merged
Merged
Conversation
…lar-sdk 0.3 + wasm32v1-none Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
aditya520
approved these changes
Jun 30, 2026
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.
Tracks the Stellar example consumer at
lazer/stellar/to the republished SDK, mirroring the canonical bump pattern from [[p-fssmjczh]]. Resolves [[i-zwfldyou]].Changes
Cargo.toml:pyth-lazer-stellar-sdk0.2→0.3;soroban-sdk22.0.5→26.1.0. Theallocfeature still exists in soroban-sdk 26 (the upstream SDK crate keepsfeatures = ["alloc"]), so it is retained.Cargo.lock: regenerated viacargo update -p pyth-lazer-stellar-sdk -p soroban-sdk.pyth-lazer-stellar-sdk v0.3.0now resolves fromregistry+crates.iowith checksumfebb846686d4e4124d59e32517a3165cc34a5d04ac48557d86a706f56f0b1049.rust-toolchain.toml(new): pinschannel = "1.91.1"withtargets = ["wasm32v1-none"], mirroringpyth-lazer/contracts/stellar/rust-toolchain.toml.README.md: build targetwasm32-unknown-unknown→wasm32v1-none(prereq, build cmd, artifact path, deploy--wasmpath); notes minimum Rust 1.84. Testnet verifier idCD2KMDOR274ZVPVVSDIBWNBLGAXJOHKJBQGNWYQHF3O6H767UOYJJYJZunchanged..github/workflows/ci-lazer-stellar.yml): build target switched towasm32v1-nonein setup-rust-toolchain, clippy, and build steps.API stability
Confirmed the breaking-change inventory holds: the example uses
PythLazerClient::new,verify_update,Feed.{price, exponent, feed_update_timestamp}, and instance storage — all stable across the bump. Nosrc/changes were needed; the crate compiles unchanged.Verification
All checks run locally from
lazer/stellar/with the 1.91.1 toolchain, mirroring CI:taplo fmt --checkonCargo.toml— clean.cargo fmt --all -- --check— clean.cargo clippy --release --target wasm32v1-none --locked -- --deny warnings— clean.cargo build --release --target wasm32v1-none --locked— producestarget/wasm32v1-none/release/pyth_lazer_stellar_example.wasm(27901 bytes).git merge-tree origin/main HEAD— no conflicts.