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
After the PR lands, CliChain trait includes things like type MessagePayload and fn encode_call/encode_message. The problem with this abstraction is that it's not generic enough (see #853), it only works cause currently we don't have a bridge which can send messages to two different target chains.
The goal is to fix this abstraction - most likely it's not CliChain responsibility at all I think this can be nicely generalised with the select_bridge macro and some structural code unification.
The text was updated successfully, but these errors were encountered:
Follow up of #849.
After the PR lands,
CliChain
trait includes things liketype MessagePayload
andfn encode_call/encode_message
. The problem with this abstraction is that it's not generic enough (see #853), it only works cause currently we don't have a bridge which can send messages to two different target chains.The goal is to fix this abstraction - most likely it's not
CliChain
responsibility at all I think this can be nicely generalised with theselect_bridge
macro and some structural code unification.The text was updated successfully, but these errors were encountered: