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: services/horizon/CHANGELOG.md
+7-3
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,18 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## Pending
7
7
8
-
### Added
8
+
### Fixed
9
+
10
+
- Horizon: not passing trusted hash to captive-core when configured to run catchup "on disk" ([4538](https://github.com/stellar/go/pull/4538))
11
+
12
+
## 2.32.0
9
13
10
14
- Reingest from pre-computed tx meta on remote cloud storage. ([4911](https://github.com/stellar/go/issues/4911)), ([5374](https://github.com/stellar/go/pull/5374))
11
15
- Configure horizon reingestion to obtain ledger tx meta in pre-computed files from a Google Cloud Storage(GCS) location.
12
16
- Using this option will no longer require a captive core binary be present and it no longer runs a captive core sub-process, instead obtaining the tx meta from the GCS backend.
13
17
- Horizon supports this new feature with two new parameters `ledgerbackend` and `datastore-config` on the `reingest` command. Refer to [Reingestion README](./internal/ingest/README.md#reingestion).
14
-
15
-
18
+
- Add metrics for reaping of history lookup tables ([5385](https://github.com/stellar/go/pull/5385)).
19
+
- Add `--reap-lookup-tables` (defaults to true) which will disable reaping of history lookup tables when set to false. ([5366](https://github.com/stellar/go/pull/5366)).
0 commit comments