forked from cosmos/ibc-go
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR #34: IBC Connection commands
* Update to latest ibc-alpha * Fix build * Validate header locally * Fetch next validator set * Fix minor typo * Query latest height from client state * Debuggin 🐛 🔍 👢 * Update to latest SDK * Merge PR #37: Play with the verifier * Use light client API directly * Remove all direct store access * Add some comments and fix two-chainz * Update to latest SDK * Merge PR #38: verifier: update to the latest Tendermint light client * refactor UpdateLiteDBsToLatestHeaders * refactor GetLatestHeaders * use channel * close channel via defer * update verifier to the latest lite version ValidateBasic was removed because lite does this. Co-authored-by: Jack Zampolin <[email protected]> Co-authored-by: Jack Zampolin <[email protected]> Co-authored-by: Anton Kaliaev <[email protected]> * Update sdk version * Update twochains to run create and update client * Add ability to print transaction before sending * Call ValidateBasic() on header * Merge PR #44: Fix hanging errors * Back to current versions of the SDK and TM, working clients, WIP connections * New error * Update two chains to take us to error * Results from debugging with Chris and Aditya * Working connection-step and expanded ci-chains test * --pruning=nothing on ci-chains.sh * Update upstream version * Merge PR #45: Working Connection handshake Co-authored-by: Christopher Goes <[email protected]> Co-authored-by: Anton Kaliaev <[email protected]>
- Loading branch information
1 parent
8e79ed1
commit 053298f
Showing
14 changed files
with
753 additions
and
303 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
Oops, something went wrong.