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
seanchen1991
changed the title
Implement ability to validate client substitute when recovering a client
(feat) Implement ability to validate client substitute when recovering a client
Feb 29, 2024
seanchen1991
changed the title
(feat) Implement ability to validate client substitute when recovering a client
Implement ability to validate client substitute when recovering a client
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.
Before the actual client recovery process can proceed, the substitute client must be validated to ensure that it:
Proposal
A new method
check_substitute
is added to theClientStateValidation
trait.The text was updated successfully, but these errors were encountered: