-
Notifications
You must be signed in to change notification settings - Fork 94
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
b4c0570
commit 12b30bb
Showing
5 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
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,21 @@ | ||
<!-- | ||
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 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 a fix to the proof verification logic for `PacketTimeout`s, 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