-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add ibc v6 migration to upgrade handler * fix v1.6.1 upgrade handler test * dont error on nil response, it is valid if node has been pruned. log the error and try again. query will be re-raised if balance remains non-zero * fix: do not throw error on race condition (#1694) * fix: dont fail acknowledgement on delgation record race condition. fixes #1693 * ensure that src delegation is icq updated in all cases * update dependencies * more dependencie bumps * pfm can return nil; transfer_middleware should fall through if this is the case; fixes #1695 * add no-op handler for v1.6.2 * revert docker dependency change, which caused interchaintests to fail
- Loading branch information
Joe Bowman
authored
Jul 12, 2024
1 parent
8ce9762
commit de7a37c
Showing
13 changed files
with
103 additions
and
109 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.