forked from cosmos/relayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle closing of channels (cosmos#863)
* WIP: handle closing ordered channels * treat ordered timeouts as different packet flows ending with channel close confirm * cleanup * remove dead code and cleanup `orderFromString` * purge relevant packet flow messages in the case of a channel closing for ordered channels * remove incorrect code * properly purge the relevant send packet and timeout messages * update comments + delete the relevant messages for the src and counterparty * fix deleting messages on wrong channel end * improve readability Co-authored-by: Andrew Gouin <[email protected]>
- Loading branch information
Showing
4 changed files
with
170 additions
and
48 deletions.
There are no files selected for viewing
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