Protocol 28: bump go-stellar-sdk to v0.7.3 and go-stellar-xdr-json - #471
Merged
Conversation
Co-Authored-By: Claude Fable 5 <[email protected]>
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Co-Authored-By: Claude Fable 5 <[email protected]>
Co-Authored-By: Claude Fable 5 <[email protected]>
Co-Authored-By: Claude Fable 5 <[email protected]>
chowbao
approved these changes
Aug 18, 2026
Co-Authored-By: Claude Fable 5 <[email protected]>
…sdk#5983) Fixes silent drop of SEP-41 events with a Void-bound to_muxed_id from token_transfers_raw. Co-Authored-By: Claude Fable 5 <[email protected]>
Co-Authored-By: Claude Fable 5 <[email protected]>
There was a problem hiding this comment.
Pull request overview
Updates Stellar dependencies for Protocol 28 XDR support.
Changes:
- Upgrades
go-stellar-sdktov0.7.3. - Updates XDR JSON and transitive XDR dependencies.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
go.sum |
Refreshes dependency checksums. |
go.mod |
Updates Stellar dependency versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+16
to
+17
| github.com/stellar/go-stellar-sdk v0.7.3 | ||
| github.com/stellar/go-stellar-xdr-json v0.0.0-20260818190510-707287dd9837 |
Merged
taha-aziz
pushed a commit
that referenced
this pull request
Sep 8, 2026
) * Bump go-stellar-sdk to protocol-next for Protocol 28 Co-Authored-By: Claude Fable 5 <[email protected]> * Bump go-stellar-sdk to protocol-next tip with GA P28 XDR pin Co-Authored-By: Claude Fable 5 <[email protected]> * Bump go-stellar-xdr-json to P28 release branch commit Co-Authored-By: Claude Fable 5 <[email protected]> * Swap go-stellar-sdk pin to tagged release v0.7.2 Co-Authored-By: Claude Fable 5 <[email protected]> * Repin go-stellar-xdr-json to merged main commit Co-Authored-By: Claude Fable 5 <[email protected]> * Bump go-stellar-sdk for TTP void to_muxed_id fix (stellar/go-stellar-sdk#5983) Fixes silent drop of SEP-41 events with a Void-bound to_muxed_id from token_transfers_raw. Co-Authored-By: Claude Fable 5 <[email protected]> * Swap go-stellar-sdk pin to tagged release v0.7.3 Co-Authored-By: Claude Fable 5 <[email protected]> --------- Co-authored-by: Claude Fable 5 <[email protected]>
taha-aziz
pushed a commit
that referenced
this pull request
Sep 8, 2026
) * Bump go-stellar-sdk to protocol-next for Protocol 28 Co-Authored-By: Claude Fable 5 <[email protected]> * Bump go-stellar-sdk to protocol-next tip with GA P28 XDR pin Co-Authored-By: Claude Fable 5 <[email protected]> * Bump go-stellar-xdr-json to P28 release branch commit Co-Authored-By: Claude Fable 5 <[email protected]> * Swap go-stellar-sdk pin to tagged release v0.7.2 Co-Authored-By: Claude Fable 5 <[email protected]> * Repin go-stellar-xdr-json to merged main commit Co-Authored-By: Claude Fable 5 <[email protected]> * Bump go-stellar-sdk for TTP void to_muxed_id fix (stellar/go-stellar-sdk#5983) Fixes silent drop of SEP-41 events with a Void-bound to_muxed_id from token_transfers_raw. Co-Authored-By: Claude Fable 5 <[email protected]> * Swap go-stellar-sdk pin to tagged release v0.7.3 Co-Authored-By: Claude Fable 5 <[email protected]> --------- Co-authored-by: Claude Fable 5 <[email protected]>
29 tasks
6 tasks
6 tasks
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.
Part of the Protocol 28 epic (#470).
Bumps
go-stellar-sdkto the tagged v0.7.3 release (includes the CAP-0085 XDR regeneration and the go-stellar-sdk#5983 TTP fix for void-boundto_muxed_id) and pinsgo-stellar-xdr-jsonto its merged Protocol 28 main commit (707287dd98). Build and all unit tests pass. No transform changes are needed: nothing in stellar-etl switches onContractExecutableTypeor the newSCValarm, and SCVals are serialized generically through xdr-json.This exact head (0b619c2) is what testnet has been running since before the 8/27 testnet vote (via the stellar-etl-staging image): 89k+ Protocol 28 ledgers exported clean, zero ledger gaps, no event volume drop across the vote boundary.
Targets
release-v20260908to ride the normal weekly release process; the release merge to master will produce the clean prod image ahead of the 9/16 mainnet vote.No remaining work; ready to merge into the release branch.
Generated with Claude Code