-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LUM-834] Better handling of queries timeouts, merkle tree verificati…
…on and cosmetic fixes (#54) * Better handling of queries timeouts * code format * Logic improvement * Use the block height as submission height * Added v1.6.1 upgrade handler * Code cleaning * Added v1.6.2 * Use the revision height from connection itself as submission height * Removed unused upgrade handlers * temporarily remove tests related to icq queries * Delete the query in case of failed proof verification * fix import ordering issue * Code cleaning * Update app.go * Update msg_server_query_response.go * Downgrade used IBC version * Patch the upgrade handler * Update app.go * Prepare v1.6.1 release * Leftover * Fixed nil result reference * Update abci.go * Only check for historical * Update proposal_register_pool.go * Chicken egg issue again --------- Co-authored-by: RLM <rcd.remy@gmail.com>
- Loading branch information
1 parent
d0ea389
commit 0f96fc6
Showing
19 changed files
with
588 additions
and
306 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
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.