-
Notifications
You must be signed in to change notification settings - Fork 356
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
This patch release of Hermes now allows operators to set the clearing interval | ||
at a different value for each chain, using the new per-chain `clear_interval` setting. | ||
The global `clear_interval` setting is used as a default value if the per-chain | ||
setting is not defined. | ||
|
||
Additionnaly, operators can now set override the CometBFT compatibility mode to be used | ||
for a chain by using the new `compat_mode` per-chain setting. The main use case for this, | ||
is to override the automatically detected compatibility mode in case Hermes gets it wrong | ||
or encounters a non-standard version number and falls back on the wrong CometBFT version. | ||
|
||
On top of that, Hermes will now attempt to save on fees by not building a client update | ||
for a given height if the consensus state for that height is already present on chain. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters