You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Protocol 28 GA: core 28.0.0, SDK P28 pseudo-version
Both core pins (CAPTIVE_CORE_DEBIAN_PKG_VERSION, STELLAR_CORE_VERSION) move
to 28.0.0-3486.2332980a1.noble. go-stellar-sdk bumps to the P28 GA merge
commit pseudo-version; the load-test backend adapts to the SDK's new
multi-bundle LedgersFilePaths API (go-stellar-sdk#5959). CHANGELOG v28.0.0.
Train: stellar/go-stellar-sdk#5967
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* flip: SDK v0.7.0 (released)
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* CHANGELOG: match repo entry style
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* test: quickstart image pr799-future → v649-b1276.1-future
The pr799 image was a P24-era PR build whose experimental core can't host a
network the GA 28.0.0 captive core will join (fast-forward exits). The new
pin is the immutable twin of quickstart:future (digest-identical), bundling
core 27.1.0-68-gc1075639 — a direct ancestor of the 28.0.0 GA commit.
Follow-up: switch to the stable-track quickstart once core 28 is promoted
to apt stable and quickstart picks it up.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,12 @@
3
3
All notable changes to this project will be documented in this
4
4
file. This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
+
## [v28.0.0]
7
+
8
+
### Updates
9
+
- Bumped stellar-core version to v28.0.0 for Protocol 28 support ([#85](https://github.com/stellar/stellar-galexie/pull/85))
10
+
- Bumped `go-stellar-sdk` to v0.7.0 to pick up Protocol 28 (CAP-0083, CAP-0085) XDR, and adapted the load-test backend to the SDK's multi-bundle `LedgersFilePaths` API ([#85](https://github.com/stellar/stellar-galexie/pull/85))
0 commit comments