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
Currently, in a chain that has a client, which uses the proxy, the self clientState needs to be unwrapped to the underlying client state with ValidateSelfClient.
This can be fixed as follows:
pass the actual self client state ConnOpen* handlers instead (also, we need to fix the relayer)
VerifyClientState of the proxy client wraps the given clientState with MultiV client
This and moving GetTimestampAtHeight function into ClientState will achieve that there is no patch for the core modules.
The text was updated successfully, but these errors were encountered:
Currently, in a chain that has a client, which uses the proxy, the self clientState needs to be unwrapped to the underlying client state with ValidateSelfClient.
This can be fixed as follows:
This and moving
GetTimestampAtHeight
function into ClientState will achieve that there is no patch for the core modules.The text was updated successfully, but these errors were encountered: