Skip to content

Commit

Permalink
nit: lint summary.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Aug 12, 2024
1 parent 05fa9d6 commit 061ae15
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions .changelog/v0.54.0/summary.md
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.

0 comments on commit 061ae15

Please sign in to comment.