Skip to content

Horizon v2.7.0

Compare
Choose a tag to compare
@tamirms tamirms released this 02 Aug 18:05
4228fac

Upgrading to this version from <= v2.1.1 will trigger a state rebuild. During this process (which will take at least 10 minutes), Horizon will not ingest new ledgers.

In the upcoming 2.9.0 Horizon release, the --ingest flag will be set to true by default. Please update your deployment scripts before this.

  • If --captive-core-config-path is not set, the config file is generated based on network passhprase. (3783)
  • Fix bug in horizon reap system (used by horizon db reap command and when horizon is configured with --history-retention-count) which could lead to partial deletions. (3754)
  • Log debug messages from captive core at the appropriate log level. (3746)
  • Add a feature flag --captive-core-reuse-storage-path/CAPTIVE_CORE_REUSE_STORAGE_PATH that will reuse Captive Core's storage path for bucket files when applicable for better performance. (3750)