Add filtering to query channels
to show channels between a pairs of chains
#1132
Labels
I: CLI
Internal: related to the relayer's CLI
O: new-feature
Objective: cause to add a new feature or support
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
relayer-cli
Summary
Current
hermes query channels <chain-id>
shows all channels on the specified chains.It would be very useful to show all channels between two chains.
Problem Definition
Needed for operations (Dex, osmosis, etc).
Proposal
Extend
query channels
to take an optional destination chain. In addition add the--verbose
option to show client and connection ids on the counterparty chain. In this case the output should use, for each channel, the same format as in #1062query channels <chain-id> [--destination-chain <chain-id>] [--verbose]
e.g.:
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: