-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add 0.52 release summary * Update changelog file and summary.md * Bump ibc-derive version * Update ibc-derive deps version * Update Cargo.lock * Update ibc crate versions * Ensure changelog file's format isn't changed * Run unclog release * Update cw-check Cargo.lock * update no-std-check cargo lockfile * Incorporate PR feedback * update summary.md --------- Co-authored-by: Ranadeep Biswas <[email protected]>
- Loading branch information
1 parent
e5c626f
commit 67d0735
Showing
21 changed files
with
215 additions
and
166 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,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. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.