Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
+3 -3
View File
@@ -115,7 +115,7 @@ stream and submits every new justification it sees to the target chain GRANDPA l
searching for mandatory headers and submits their justifications - without that the pallet will be unable to move
forward.
More: [GRANDPA Finality Relay Sequence Diagram](./grandpa-finality-relay.html), [pallet level documentation and
More: [GRANDPA Finality Relay Sequence Diagram](./grandpa-pez-finality-relay.html), [pallet level documentation and
code](../relays/finality/).
### Teyrchains Finality Relay
@@ -134,7 +134,7 @@ As its on-chain component (which requires bridge GRANDPA pallet to be deployed n
requires GRANDPA finality relay to be running in parallel. Without it, the header `B` or any of its children's finality
at source won't be relayed at target, and target chain won't be able to verify generated storage proof.
More: [Teyrchains Finality Relay Sequence Diagram](./teyrchains-finality-relay.html), [code](../relays/teyrchains/).
More: [Teyrchains Finality Relay Sequence Diagram](./teyrchains-pez-finality-relay.html), [code](../relays/teyrchains/).
### Messages Relay
@@ -160,7 +160,7 @@ submits transactions to both source and target chains, it requires both _source-
finality relays. They can be GRANDPA finality relays or GRANDPA+teyrchains finality relays, depending on the type of
connected chain.
More: [Messages Relay Sequence Diagram](./messages-relay.html), [pallet level documentation and
More: [Messages Relay Sequence Diagram](./pez-messages-relay.html), [pallet level documentation and
code](../relays/messages/).
### Complex Relay