Request for comment: Bridge instances introduction #824
Closed
hackfisher
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bridge Instances
Introduction
Each Bridge Instance is combined of a tuple with four components (Source::Truth, Source:Message, Target:Message, Target:Truth).
Bridges Cases
Components:
Truth Layer
Message Layer
Note that Darwinia standalone will be both compatible with substrate and evm.
And current combinations are mainly about:
Implementation
A. Darwinia Standalone Chain as Hub (Current Approach)
B. Darwinia Parachain as Hub(Not used)
For the bridge instances for (Darwinia parachain, Substrate standalone chain) and (Darwinia parachain, EVM-like chain), when the parachain connect or disconnect from Relay chain, the related Truth components required to be upgraded or replaced.
Beta Was this translation helpful? Give feedback.
All reactions