-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce 'create connection' cmd #688
Conversation
Codecov Report
@@ Coverage Diff @@
## master #688 +/- ##
=========================================
+ Coverage 13.6% 43.5% +29.9%
=========================================
Files 69 152 +83
Lines 3752 9908 +6156
Branches 1374 0 -1374
=========================================
+ Hits 513 4318 +3805
- Misses 2618 5590 +2972
+ Partials 621 0 -621
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! A few comments and questions.
Co-authored-by: Romain Ruetschi <[email protected]>
* Partial implementation of 'create connection' cmd * More slick approach for exiting the program. * Picking up work on this * Split create connection into the two basic sub-cases * Refactored create_reusing_clients * Fixed handshake with delay period option. * Typos, finishd impl for create_reusing_clients * Aligned with ADR 006 * Changelog * Refactored cli_utils. Improved error output. * More decent doc for Unrecoverable * fmt fix * review based on Anca's suggestions * Removed delay option. * Update relayer-cli/src/conclude.rs Co-authored-by: Romain Ruetschi <[email protected]> * rm Unrecoverable, replaced with unreachable Co-authored-by: Romain Ruetschi <[email protected]>
Closes: #630
Description
Adds a new command:
Optional:
[--delay <delay>]
Optional:
[--delay <delay>]
[X] the(this was a bug in modues, fixed it in 8b00730)--delay
parameter is not supported (gaia v0.4.0 throws error at open try step). we should disable this option.start
command. Will align output with ADR006 and requirements from Agoric's dynamic IBC use case #628 in separate work.For contributor use:
docs/
) and code comments.Files changed
in the Github PR explorer.