Skip to content

Commit b80bcea

Browse files
romachu55a1n1soareschen
authored
Release Hermes v1.0.0 (#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 #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]>
1 parent f954a47 commit b80bcea

File tree

77 files changed

+531
-295
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+531
-295
lines changed

.changelog/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,6 @@ entry_indent = 2
7575
ibc-proto = { name = "IBC Proto", path = "proto" }
7676
ibc-relayer = { name = "Relayer Library", path = "relayer" }
7777
ibc-relayer-cli = { name = "Relayer CLI", path = "relayer-cli" }
78+
ibc-telemetry = { name = "Telemetry & Metrics", path = "telemetry" }
7879
ibc-integration-test = { name = "Integration Test Framework", path = "tools/test-framework" }
7980
guide = { name = "Guide", path = "guide" }

.changelog/unreleased/ibc-relayer-cli/2300-add-upgrade-height-flag-to-upgrade-client-command.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- Rename `query packet unreceived-packets` to `query packet pending-sends`
2+
and `query packet unreceived-acks` to `query packet pending-acks`
3+
([#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.

0 commit comments

Comments
 (0)