-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump crates to v0.14.0 and `ibc-proto` to v0.17.1 * Update usage of `create|update client` in the guide * Release changelog * Add doc for `query packet pending` * Update changelog
- Loading branch information
Showing
43 changed files
with
250 additions
and
96 deletions.
There are no files selected for viewing
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
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.
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,17 @@ | ||
This release notably features a new [`query packet pending`][pending] command to | ||
list outstanding packet commitments that are either unreceived or pending | ||
acknowledgement at both ends of a channel. | ||
|
||
The `ibc` crate now also come with a complete [ICS 026][ics-26] implementation. | ||
|
||
### Note for operators | ||
|
||
There is a new `query packet pending` command, see above for more information. | ||
|
||
The `create channel` command now requires an existing client and connection, | ||
unless the `--new-client-connection` flag is provided. | ||
Please [refer to the guide][create-channel] for more information. | ||
|
||
[ics-26]: https://github.com/cosmos/ibc/blob/master/spec/core/ics-026-routing-module/README.md | ||
[pending]: https://hermes.informal.systems/commands/queries/packet.html#pending-packets | ||
[create-channel]: http://hermes.informal.systems/commands/path-setup/channels.html#establish-channel |
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.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Summary | ||
|
||
# Hermes (v0.13.0) | ||
# Hermes (v0.14.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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
Hermes accepts global options which affect all commands. | ||
|
||
```shell | ||
hermes 0.13.0 | ||
hermes 0.14.0 | ||
Informal Systems <[email protected]> | ||
Implementation of `hermes`, an IBC Relayer developed in Rust. | ||
|
||
|
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.