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
Rather than manually implementing ConsensusState for AnyConsensusState
(which is just boilerplate dispatch code) use a derive to do that for
us. Unfortunately, we cannot do the same with ClientState because of
<cosmos/ibc-rs#910>.
Summary
From @yito88
The
ClientState
derivation isn't working well with contexts generic over types/lifetimes.Details
The following case, for instance, does not work:
As well, this has been experienced in the context of Sovereign SDK integration (see here)
Version
v0.44.1
The text was updated successfully, but these errors were encountered: