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
Panic when trying to ask for the connections between two chains
Version
Hermes v1.4.1+45b5c29
Steps to Reproduce
./hermes query connections --counterparty-chain cosmoshub-4 --chain bitcanna-1
2023-05-30T10:40:20.515009Z INFO ThreadId(01) using default configuration from '/home/raul/.hermes/config.toml'
2023-05-30T10:40:20.515134Z INFO ThreadId(01) running Hermes v1.4.1+45b5c29
thread 'main' panicked at 'removal index (is 36) should be < len (is 35)', crates/relayer-cli/src/commands/query/connections.rs:73:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Acceptance Criteria
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:
Then filter the connections to only include the ones who point to ibc-1:
❯ hermes query connections --chain ibc-0 --counterparty-chain ibc-1 50% at 14:24:36
thread 'main' panicked at 'removal index (is 5) should be < len (is 4)', crates/relayer-cli/src/commands/query/connections.rs:73:36
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Let's do the same for the connections pointing to ibc-2:
Summary of Bug
Panic when trying to ask for the connections between two chains
Version
Hermes v1.4.1+45b5c29
Steps to Reproduce
Acceptance Criteria
For Admin Use
The text was updated successfully, but these errors were encountered: