forked from informalsystems/hermes
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
518 additions
and
459 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/v1.10.3/bug-fixes/ibc-chain-registry/4160-explicit-rootls-config.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,2 @@ | ||
- Add explicit root TLS configuration to gRPC clients | ||
([\#4160](https://github.com/informalsystems/hermes/issues/4160)) |
3 changes: 3 additions & 0 deletions
3
...elog/v1.10.3/bug-fixes/ibc-relayer-cli/3951-exclude-sequences-with-clear-cli.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 @@ | ||
- Correctly filter out sequences from the `excluded_sequences` configuration | ||
when clearing packets with the `clear packet` CLI. | ||
([\#4158](https://github.com/informalsystems/hermes/issues/4158)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v1.10.3/bug-fixes/ibc-relayer/4160-explicit-rootls-config.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,2 @@ | ||
- Add explicit root TLS configuration to gRPC clients | ||
([\#4160](https://github.com/informalsystems/hermes/issues/4160)) |
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v1.10.3/improvements/ibc-integration-test/4168-update-neutron-v4-2-2.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,2 @@ | ||
- Update the version of Neutron running the integration tests in the CI from `v4.1.0` | ||
to `v4.2.2` ([\#4168](https://github.com/informalsystems/hermes/issues/4168)) |
2 changes: 2 additions & 0 deletions
2
...gelog/v1.10.3/improvements/ibc-integration-test/4169-update-wasmd-to-v0-53-0.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,2 @@ | ||
- Update the version of `wasmd` running the integration tests in the CI from `v0.52.0` | ||
to `v0.53.0` ([\#4169](https://github.com/informalsystems/hermes/issues/4169)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v1.10.3/improvements/ibc-integration-test/4171-update-juno-v24.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,2 @@ | ||
- Update the version of Juno running the integration tests in the CI from `v23.0.0` | ||
to `v24.0.0` ([\#4171](https://github.com/informalsystems/hermes/issues/4171)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v1.10.3/improvements/ibc-relayer/4102-abci-query-during-health-check.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 @@ | ||
- Use `abci_query` instead of gRPC queries when retrieving staking params | ||
and service config during health-check, and when retrieving version information. | ||
([\#4102](https://github.com/informalsystems/hermes/issues/4102)) |
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,5 @@ | ||
*September 2nd, 2024* | ||
|
||
This release fixes an issue where Hermes could not connect to gRPC servers over TLS. Additionally, this release also fixes a bug in the `clear packet` CLI where the `excluded_sequences` configuration option was not always taken into account. | ||
|
||
Furthermore, Hermes now uses `abci_query` instead of gRPC for some queries, for instance for querying staking parameters and service configuration during health checks, and when retrieving version information. |
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.