Skip to content
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

Connection create CLI #630

Closed
5 tasks done
adizere opened this issue Feb 9, 2021 · 1 comment · Fixed by #688
Closed
5 tasks done

Connection create CLI #630

adizere opened this issue Feb 9, 2021 · 1 comment · Fixed by #688
Assignees
Labels
I: CLI Internal: related to the relayer's CLI I: logic Internal: related to the relaying logic O: usability Objective: cause to improve the user experience (UX) and ease using the product
Milestone

Comments

@adizere
Copy link
Member

adizere commented Feb 9, 2021

Crate

ibc-relayer and ibc-relayer-cli

Summary

Sub-issue of #628.

Establish a new IBC connection (not channel) between two chains. Either have a script, or builtin functionality to keep retrying the process until it succeeds.

  • create connection <chain-a-id> <chain-b-id>
    • Optional: [--delay <delay>]
  • create connection <chain-a-id> --client-a <client-a-id> --client-b <client-b-id>
    • Optional: [--delay <delay>]

Historical info

Originally, we wanted this CLI to resemble the channel handshake command, as follows:

hermes connection handshake ibc-0 ibc-1 client-ibc-0 client-ibc-1

In the meantime, however, we made a more formal list of use-cases we want to support in v0.2.0 which was captured in ADR 006, and fleshed out a concrete decision for the connection handshake CLI, consistent with other CLIs.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@adizere adizere added I: CLI Internal: related to the relayer's CLI I: logic Internal: related to the relaying logic labels Feb 9, 2021
@adizere adizere added this to the v0.1.1 milestone Feb 9, 2021
@adizere adizere self-assigned this Feb 9, 2021
@ancazamfir
Copy link
Collaborator

Could we discuss/ review #637 before starting on this issue?

@adizere adizere added the O: usability Objective: cause to improve the user experience (UX) and ease using the product label Feb 12, 2021
@adizere adizere modified the milestones: v0.1.1, 03.2021 Feb 18, 2021
@adizere adizere changed the title Connection handshake CLI Connection create CLI Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: CLI Internal: related to the relayer's CLI I: logic Internal: related to the relaying logic O: usability Objective: cause to improve the user experience (UX) and ease using the product
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants