Protocol 28 GA: pin stellar-xdr 9c9c1459, clear XDR_FEATURES - #5968
Merged
Conversation
XDR_COMMIT moves to 9c9c145953e80990d6ff1ae3a6a973a0ce6d0694, the commit stellar-core 28.0.0 (28.0.0-3486.2332980a1) pins as src/protocol-curr/xdr. CAP-0083 and CAP-0085 are ungated upstream at this commit, so XDR_FEATURES drops to empty; the new CAP_0084_MUXED_CONTRACT gate stays disabled (not in P28). Regenerated diff is cosmetic only (preprocessor comma artifacts gone, file hashes, commit stamp). CHANGELOG gains the v0.7.0 section. Train: #5967 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
The root changelog was unmaintained after 0.3.0; entries reconstructed and categorized from the GitHub release notes for v0.4.0 (P26), v0.5.0, and v0.6.0 (P27). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Added a second commit backfilling the CHANGELOG for 0.4.0 / 0.5.0 / 0.6.0 — the root changelog had been unmaintained since 0.3.0. Entries reconstructed from the GitHub release notes and categorized to match the existing 0.3.0 section style. |
karthikiyer56
approved these changes
Jul 31, 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.
Part of the Protocol 28 GA release train (#5967).
What
Makefile:XDR_COMMIT→9c9c145953e80990d6ff1ae3a6a973a0ce6d0694— the exact commit stellar-core 28.0.0 (28.0.0-3486.2332980a1) pins assrc/protocol-curr/xdr(verified via the GitHub API). Thev28.0stellar-xdr tag isn't published yet; the pin will be re-verified against the tag before the SDK release.XDR_FEATURES→ empty: CAP-0083 and CAP-0085 are ungated upstream at this commit, so no preprocessor flags are needed. The newCAP_0084_MUXED_CONTRACTgate stays disabled (CAP-0084 is not in P28).xdr/+ commit stamp. The generated diff is cosmetic only — preprocessor comma artifacts from the old gated enums are gone, plus file hashes and mirrored doc comments.gxdr/and the views file are byte-identical.CHANGELOG.md: new[0.7.0]section.Verification
go build ./...clean;go test ./xdr/...passes.go test ./ingest/...: one flake observed (TestBSBProducerFnCallbackError, mock call-count timing) — passes 5/5 in isolation both with and without this change, and is untouched by it.🤖 Generated with Claude Code