Do not validate a candidate in candidate selection (#1912)

* Do not validate a candidate in candidate selection

The candidate selection subsystem should not validate a candidate, as
this is done by the backing subsystem on a `Second` request. Otherwise
we validate one candidate twice.

* Update candidate-selection.md
This commit is contained in:
Bastian Köcher
2020-11-05 04:06:43 +01:00
committed by GitHub
parent 7c84e38809
commit f2b286d62a
4 changed files with 5 additions and 102 deletions
@@ -16,7 +16,6 @@ Input: [`CandidateSelectionMessage`](../../types/overseer-protocol.md#candidate-
Output:
- Validation requests to Validation subsystem
- [`CandidateBackingMessage`](../../types/overseer-protocol.md#candidate-backing-message)`::Second`
- Peer set manager: report peers (collators who have misbehaved)