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-dbis set and yourstellar-coreversion >= 19.6 - If
--captive-core-use-dbset but yourstellar-coreversion < 19.6, an on-disk SQLite database is used (as before). - This update will not automatically trigger a state rebuild unless
EXPERIMENTAL_BUCKETLIST_DBis set to false in the Captive Core TOML file.
- BucketListDB is enabled by default when
Fixes
- Improve error when setting
BUCKET_DIR_PATHand using Captive Core (4736).