Horizon v2.24.0
Shaptic
released this
08 Feb 21:19
·
580 commits
to master
since this release
2.24.0
Changes
-
Add support for the experimental BucketListDB to Horizon, the parameters have been added to the Captive Core configuration / TOML files (4733):
- BucketListDB is enabled by default when
--captive-core-use-db
is set and yourstellar-core
version >= 19.6 - If
--captive-core-use-db
set but yourstellar-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.
- BucketListDB is enabled by default when
Fixes
- Improve error when setting
BUCKET_DIR_PATH
and using Captive Core (4736).