Skip to content

Commit

Permalink
#4538: updated changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed Aug 19, 2024
1 parent 1a50ed7 commit 3b706e4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b706e4

Please sign in to comment.