Clean up remaining Error
associated types that do not use DecodingError
#1349
Labels
A: blocked
Admin: blocked by another (internal/external) issue or PR
A: good-first-issue
Admin: good for newcomers
S: errors
Scope: related to error handlings
Feature Summary
Most of the
TryFrom
conversions that convert from raw types in ibc-rs have been converted such that they now returnDecodingError
. A few hold outs remain that need to be cleaned up, notably the conversions in theibc-query
crate, as well as conversions for theTimestamp
type inibc-primitives
. The latter is blocked on #1327 being completed first so that we don't introduce circular dependencies.Proposal
TryFrom
impls in theibc-query
crate to useDecodingError
TryFrom
impls for theTimestamp
type inibc-primitives
to useDecodingError
once Deprecate theibc-primitives
crate #1327 has been completedThe text was updated successfully, but these errors were encountered: