-
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.
refactor update message construction (#431)
* refactor connection handshake update messages * refactor channel update msg handling * fix chain id for timeout * fix build * refactor state based relaying (fixes update client bug on retries) (#435) * bump sdk version to v0.41.3 (#430) * bump sdk version * bump SDK to v0.41.3 * inital work for refactoring state based relaying * Modify relayPacketFromSequence * update tendermint client to not prune light blocks (#437) * Address comments and fix lint issues * Fix lint issues * Remove onRtyErr (lint issue) * typo fix (#438) * disable tm pruning (#441) * update release naming (#442) * Implement swagger docs and fix path validation (#434) * Add swagger setup * Add some routes docs and swagger ui * Add few more route docs * Add swagger docs for remaining routes * Fix golint issues * Fix unused lint issues * check chain-id in AddChain * add a light client database lock (#447) Add a lock to prevent multiple processes from attempting to access the light client database at the same time. This typically resulted in unnecessary errors or even panics * Close database connection even if second error triggers (#449) Co-authored-by: Mark <[email protected]> * address comments Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Afanti <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: Mark | Microtick <[email protected]> Co-authored-by: Mark <[email protected]> Co-authored-by: akhilkumarpilli <[email protected]> Co-authored-by: Afanti <[email protected]> Co-authored-by: Akhil Kumar P <[email protected]> Co-authored-by: Mark | Microtick <[email protected]> Co-authored-by: Mark <[email protected]>
- Loading branch information
1 parent
b10766c
commit 30b7ce5
Showing
6 changed files
with
401 additions
and
286 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
Oops, something went wrong.