User-facing Hermes CLIs to initiate channel & connection handshakes #1116
Labels
I: CLI
Internal: related to the relayer's CLI
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
ibc-relayer-cli
Problem Definition
With the introduction of the connection worker (#1019) and earlier the channel worker (#924) Hermes is able to complete the conn open handshakes while running passively. The only action a user needs to take is to initiate each handshake(s). Currently we only have
tx raw
CLIs to initiate handshakes, which are not designed to be user-facing.Proposal
Add a CLI
hermes tx open-init [channel/connection]
orhermes init [channel/connection]
or similarto allow the user to trigger the first step of the open handshake protocol. Thereafter,
hermes start
will run the rest of the handshake on its own.Acceptance Criteria
tx raw chan-open-init
andtx raw conn-init
.For Admin Use
The text was updated successfully, but these errors were encountered: