Skip to content

Commit be82d12

Browse files
Release v0.57.0 (#1398)
* chore: prepare changelog * chore: bump versions * fix: release check * fix broken links * rm leading newline * nit: few typos * deps: update time * bump markdown-link-checker action --------- Co-authored-by: Ranadeep Biswas <[email protected]>
1 parent 230e7a5 commit be82d12

21 files changed

+146
-96
lines changed

.changelog/unreleased/features/1390-derive-arbitrary.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

.changelog/unreleased/features/1392-optional-ack.md

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- `[ibc-core-host-types]` Introduce `ClientType::build_client_id` which avoids unnecessary validaiton.
1+
- `[ibc-core-host-types]` Introduce `ClientType::build_client_id` which avoids unnecessary validation.
22
([#1014](https://github.com/cosmos/ibc-rs/issues/1014))
3-
- `[ibc-core-host-types]` Optimise `ClientId::new` to avoid unnecessary validaiton and temporary
3+
- `[ibc-core-host-types]` Optimise `ClientId::new` to avoid unnecessary validation and temporary
44
string allocation. ([#1014](https://github.com/cosmos/ibc-rs/issues/1014))
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
- `[ibc-app-transfer]` Add `memo` field to `escrow-coins-*()` and
2-
`burn-coins-*()` methods, allowing implementors to pass in arbitrary data
2+
`burn-coins-*()` methods, allowing implementers to pass in arbitrary data
33
necessary for their use case.
44
([\#839](https://github.com/cosmos/ibc-rs/issues/837))
5-
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- [ibc-apps] Replace the `TryFrom<Signer>` bound on `AccountId` with new
22
context methods, with the aim of contextually parsing `Signer` instances.
3-
([\#1393](https://github.com/cosmos/ibc-rs/pull/1393))
3+
([\#1393](https://github.com/cosmos/ibc-rs/pull/1393))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [ibc] Added arbitrary trait implementation behind "arbitrary" feature flag.
2+
([\#1390](https://github.com/cosmos/ibc-rs/pull/1390))
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
- [ibc-core] Support asynchronous packet acknowledgements.
2+
([\#1392](https://github.com/cosmos/ibc-rs/pull/1392))

.changelog/v0.57.0/summary.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
This release introduces improvements to better support the **Packet Forward
2+
Middleware**, including asynchronous packet acknowledgments and enhanced
3+
contextual parsing of sender and receiver instances in ICS-20. The update
4+
removes the reliance on `TryFrom<Signer>` for parsing, improving flexibility in
5+
transaction handling.
6+
7+
Additionally, the "arbitrary" feature flag now enables the implementation of the
8+
`Arbitrary` trait, enhancing testing capabilities. Furthermore, `Serde` support
9+
has been added for `Height` without `revision_number`, facilitating better
10+
interoperability with CosmWasm light clients operating on the `08-wasm` module
11+
of `ibc-go`.
12+
13+
There are no consensus-breaking changes in this release.

0 commit comments

Comments
 (0)