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
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
The text was updated successfully, but these errors were encountered:
Crate
modules
Summary
I'd like to add
frozen_height()
function toics02_client::client_state::ClientState
so that we can check if the client at the given height is frozenProblem Definition
MockClientState
doesn't havefrozen_height
for now. If it has, we can addfrozen_height()
toClientState
trait and easily check the height when validations.Proposal
frozen_height()
function toics02_client::client_state::ClientState
frozen_height
toMockClientState
Acceptance Criteria
frozen_height()
function can be used for any clientFor Admin Use
The text was updated successfully, but these errors were encountered: