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

Get frozen_height of any client #65

Closed
5 tasks done
yito88 opened this issue Nov 29, 2021 · 0 comments
Closed
5 tasks done

Get frozen_height of any client #65

yito88 opened this issue Nov 29, 2021 · 0 comments
Assignees

Comments

@yito88
Copy link
Contributor

yito88 commented Nov 29, 2021

Crate

modules

Summary

I'd like to add frozen_height() function to ics02_client::client_state::ClientState so that we can check if the client at the given height is frozen

Problem Definition

MockClientState doesn't have frozen_height for now. If it has, we can add frozen_height() to ClientState trait and easily check the height when validations.

Proposal

  • Add frozen_height() function to ics02_client::client_state::ClientState
  • Add frozen_height to MockClientState

Acceptance Criteria

frozen_height() function can be used for any client


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

2 participants