-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #663: Properly handle timeouts and packet sequence numbers o…
…n `ORDERED` channels * bump gaia version to v7.0.0 * add function for returning an order from a string * add tests for `OrderFromString()` and `StringFromOrder()` * add case for timing out packets on ordered channels * WIP: test interchain accounts support * only attempt to relay packets when there are open channels * increase wait time for packets to be relayed in timeout test * use block time instead of consensus state time when checking timestamp timeout * correctly set the timestamp timeout in `SendTransferMsg()` * remove msg for relaying a single packet * handle packet sequences correctly for `ORDERED` channels * refactor how we handle packet sequence numbers on `ORDERED` channels * remove code for finishing the channel handshake on `ORDERED` channels for now. * condense make command for running gaia integration tests * invert if statement to improve readability * remove redundant comment * replace switch statements with successive if statements
- Loading branch information
Showing
9 changed files
with
242 additions
and
242 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
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.