SPIKE: Protocol 28 (CAP-0084)#827
Draft
sisuresh wants to merge 1 commit into
Draft
Conversation
Re-pin CAP-0084 spike deps to the latest fork branch heads and fix the renamed XDR feature flag: - Rust stellar-xdr -> sisuresh/rs-stellar-xdr@7b46a60d (rs-stellar-xdr#549); feature cap_0084 -> cap_0084_muxed_contract (upstream rename). - -curr host/simulation -> sisuresh/rs-soroban-env@8cf4f5e1 (rs-soroban-env#1696); host-curr enables cap_0084_muxed_contract (next alone no longer pulls it in, else the SCAddress match is non-exhaustive). - Go go-stellar-sdk replace -> sisuresh/go@318bde14 (go-stellar-sdk#5960). integration-p28 core image still on the CAP-0083 vnext build; re-pin to the e32fa423-prefixed -vnext once the upstream stellar-core PR (stellar/stellar-core#5332) Jenkins build publishes it.
This was referenced Jun 27, 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.
SPIKE — Protocol 28 / CAP-0084 (muxed contract addresses) for stellar-rpc. Re-pins the unmerged upstream chain to current heads; draft while it lands.
Changes
stellar-xdr->sisuresh/rs-stellar-xdr@7b46a60d(rs-stellar-xdr#549); featurecap_0084->cap_0084_muxed_contract(upstream rename).-currhost/simulation ->sisuresh/rs-soroban-env@8cf4f5e1(rs-soroban-env#1696); host-curr enablescap_0084_muxed_contract—nextalone no longer pulls it in, else theSCAddressmatch is non-exhaustive.go-stellar-sdkreplace ->sisuresh/go@318bde14(go-stellar-sdk#5960);Cargo.lock+go.sumregenerated.SC_ADDRESS_TYPE_MUXED_CONTRACTarm round-trips with no production code change in rpc.Deferred
integration-p28core image stays on the CAP-0083 vnext build; re-pin to thee32fa423…-vnextonce Jenkins publishes it from SPIKE: Protocol 28 (CAP-0084): muxed contract address support stellar-core#5332 (no such build yet).Upstream
Downstream