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: verify-range core 28.0.0, SDK P28 pseudo-version, release workflow fix
- verify-range STELLAR_CORE_VERSION → 28.0.0-3486.2332980a1.noble (the
integration legs' pins were already flipped on protocol-next)
- go-stellar-sdk → v0.6.1-0.20260803175255-2b16db0ecd45 (P28 GA merge);
loadtest call sites migrated to the multi-bundle LedgersFilePaths API
(go-stellar-sdk#5959)
- horizon-release.yml: strip 'v' (not 'horizon-v') from the tag so VERSION
and the deprecation grep are correct — latent since the tag rename (#144)
- CHANGELOG: Unreleased → 28.0.0
Train: stellar/go-stellar-sdk#5967
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* flip: SDK v0.7.0 (released), P28 CI image via unsafe-stellar-core
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* ci: run the P27 leg on the updated core build
Testing the previous protocol against the previous core is redundant — the
prev leg exists to verify the NEW core binary still serves protocol 27.
Both legs now run 28.0.0-3486.2332980a1 (via unsafe-stellar-core until the
GA-repo image publishes).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
* ci: run the P27 leg on the new rpc image too
Same reasoning as the core bump: the N-1 leg verifies the updated binaries
serve the previous protocol (the real upgrade-window configuration). The
new rpc supports P27 via its -prev host. Both legs' rpc pins get replaced
by the compatible post-flip image once stellar/stellar-rpc#913 merges.
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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
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
-
## Unreleased
6
+
## 28.0.0
7
+
8
+
**This release adds support for Protocol 28.**
7
9
8
10
### Added
9
11
- Added Protocol 28 (CAP-0085) ingestion support: decode of the new `ContractExecutable` external-reference variant and the `SCV_EXECUTABLE_TAG``SCVal` arm, delivered via the regenerated `go-stellar-sdk` XDR ([go-stellar-sdk#5965](https://github.com/stellar/go-stellar-sdk/pull/5965)) ([#207](https://github.com/stellar/stellar-horizon/pull/207)). `MaxSupportedProtocolVersion` is already 28, so no bump is required.
0 commit comments