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
Looks like From<Infallible> for ClientError is removed. This is needed as we treat ClientState for ClientExecutionContext and ClientStateType different, and they are convertible between themselves via TryFrom or TryInto.
We can either bring back the From<Infallible> implementation or force conversion via From or Into without any failure.
This blocks the v0.55.0 release for ibc-client-cw. Probably we need to fix this and release v0.55.1 at ibc-rs side.
Bug Summary
Looks like
From<Infallible>
forClientError
is removed. This is needed as we treatClientState
forClientExecutionContext
andClientStateType
different, and they are convertible between themselves viaTryFrom
orTryInto
.We can either bring back the
From<Infallible>
implementation or force conversion viaFrom
orInto
without any failure.This blocks the
v0.55.0
release foribc-client-cw
. Probably we need to fix this and releasev0.55.1
atibc-rs
side.Details
The removed implementation in
v0.55.0
.ibc-rs/ibc-core/ics02-client/types/src/error.rs
Lines 120 to 124 in 68268ec
Version
v0.55.0
The text was updated successfully, but these errors were encountered: