-
Notifications
You must be signed in to change notification settings - Fork 352
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into sean/channel-upgradability
- Loading branch information
Showing
12 changed files
with
280 additions
and
44 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/bug-fixes/ibc-relayer-cli/3697-fix-evidence-report.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,4 @@ | ||
- Fix a bug in the `evidence` command which would sometimes | ||
prevent the detected misbehaviour evidence from being submitted, | ||
instead erroring out with a validator set hash mismatch. | ||
([\#3697](https://github.com/informalsystems/hermes/pull/3697)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/ibc-relayer/3703-avoid-returning-stopped-worker.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 @@ | ||
- Avoid retrieving a worker which is being removed by the idle worker clean-up | ||
process. | ||
process ([\#3703](https://github.com/informalsystems/hermes/issues/3703)) |
4 changes: 4 additions & 0 deletions
4
.changelog/unreleased/bug-fixes/ibc-telemetry/3723-fix-backlog-metrics.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,4 @@ | ||
- Update the values of `backlog` metrics when clearing packets. | ||
Change the `backlog_oldest_timestamp` to `backlog_latest_update_timestamp` | ||
which shows the last time the `backlog` metrics have been updated. | ||
([\#3723](https://github.com/informalsystems/hermes/issues/3723)) |
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
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.