-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into rano/fix/parsing-prefixed-denom
- Loading branch information
Showing
43 changed files
with
1,112 additions
and
1,338 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,2 @@ | ||
- [ibc] Update minimum supported Rust version to 1.72. | ||
([\#1193](https://github.com/cosmos/ibc-rs/issues/1193)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/1179-fix-packet-attribute-name.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 @@ | ||
- [ibc-core-channel-types] Make receive packet event type identifier consistent | ||
with `ibc-go`. ([\#1180](https://github.com/cosmos/ibc-rs/issues/1180)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1108-fallible-conversion-of-ics23-types.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 @@ | ||
- [ibc-core-commitment-types] Fallible conversion for `ProofSpec`, `LeafOp` and | ||
`InnerSpec`. ([\#1108](https://github.com/cosmos/ibc-rs/issues/1108)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/1171-update-ibc-proto-and-tendermint-deps.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 `ibc-proto` to v0.43.0 and `tendermint` dependencies to v0.35.0. | ||
([\#1171](https://github.com/cosmos/ibc-rs/issues/1171)) |
2 changes: 0 additions & 2 deletions
2
.github/workflows/code-quality.yml → .github/workflows/code-quality.yaml
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
name: Code Quality Checks | ||
on: | ||
pull_request: | ||
merge_group: | ||
types: [checks_requested] | ||
|
||
jobs: | ||
code-quality: | ||
|
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
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.