-
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.
* Update dependencies * Revert tendermint dependencies to v0.38 * Revert tendermint deps to v0.38 * Update dependencies * Format cargo.toml files * Update dependencies * Update dependencies * Format cargo.toml files * Update basecoin-store dependency version * Format cargo.toml files * Fix clippy warning * Update changelog for v0.54.0 release * Bump ibc-derive version * Bump ibc crate versions * Format cargo.toml file * Commit cosmwasm/Cargo.lock file * Remove cosmwasm release commands from Makefile * Update releases.md * Release cosmwasm workspace under main `make release` command * Update ci/cw-check/Cargo.lock * Fix typo in releases.md * nit: few minor lints * nit: lint summary.md * Add changelog entries for bumping dependencies --------- Co-authored-by: Farhad Shabani <[email protected]>
- Loading branch information
1 parent
442e9ab
commit 9296f50
Showing
34 changed files
with
486 additions
and
374 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.
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,24 @@ | ||
This release includes a number of breaking changes, including separating the | ||
packet timeout timestamp from the host `Timestamp` via defining a new bespoke | ||
`TimeoutTimestamp` type. The `cosmwasm` feature flag has been removed. CosmWasm | ||
implementations have also been migrated into their own separate workspace under | ||
the `cosmwasm` directory in an effort to simplify dependency management. | ||
|
||
Notable bug fixes include: | ||
|
||
- Correctly preventing expired client creation | ||
- Expiring clients when the elapsed time from a trusted header matches the | ||
trusting period | ||
- Allowing user-defined upgrade paths for client upgrades rather than just | ||
defaulting to `UPGRADED_IBC_STATE` | ||
- Preventing `Timestamp::nanoseconds` from panicking by disallowing negative | ||
values from `tendermint::Time` | ||
|
||
Lastly, this release adds some new features, including allowing proof | ||
verification methods to accept custom paths, thus allowing light client | ||
developers to introduce custom path serialization logic into their applications. | ||
CosmWasm response types have been refactored to match the `08-wasm` client API. | ||
|
||
This release bumps the MSRV of ibc-rs to 1.72.1. `prost` has been bumped to 0.13.1. | ||
`ibc-proto` has been bumped to 0.47.0. `tendermint` dependencies have been bumped | ||
to 0.38.0. The `cosmwasm` dependency has also been bumped to 2.1.0. |
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.