forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v0.11.0 (informalsystems#1818)
* Bump all crates to v0.11.0 and `ibc-proto` to v0.15.0 * Build changelog * Properly deal with error in `ChainScanner::counterparty_connection_state` * Add info on completions to the guide * Enable filtering by default and remove `mode.packets.filter` config option (informalsystems#1819) * Enable filtering by default and remove `mode.packets.filter` config option * Add changelog entry * Remove `filter` option in various config files used on CI * Update comment in main config file * Update changelog for 1817 * Fix broken link in changelog Co-authored-by: Mikhail Zabaluev <mikhail@informal.systems>
- Loading branch information
1 parent
334774e
commit 735dfa2
Showing
53 changed files
with
250 additions
and
96 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.11.0/breaking-changes/1817-remove-filter-option.md
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,2 @@ | ||
- Remove `mode.packets.filter` config option and enable filtering by default | ||
([#1817](https://github.com/informalsystems/ibc-rs/issues/1817)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,36 @@ | ||
This release notably speeds up the startup time of Hermes, | ||
adds options to the `create client` command to customize the client parameters, | ||
makes the deposit denomination configurable in `tx raw upgrade-chain` via a new `--denom` flag, | ||
and adds a `completions` CLI command to generate shell auto-completion scripts. | ||
|
||
### Note for operators | ||
|
||
This release includes a breaking change, which requires the configuration file to be edited. | ||
The `mode.packets.filter` configuration option has been removed and is now enabled by default. | ||
|
||
Before running Hermes v0.11.0, make sure you remove the `mode.packets.filter` option from the configuration file. | ||
|
||
```diff | ||
--- a/config.toml | ||
+++ b/config.toml | ||
@@ -50,18 +50,6 @@ clear_interval = 100 | ||
# Whether or not to clear packets on start. [Default: false] | ||
clear_on_start = true | ||
|
||
-# Enable or disable the filtering mechanism. | ||
-# Valid options are 'true', 'false'. | ||
-# Currently Hermes supports two filters: | ||
-# 1. Packet filtering on a per-chain basis; see the chain-specific | ||
-# filter specification below in [chains.packet_filter]. | ||
-# 2. Filter for all activities based on client state trust threshold; this filter | ||
-# is parametrized with (numerator = 1, denominator = 3), so that clients with | ||
-# thresholds different than this will be ignored. | ||
-# If set to 'true', both of the above filters will be enabled. | ||
-# [Default: false] | ||
-filter = false | ||
- | ||
# Toggle the transaction confirmation mechanism. | ||
# The tx confirmation mechanism periodically queries the `/tx_search` RPC | ||
# endpoint to check that previously-submitted transactions | ||
``` | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Summary | ||
|
||
# Hermes (v0.10.0) | ||
# Hermes (v0.11.0) | ||
|
||
--- | ||
- [Introduction](./index.md) | ||
|
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
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
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
Oops, something went wrong.