-
Notifications
You must be signed in to change notification settings - Fork 354
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
22 changed files
with
475 additions
and
292 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- Add syncing check for gRPC node ([#3814]) | ||
|
||
[#3814]: https://github.com/informalsystems/ibc-rs/issues/3814 |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/improvements/3814-status-use-client-latest-height.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 the consensus state at client latest height in status CLI ([#3814]) | ||
|
||
[#3814]: https://github.com/informalsystems/ibc-rs/issues/3814 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Link Checker | ||
id: lychee | ||
uses: lycheeverse/[email protected].1 | ||
uses: lycheeverse/[email protected].3 | ||
with: | ||
args: --verbose --no-progress --max-concurrency 16 './**/*.md' | ||
token: ${{ secrets.GITHUB_TOKEN }} |
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 |
---|---|---|
|
@@ -49,14 +49,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: cachix/install-nix-action@v25 | ||
with: | ||
extra_nix_config: | | ||
experimental-features = nix-command flakes | ||
- name: Use cachix cache | ||
uses: cachix/cachix-action@v14 | ||
with: | ||
name: cosmos | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org https://cosmosnix-store.s3.us-east-2.amazonaws.com | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cosmosnix.store-1:O28HneR1MPtgY3WYruWFuXCimRPwY7em5s0iynkQxdk= | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
with: | ||
|
@@ -103,14 +100,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: cachix/install-nix-action@v25 | ||
with: | ||
extra_nix_config: | | ||
experimental-features = nix-command flakes | ||
- name: Use cachix cache | ||
uses: cachix/cachix-action@v14 | ||
with: | ||
name: cosmos | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org https://cosmosnix-store.s3.us-east-2.amazonaws.com | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cosmosnix.store-1:O28HneR1MPtgY3WYruWFuXCimRPwY7em5s0iynkQxdk= | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
with: | ||
|
@@ -157,14 +151,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: cachix/install-nix-action@v25 | ||
with: | ||
extra_nix_config: | | ||
experimental-features = nix-command flakes | ||
- name: Use cachix cache | ||
uses: cachix/cachix-action@v14 | ||
with: | ||
name: cosmos | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org https://cosmosnix-store.s3.us-east-2.amazonaws.com | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cosmosnix.store-1:O28HneR1MPtgY3WYruWFuXCimRPwY7em5s0iynkQxdk= | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
with: | ||
|
@@ -212,14 +203,11 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Install Nix | ||
uses: cachix/install-nix-action@v25 | ||
with: | ||
extra_nix_config: | | ||
experimental-features = nix-command flakes | ||
- name: Use cachix cache | ||
uses: cachix/cachix-action@v14 | ||
with: | ||
name: cosmos | ||
uses: DeterminateSystems/nix-installer-action@main | ||
with: | ||
extra-conf: | | ||
substituters = https://cache.nixos.org https://cosmosnix-store.s3.us-east-2.amazonaws.com | ||
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cosmosnix.store-1:O28HneR1MPtgY3WYruWFuXCimRPwY7em5s0iynkQxdk= | ||
- name: Install sconfig | ||
uses: jaxxstorm/[email protected] | ||
with: | ||
|
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.