impl guide: Update Collator Generation (#7250)

* impl guide: Update Collator Generation

* Address review comments

* Fix compile errors

I don't remember why I did this. Maybe it only made sense with the async backing
changes.

* Remove leftover glossary
This commit is contained in:
Marcin S
2023-05-24 09:36:42 -04:00
committed by GitHub
parent 54584ee9f6
commit adad06ef16
3 changed files with 65 additions and 17 deletions
@@ -1,3 +1,6 @@
# Collators
Collators are special nodes which bridge a parachain to the relay chain. They are simultaneously full nodes of the parachain, and at least light clients of the relay chain. Their overall contribution to the system is the generation of Proofs of Validity for parachain candidates.
The **Collation Generation** subsystem triggers collators to produce collations
and then forwards them to **Collator Protocol** to circulate to validators.