-
Notifications
You must be signed in to change notification settings - Fork 329
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 #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 <[email protected]> Co-authored-by: Soares Chen <[email protected]> * Change unreceived to pending in the guide * Fix line numbers in link * Fix header in changelog Co-authored-by: Shoaib Ahmed <[email protected]> Co-authored-by: Soares Chen <[email protected]>
- Loading branch information
1 parent
f954a47
commit b80bcea
Showing
77 changed files
with
531 additions
and
295 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.