-
Notifications
You must be signed in to change notification settings - Fork 96
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 feat/refactor-testkit
Signed-off-by: Rano | Ranadeep <[email protected]>
- Loading branch information
Showing
64 changed files
with
1,762 additions
and
1,811 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
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)) |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
.changelog/v0.52.0/bug-fixes/1177-fix-prefixed-denom-parsing.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,5 @@ | ||
- [ibc-app-transfer] Bring `PrefixedDenom` parsing up to parity with `ibc-go`. | ||
([\#1177](https://github.com/cosmos/ibc-rs/issues/1177)) | ||
- [ibc-app-nft-transfer] Reuse `TracePrefix` and `TracePath` from | ||
`ibc-app-transfer-types` when parsing `PrefixedClassId`. | ||
([\#1178](https://github.com/cosmos/ibc-rs/pull/1178)) |
2 changes: 2 additions & 0 deletions
2
.changelog/v0.52.0/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)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.52.0/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)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 2 additions & 0 deletions
2
.changelog/v0.52.0/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)) |
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,18 @@ | ||
This release adds some exciting changes, improvements, and new features to ibc-rs. | ||
First and foremost, support for the IBC protocol's [client recovery][client-recovery] | ||
mechanism has been implemented, which provides a route for frozen and expired IBC clients | ||
to be re-instated following a successful governance vote. In addition, a new crate, | ||
`ibc-client-cw`, facilitates CosmWasm contract creation for light clients built using | ||
`ibc-rs`. Lastly, the ics07 tendermint light client has also been packaged and included | ||
as a CosmWasm contract. | ||
|
||
This release also includes a myriad of other bug-fixes and improvements, | ||
such as enhancing the portability of ibc-rs's Validation and Execution Context traits, | ||
as well as fixing an incompatibility with how ibc-rs parses `PrefixDenom`s compared | ||
to ibc-go, among many others. | ||
|
||
The minimum-supported Rust version has been updated to `1.72`. `ibc-proto` has been | ||
bumped to `0.43`. `tendermint` has been bumped to `0.35`. `ibc-derive` has been | ||
bumped to `0.7`. | ||
|
||
There are no consensus-breaking changes as part of this release. |
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.