-
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.
* Add 0.53 summary to changelog.md * Revert "Add 0.53 summary to changelog.md" This reverts commit 9618fa0. * Add 0.53 summary to changelog.md * Bump ibc crate versions * Run taplo format * Rebuild cw-check Cargo.lock file * use basecoin-store release * add missing changelog * nit on summary.md * add the other bug * update changelog * fix english article * update no-std-check cargo lockfile * update dep graph png * update release md * fix indent --------- Co-authored-by: Ranadeep Biswas <[email protected]>
- Loading branch information
1 parent
2367cb9
commit 97165b1
Showing
14 changed files
with
343 additions
and
325 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/v0.53.0/bug-fixes/1198-reject-packets-without-timeouts.md
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,2 @@ | ||
- [ibc-core] Reject IBC packets without height and timestamp timeout. | ||
([\#1198](https://github.com/cosmos/ibc-rs/issues/1198)) |
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,3 @@ | ||
- [ibc-testkit] Major refactor of the `ibc-testkit` via | ||
[ADR-09](https://github.com/cosmos/ibc-rs/blob/main/docs/architecture/adr-009-revamp-testkit.md). | ||
([\#1109](https://github.com/cosmos/ibc-rs/issues/1109)) |
3 changes: 3 additions & 0 deletions
3
.changelog/v0.53.0/improvements/1203-rm-error-type-restriction.md
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,3 @@ | ||
- [ibc-core] Replace fixed `ClientError` associated type restriction with an | ||
`Into<ClientError>` trait bound. | ||
([\#1203](https://github.com/cosmos/ibc-rs/issues/1203)) |
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,22 @@ | ||
This release overhauls the `ibc-testkit` crate such that it is now able to: | ||
|
||
- simulate more realistic IBC workflows by utilizing real IBC and relayer | ||
interfaces (as opposed to mocked versions) | ||
- validate code paths that were not easily testable beforehand, such as Merkle | ||
proof generation | ||
- compose tests in a much more succinct and readable fashion | ||
|
||
Note that the drastic changes made to `ibc-testkit`'s structs and types are | ||
breaking changes. | ||
|
||
For more information and background context on the changes to `ibc-testkit` and | ||
the rationale behind the overhaul, please refer to [ADR 009][adr-009]. | ||
|
||
This release also includes two fixes. One is to reject packets without height | ||
and timestamp timeout. The other is to correct the proof verification logic for | ||
a `PacketTimeout` due to a closed channel, which was verifying an incorrect | ||
field. It also bumps the minimum-supported version of `ibc-proto` to 0.44, and | ||
the version of `tendermint` to 0.36. Note that the minimum-supported Rust | ||
version was reverted back to 1.71.1. | ||
|
||
[adr-009]: https://github.com/cosmos/ibc-rs/blob/main/docs/architecture/adr-009-revamp-testkit.md |
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
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
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.