-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
05fa9d6
commit 061ae15
Showing
1 changed file
with
18 additions
and
16 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 |
---|---|---|
@@ -1,21 +1,23 @@ | ||
<!-- | ||
Add a summary for the release here. | ||
If you don't change this message, or if this file is empty, the release | ||
will not be created. --> | ||
|
||
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. | ||
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` | ||
- 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. | ||
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. The `cosmwasm` dependency has also been bumped to 2.1.0. | ||
This release bumps the MSRV of ibc-rs to 1.72.1. The `cosmwasm` dependency has | ||
also been bumped to 2.1.0. |