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 Hermes v1.0.0 (informalsystems#2355)
* Update top-level modules doc comments in ibc-relayer-cli * Update lockfile * Improve `spawn_chain_runtime_*` functions doc comments * Rename `query unreceived-packets` to `query pending-sends` and `query unreceived-acks` to `query pending-acks` * Fix misfiled changelog entry and add `ibc-telemetry` component * Add changelog entry for informalsystems#2379 * Bump `ibc-proto` version to 0.19.0 * Bump crates to v0.16.0 * Bump Hermes to v1.0.0-rc.0 * Update lockfile * Release changelog * Add UPGRADING document * Update changelog * Manually restructure the CHANGELOG * Apply suggestions from review Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com> Co-authored-by: Soares Chen <soares.chen@maybevoid.com> * Change unreceived to pending in the guide * Fix line numbers in link * Fix header in changelog Co-authored-by: Shoaib Ahmed <sufialhussaini@gmail.com> Co-authored-by: Soares Chen <soares.chen@maybevoid.com>
- Loading branch information
1 parent
40a68a3
commit 4b8883a
Showing
74 changed files
with
527 additions
and
291 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
2 changes: 0 additions & 2 deletions
2
...eased/ibc-relayer-cli/2300-add-upgrade-height-flag-to-upgrade-client-command.md
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...ngelog/v1.0.0-rc.0/breaking-changes/ibc-relayer-cli/2379-pending-consistency.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,3 @@ | ||
- Rename `query packet unreceived-packets` to `query packet pending-sends` | ||
and `query packet unreceived-acks` to `query packet pending-acks` | ||
([#2379](https://github.com/informalsystems/ibc-rs/issues/2379)) |
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
...ments/ibc-relayer-cli/2300-add-upgrade-height-flag-to-upgrade-client-command.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,3 @@ | ||
- Added a required flag `--upgrade-height` that halts the reference chain at the | ||
specified height when performing a client upgrade | ||
([#2300](https://github.com/informalsystems/ibc-rs/issues/2300)) |
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,7 @@ | ||
This is the release candidate 0 for Hermes v1.0.0 🎉 | ||
|
||
### Note for operators | ||
|
||
> ⚠️ This release contains multiple breaking changes to the Hermes command-line interface and configuration. | ||
> ⚠️ Please consult the [UPGRADING document for instructions](UPGRADING.md) to update to Hermes v1.0.0-rc.0. | ||
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.