Bump P28 core package and image to 28.0.0-3494.a9b861321 - #927
Merged
Conversation
Both integration legs move to the newer GA core build. The build carries no protocol or Rust-host changes over 3486 (`src/rust/src/dep-trees/p27-expect.txt` and `p28-expect.txt` are byte-identical between the two revisions), so the dependency-sanity cross-check is unaffected. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Updates CI to use Stellar Core GA build 28.0.0-3494.a9b861321.
Changes:
- Updates Debian package and Docker image pins for P27 and P28 integration tests.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
31 tasks
marwen-abid
approved these changes
Aug 13, 2026
urvisavla
approved these changes
Aug 13, 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.
Propagates the new stellar-core GA build
28.0.0-3494.a9b861321into CI. Bothintegration legs (P27 and P28) move to it, per the release-train convention that
every leg runs the new binaries.
28.0.0-3494.a9b861321.jammy— published in aptjammy unstable+testingstellar/unsafe-stellar-core:28.0.0-3494.a9b861321.jammy— published2026-08-06 (the
stellar/stellar-coreGA docker repo still has no 28.0.0 tags;the unsafe→GA swap remains the release-time step)
The new build is 11 commits ahead of
3486.2332980a1and touches onlybucket/ledger/overlay code — no
src/protocol-curr/xdrand nosrc/rust/sorobanchange.
src/rust/src/dep-trees/p27-expect.txtandp28-expect.txtarebyte-identical between the two revisions, so
scripts/check-dependencies.bashsees the same rs-stellar-xdr expectations (verified locally: output unchanged).
Part of the Protocol 28 GA release train (stellar/go-stellar-sdk#5967).