Cleanup light client leftovers (#1456)

* Cleanup light client leftovers

* Readme: make it clear that Collator is full node of parachain

* cargo update -p sp-io

* cargo update -p polkadot-primitives
This commit is contained in:
Dmitry Markin
2022-07-21 13:59:07 +03:00
committed by GitHub
parent 17ef4100b6
commit d7e4f65761
6 changed files with 270 additions and 295 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ the notification the so-called candidate message. This candidate message is issu
validator after approving a block. This proof of possible inclusion prevents spamming other collators
of the network with useless blocks.
The Collator joins the relay-chain network for two reasons. First, the Collator uses it to send the
Parachain blocks to the Parachain validators. Secondly, the Collator participates as light/full-node
Parachain blocks to the Parachain validators. Secondly, the Collator participates as a full-node
of the relay chain to be informed of new relay-chain blocks. This information will be used for the
consensus and the block production logic.