Skip to content
Snippets Groups Projects
Commit dfeb8bed authored by cuteolaf's avatar cuteolaf Committed by Bastian Köcher
Browse files

update parachains relay doc (#1874)

parent a6e579a9
No related merge requests found
......@@ -15,7 +15,7 @@ More: [Parachains Finality Relay Sequence Diagram](../../docs/parachains-finalit
There are only two traits that need to be implemented. The [`SourceChain`](./src/parachains_loop.rs) implementation
is supposed to connect to the source chain node. It must be able to read parachain heads from the `Heads` map of
the [`paras` pallet](https://github.com/paritytech/polkadot/tree/master/runtime/parachains/src/paras) pallet.
the [`paras` pallet](https://github.com/paritytech/polkadot/tree/master/runtime/parachains/src/paras).
It also must create storage proofs of `Heads` map entries, when required.
The [`TargetChain`](./src/parachains_loop.rs) implementation connects to the target chain node. It must be able
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment