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
I explored the idea of the refactor. But it seems that, it makes encode_vec and encode_length methods infallible - which in turn makes hash, sign_bytes and similar methods in domain types infallible.
#1456 makes the conversion between tendermint-rs's auto-compiled Google's
Duration
andcore::time::Duration
fallible in both direction.But, the
Protobuf
trait requiresT: From<Self>
tendermint-rs/proto/src/lib.rs
Line 105 in 2f94e7f
To include the changes for
Duration
type, this should be refactored to:cosmos/ibc-rs#1376 describes a breakage because of this.
The text was updated successfully, but these errors were encountered: