From 061ae15fa7e763f5268fc7b9d96737dc616bd286 Mon Sep 17 00:00:00 2001 From: Farhad Shabani Date: Mon, 12 Aug 2024 10:10:49 -0700 Subject: [PATCH] nit: lint summary.md --- .changelog/v0.54.0/summary.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/.changelog/v0.54.0/summary.md b/.changelog/v0.54.0/summary.md index b6c94311c..0d1d0b46d 100644 --- a/.changelog/v0.54.0/summary.md +++ b/.changelog/v0.54.0/summary.md @@ -1,21 +1,23 @@ - - -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.