From 3b706e4d18d9ecfb47eaf0784ff43e7a1fbb8907 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Mon, 19 Aug 2024 12:41:45 -0700 Subject: [PATCH] #4538: updated changelog notes --- services/horizon/CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/services/horizon/CHANGELOG.md b/services/horizon/CHANGELOG.md index cd5d8af57b..5d1990ed17 100644 --- a/services/horizon/CHANGELOG.md +++ b/services/horizon/CHANGELOG.md @@ -5,14 +5,18 @@ file. This project adheres to [Semantic Versioning](http://semver.org/). ## Pending -### Added +### Fixed + +- Horizon: not passing trusted hash to captive-core when configured to run catchup "on disk" ([4538](https://github.com/stellar/go/pull/4538)) + +## 2.32.0 - 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)) - Configure horizon reingestion to obtain ledger tx meta in pre-computed files from a Google Cloud Storage(GCS) location. - 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. - 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). - - +- Add metrics for reaping of history lookup tables ([5385](https://github.com/stellar/go/pull/5385)). +- 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)). ## 2.31.0