Skip to content

query client consensus command fails  #286

Closed
@ancazamfir

Description

Summary of Bug

query client consensus command fails

Version

master

Steps to Reproduce

issue the command against the network setup by go relayer:

$ cargo run --bin relayer -- -c simple_config.toml query client consensus ibc0 ibconeclient 23
    Finished dev [unoptimized + debuginfo] target(s) in 0.19s
     Running `target/debug/relayer -c simple_config.toml query client consensus ibc0 ibconeclient 23`
     Options QueryClientConsensusOptions { client_id: ClientId("ibconeclient"), consensus_height: 23, height: 0, proof: true }
client consensus state query error:  Error(Context { kind: Query, source: Some(Error(Context { kind: EmptyResponseValue, source: None, backtrace: Some(   0: backtrace::backtrace::libunwind::trace
...

For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned

Metadata

Assignees

Labels

I: CLIInternal: related to the relayer's CLI

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions