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
During scanning, when we encounter an unsupported type of client (for example, a localhost client), the relayer outputs the following error, which while benign because the client will just be skipped, should be improved to not give the impression that the relayer is malfunctioning.
2023-08-14T08:23:23.191084Z INFO scan.chain{chain=ibcconsumer}: ibc_relayer::supervisor::scan: scanning all clients...
2023-08-14T08:23:23.193751Z WARN scan.chain{chain=ibcconsumer}: ibc_relayer::chain::cosmos: failed to parse client state IdentifiedClientState { client_id: 09-localhost, client_state: Any { type_url: /ibc.lightclients.localhost.v2.ClientState } }. Error: unknown client state type: /ibc.lightclients.localhost.v2.ClientState
Location:
/home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flex-error-0.4.4/src/tracer_impl/eyre.rs:10:9
Proposal
Improve the error message above to something like:
encountered unsupported client type `/ibc.lightclients.localhost.v2.ClientState` while scanning client `09-localhost`, skipping the client
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:
Summary
Problem definition
During scanning, when we encounter an unsupported type of client (for example, a localhost client), the relayer outputs the following error, which while benign because the client will just be skipped, should be improved to not give the impression that the relayer is malfunctioning.
Proposal
Improve the error message above to something like:
For Admin Use
The text was updated successfully, but these errors were encountered: