You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update compatible SDK versions in the guide
* Better log
* Update to tendermint-rs `v0.23.0-internal` (#1483)
* Update to tendermint master and tonic fork
* Increase sleep in e2e test to avoid non-deterministic failure
* Use published forks
* Update tendermint-rs dependencies to version 0.23.0-internal
* Use `informalsystems-ics23` instead of `ics23`
* Pin `clap` to 3.0.0-beta.4
* Fix new Clippy warnings as of Rust 1.56
* Remove explicit features for `flex-error`
* Remove stale changelog entry
* Add back missing dates in changelog
* Update changelog
* Update release description
* Use permanent link
* Bump version to v0.8.0-pre.1
* Fix version in changelog
* Fix date in changelog
* Fix url in changelog
* Bump `ibc-proto` version to 0.12.0
* Bump `ibc-proto` version to 0.12.0-pre.1
Co-authored-by: Adi Seredinschi <[email protected]>
This minor release brings substantial performance improvements as well as
30
81
support for chains using Secp256k1 signatures in consensus votes.
@@ -52,6 +103,7 @@ It also bumps the compatibility to Cosmos SDK 0.44.
52
103
- Improve reliability of health check ([#1382](https://github.com/informalsystems/ibc-rs/issues/1376))
53
104
54
105
## v0.7.1
106
+
*September 14th, 2021*
55
107
56
108
This minor release of Hermes notably features support for Ethermint chains and transfer amounts expressed as a 256-bit unsigned integer.
57
109
This release also fixes a bug where the chain runtime within the relayer would crash when failing to decode a invalid header included in a `ClientUpdate` IBC event.
@@ -91,6 +143,7 @@ This release also fixes a bug where the chain runtime within the relayer would c
Copy file name to clipboardExpand all lines: guide/src/config.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ hermes [-c CONFIG_FILE] COMMAND
25
25
The configuration file must have one `global` section, and one `chains` section for each chain.
26
26
27
27
> **Note:** As of 0.6.0, the Hermes configuration file is self-documented.
28
-
> Please read the configuration file [`config.toml`](https://github.com/informalsystems/ibc-rs/blob/v0.7.3/config.toml)
28
+
> Please read the configuration file [`config.toml`](https://github.com/informalsystems/ibc-rs/blob/v0.8.0-pre.1/config.toml)
29
29
> itself for the most up-to-date documentation of parameters.
30
30
31
31
By default, Hermes will relay on all channels available between all the configured chains.
@@ -36,7 +36,7 @@ For example, if there are only two chains configured, then Hermes will only rela
36
36
i.e. the two chains will serve as a source for each other, and likewise as a destination for each other's relevant events.
37
37
Hermes will ignore all events that pertain to chains which are unknown (ie. not present in config.toml).
38
38
39
-
To restrict relaying on specific channels, or uni-directionally, you can use [packet filtering policies](https://github.com/informalsystems/ibc-rs/blob/v0.7.3/config.toml#L156-L173).
39
+
To restrict relaying on specific channels, or uni-directionally, you can use [packet filtering policies](https://github.com/informalsystems/ibc-rs/blob/v0.8.0-pre.1/config.toml#L156-L173).
0 commit comments