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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,13 @@
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.**
9
+
10
+
### Added
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.
12
+
-`TestCoreLCMIngestion` now covers CAP-0085 via a captured `LedgerCloseMeta` fixture (`create_and_invoke_external_ref_contract`) from stellar-core's CAP-85 host tests ([stellar-core#5358](https://github.com/stellar/stellar-core/pull/5358)).
0 commit comments