Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirms committed Apr 27, 2023
1 parent 3274d0f commit 3866f19
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,19 @@ All notable changes to this project will be documented in this
file. This project adheres to [Semantic Versioning](http://semver.org/).


## Unreleased
## 2.25.0

### Changes

- Running Horizon with remote captive core is now deprecated ([4826](https://github.com/stellar/go/pull/4826)).
- Add two new configuration variables to control the behavior of state verification ([4821](https://github.com/stellar/go/pull/4821)):
- `--ingest-state-verification-frequency` which specifies the frequency in checkpoints for how often state verification is run
- `--ingest-state-verification-timeout` which specifies a timeout on how long state verification can run

### Fixes

* Fix crash in horizon ingestion when running horizon with a remote captive core ([4824](https://github.com/stellar/go/pull/4824)).


## 2.24.1

Expand Down

0 comments on commit 3866f19

Please sign in to comment.