Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romac committed Jul 18, 2023
1 parent 98c8910 commit d01ae54
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ in the per-chain configuration.

Check the `event_source` setting in the example [`config.toml`](config.toml) file in the Hermes repository for more details.

Additionally, it is now possible to skip the scanning phase during Hermes startup,
by disabling clients, connections and channels workers, and setting `clear_on_start` to `false`.
This significantly improve startup time when relaying on chains with hundreds or thousands of open channels, connections and clients.
See the [Performance tuning][perf-tuning] page of the guide for more information.

### Note for operators

> ⚠️ Be aware that this release contains breaking changes to the Hermes configuration.
Expand Down

0 comments on commit d01ae54

Please sign in to comment.