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
While testing ICS27 packets I noticed that hermes query channels.. returns the list of channel IDs but without the ports,
while the hermes query channel end... CLI that we use to get the details of a given channel requires both the channel and port IDs.
Crate
relayer-cli
Summary of Bug
While testing ICS27 packets I noticed that
hermes query channels..
returns the list of channel IDs but without the ports,while the
hermes query channel end...
CLI that we use to get the details of a given channel requires both the channel and port IDs.Version
Steps to Reproduce
Acceptance Criteria
hermes query channels..
should return both channel and port. While current SDK impl generates unique channel IDs, the channel ID can be unique per port.This can also be seen in
pub struct IdentifiedChannel
, see the last two fields that identify the channel (compared withpub struct Channel
above in the same file) https://github.com/informalsystems/ibc-rs/blob/75d4dd81262cab979b1bf286b0b462297825ab65/proto/src/prost/ibc.core.channel.v1.rs#L43-L48For Admin Use
The text was updated successfully, but these errors were encountered: