-
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.
Merge branch 'master' into luca_joss/update-juno-to-v25
- Loading branch information
Showing
59 changed files
with
1,872 additions
and
704 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/ibc-relayer/4204-fix-errors-logs.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 @@ | ||
- Fix error messages in logs to accurately display the RPC endpoint | ||
that failed. | ||
([\#4250](https://github.com/informalsystems/hermes/issues/4250)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/ibc-relayer/4237-improve-tls-configuration.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 @@ | ||
- Fix an issue where Hermes would fail to connect to gRPC servers | ||
with an IPv6 address. | ||
([\#4237](https://github.com/informalsystems/hermes/issues/4237)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/features/ibc-integration-test/4153-add-ipv6-test.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 @@ | ||
- Disable TLS configuration when using IPv6 for the gRPC endpoint. | ||
([\#4224](https://github.com/informalsystems/hermes/issues/4224)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/ibc-integration-test/4204-update-gaia-to-v20.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 Gaia running the integration tests in the CI from `v18.1.0` | ||
to `v20.0.0` ([\#4204](https://github.com/informalsystems/hermes/issues/4204)) |
2 changes: 2 additions & 0 deletions
2
...released/improvements/ibc-relayer/4153-update-misbehaviour-to-permissionless.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 @@ | ||
- Use CCV consumer ID to submit misbehaviour messages | ||
([\#4153](https://github.com/informalsystems/hermes/issues/4153)) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,20 +43,20 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
chain: | ||
- package: gaia18 | ||
- package: gaia20 | ||
command: gaiad | ||
account_prefix: cosmos | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= | ||
- name: Install Cachix | ||
uses: cachix/cachix-action@v15 | ||
with: | ||
with: | ||
name: cosmos-nix | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
|
@@ -102,13 +102,13 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= | ||
- name: Install Cachix | ||
uses: cachix/cachix-action@v15 | ||
with: | ||
with: | ||
name: cosmos-nix | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
|
@@ -154,13 +154,13 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= | ||
- name: Install Cachix | ||
uses: cachix/cachix-action@v15 | ||
with: | ||
with: | ||
name: cosmos-nix | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
|
@@ -193,7 +193,6 @@ jobs: | |
run: | | ||
nix shell .#${{ matrix.chain.package }} -c bash light_client_attack_freeze_test.sh | ||
ics-double-sign: | ||
runs-on: ubuntu-20.04 | ||
timeout-minutes: 20 | ||
|
@@ -207,13 +206,13 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= | ||
- name: Install Cachix | ||
uses: cachix/cachix-action@v15 | ||
with: | ||
with: | ||
name: cosmos-nix | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
|
@@ -245,4 +244,3 @@ jobs: | |
working-directory: ci/misbehaviour-ics | ||
run: | | ||
nix shell .#${{ matrix.chain.package }} -c bash double_sign_test.sh | ||
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.