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
The idea is to undo (some of) the changes introduced in the following PRs, to keep the definitions in ibc-relayer-types as canonical as possible, without object safety concerns.
This means that we have to re-introduce the Any[Header,Client,etc.] enums in the relayer-types crate, but perhaps there is a better design to be found.
It's not actually done, but we may want to discuss which parts of this we actually want to revert. Not a priority right now though so let's push it to 1.3.
Follow-up to #2710.
The idea is to undo (some of) the changes introduced in the following PRs, to keep the definitions in
ibc-relayer-types
as canonical as possible, without object safety concerns.This means that we have to re-introduce the
Any[Header,Client,etc.]
enums in therelayer-types
crate, but perhaps there is a better design to be found.The text was updated successfully, but these errors were encountered: