Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

query client consensus command fails #286

Closed
4 tasks done
ancazamfir opened this issue Oct 6, 2020 · 0 comments · Fixed by #287
Closed
4 tasks done

query client consensus command fails #286

ancazamfir opened this issue Oct 6, 2020 · 0 comments · Fixed by #287
Assignees
Labels
I: CLI Internal: related to the relayer's CLI
Milestone

Comments

@ancazamfir
Copy link
Collaborator

ancazamfir commented Oct 6, 2020

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
@ancazamfir ancazamfir added the I: CLI Internal: related to the relayer's CLI label Oct 6, 2020
@ancazamfir ancazamfir added this to the v0.0.5 milestone Oct 6, 2020
@ancazamfir ancazamfir self-assigned this Oct 6, 2020
@adizere adizere modified the milestones: v0.0.5, v0.0.4 Oct 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: CLI Internal: related to the relayer's CLI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants