mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
update parachains relay doc (#1874)
This commit is contained in:
@@ -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
|
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
|
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.
|
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
|
The [`TargetChain`](./src/parachains_loop.rs) implementation connects to the target chain node. It must be able
|
||||||
|
|||||||
Reference in New Issue
Block a user