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
It is recommended not to use FromBridgedChainMessageDispatch of runtime-common, instead, each runtime implements it by itself.
This default implementation passes a lot of generics and is less readable.
According to #103, the default implementation of Darwinia is not used here, but it is easy to misunderstand that the settlement fee is done on the target chain.
Each runtime implements its own primitives that are more convenient to obtain external runtimes, e.g. derive_ethereum_account for Ethereum origin.
The text was updated successfully, but these errors were encountered:
It is recommended not to use FromBridgedChainMessageDispatch of runtime-common, instead, each runtime implements it by itself.
The text was updated successfully, but these errors were encountered: