added/updated pallet level docs to grandpa and messages pallets (#1771)

This commit is contained in:
Svyatoslav Nikolsky
2023-01-16 13:42:06 +03:00
committed by Bastian Köcher
parent acadd44288
commit 763ab922fa
3 changed files with 134 additions and 233 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ the source chain GRANDPA justifications stream and submits every new justificati
target chain GRANDPA light client. In addition, relay is 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), [code](../relays/finality/).
More: [GRANDPA Finality Relay Sequence Diagram](./grandpa-finality-relay.html), [pallet level documentation and code](../relays/finality/).
### Parachains Finality Relay
@@ -158,7 +158,7 @@ relay submits transactions to both source and target chains, it requires both _s
_target-to-source_ finality relays. They can be GRANDPA finality relays or GRANDPA+parachains finality relays,
depending on the type of connected chain.
More: [Messages Relay Sequence Diagram](./messages-relay.html), [code](../relays/messages/).
More: [Messages Relay Sequence Diagram](./messages-relay.html), [pallet level documentation and code](../relays/messages/).
### Complex Relay