You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new rrly -c config.toml query connections <chain-id> to allow the user to query all connections on a given chain. This should return a list of ConnectionId-s that can be used to query individual connections.
Problem Definition
Proposal
For Admin Use
Not duplicate issue
Appropriate labels applied
Appropriate milestone (priority) applied
Appropriate contributors tagged
Contributor assigned/self-assigned
The text was updated successfully, but these errors were encountered:
* Added query for #553 and upd changelog.
* Moved the 'raw' ConnectionIds file from ICS02 to ICS03
* Optimized imports à la intellij
* Cargo fmt
Co-authored-by: Anca Zamfir <[email protected]>
hu55a1n1
pushed a commit
to hu55a1n1/hermes
that referenced
this issue
Sep 13, 2022
* Added query for informalsystems#553 and upd changelog.
* Moved the 'raw' ConnectionIds file from ICS02 to ICS03
* Optimized imports à la intellij
* Cargo fmt
Co-authored-by: Anca Zamfir <[email protected]>
Crate
relayer, relayer-cli
Summary
Add new
rrly -c config.toml query connections <chain-id>
to allow the user to query all connections on a given chain. This should return a list ofConnectionId
-s that can be used to query individual connections.Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: