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

MockConsensusState.root() failed #75

Closed
5 tasks
yito88 opened this issue Jul 20, 2021 · 0 comments
Closed
5 tasks

MockConsensusState.root() failed #75

yito88 opened this issue Jul 20, 2021 · 0 comments

Comments

@yito88
Copy link
Contributor

yito88 commented Jul 20, 2021

Crate

IBC modules

Summary of Bug

ibc::mock::client_state::MockConsensusState' s root() function failed. It seems that it isn't implemented yet.

Version

0.6.0

Steps to Reproduce

let height = Height(1, 10);
let header = MockHeader::new(height);
let consensus_state = MockConsensusState(header).wrap_any();
let root = consensus_state.root();  // failed

Acceptance Criteria

We can get the roof from MockConsensusState


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate milestone (priority) applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant