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

Add logic to unfreeze frozen / expired clients #1111

Closed
Tracked by #738
seanchen1991 opened this issue Feb 29, 2024 · 0 comments · Fixed by #1127
Closed
Tracked by #738

Add logic to unfreeze frozen / expired clients #1111

seanchen1991 opened this issue Feb 29, 2024 · 0 comments · Fixed by #1127
Assignees
Milestone

Comments

@seanchen1991
Copy link
Contributor

seanchen1991 commented Feb 29, 2024

Problem Statement

As part of implementing ADR-026 in ibc-rs, a frozen/expired client is recovered by updating it to match a substitute client.

Once the substitute client has been validated by ClientStateValidation::check_substitute, the subject client is updated such that its state matches the latest state of the substitute client.

Proposal

Implement the ability for a subject client to be updated to match the latest state of a substitute client, either in the ClientStateExecution::update_state function, or in a new function that is added to the ClientStateExecution trait.

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

Successfully merging a pull request may close this issue.

2 participants