Skip to content

Commit

Permalink
Mark Horizon v2.24.0 as ready for release (#4761).
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Feb 8, 2023
1 parent 86e5227 commit 05059db
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions services/horizon/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,20 @@ file. This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased


## 2.24.0

### Changes

- Add support for BucketListDB params in captive core cfg/.toml file and enable BucketListDB by default when `--captive-core-use-db` set and `stellar-core` version >= 19.6. If `--captive-core-use-db` set but `stellar-core` version < 19.6, on-disk sqlite db used. This update will not automatically trigger a state rebuild. However, if EXPERIMENTAL_BUCKETLIST_DB is set to false in the captive-core toml, a state rebuild will be triggered ([4733](https://github.com/stellar/go/pull/4733)).
- Add support for the experimental _BucketListDB_ to Horizon, the parameters have been added to the Captive Core configuration / TOML files ([4733](https://github.com/stellar/go/pull/4733)):

* _BucketListDB_ is enabled by default when `--captive-core-use-db` is set and your `stellar-core` version >= 19.6
* If `--captive-core-use-db` set but your `stellar-core` version < 19.6, an on-disk SQLite database is used (as before).
* This update will not automatically trigger a state rebuild **unless** `EXPERIMENTAL_BUCKETLIST_DB` is set to false in the Captive Core TOML file.

### Fixes

* Update error when setting `BUCKET_DIR_PATH` and using Captive Core ([4736](https://github.com/stellar/go/pull/4736)).
* Improve error when setting `BUCKET_DIR_PATH` and using Captive Core ([4736](https://github.com/stellar/go/pull/4736)).

## 2.23.1

Expand Down

0 comments on commit 05059db

Please sign in to comment.