Update xdr and sdk crates for v30 - #2751
Draft
leighmcculloch wants to merge 28 commits into
Draft
leighmcculloch wants to merge 28 commits into
leighmcculloch wants to merge 28 commits into
Conversation
leighmcculloch
added this pull request to stack #2752
September 23, 2026 10:49
leighmcculloch
force-pushed
the
update-xdr-and-sdk-crates
branch
2 times, most recently
from
September 24, 2026 06:49
5a14b55 to
d3fd6e0
Compare
leighmcculloch
force-pushed
the
update-xdr-and-sdk-crates
branch
from
September 24, 2026 08:07
d3fd6e0 to
8a1f5ec
Compare
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.
Note
Part of a stack of PRs listed here:
What
Point the soroban-sdk crates at the latest commit of stellar/rs-soroban-sdk#1970 and patch stellar-xdr to a rev of rs-stellar-xdr main, adapting the CLI to the widened user-defined type names that come with them.
Why
The crate update is split out of #2674 so it can be reviewed apart from the behaviour change that reduces fully qualified type names during
stellar contract build.Known limitations
Contracts built with this PR alone keep the SDK's fully qualified type names in their specs, until #2674 reduces them.