-
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.
imp(testkit): integration test for packet timeout (#1215)
* use basecoin rev * rm RevertibleStore and GrowingStore use * add packet timeout integration test this verifies non-membership proofs * reorder imports * add timeout_packet_on_channel_close_on_a in utils * add timeout_packet_on_channel_close_on_a in context * test for packet timeout on channel close * use correct event type * validate packet events * rm dbg * add send_packet_via_dummy_transfer_module_on_a method * use the new method * add changelog entry * update doc links * fix link in doc-strings * fix for serde feature * basecoin main branch * fix unused imports * cargo format * fix link in doc-strings * fix method names and comments
- Loading branch information
Showing
11 changed files
with
374 additions
and
98 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/1217-fix-packet-timeout-on-closed-channel.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] Fix proof verification for `PacketTimeout` on a closed channel. | ||
([\#1217](https://github.com/cosmos/ibc-rs/issues/1217)) |
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
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.