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
@@ -9,7 +9,6 @@ futures = "0.3.5"
log = "0.4.11"
thiserror = "1.0.21"
polkadot-primitives = { path = "../../../primitives" }
polkadot-node-primitives = { path = "../../primitives" }
polkadot-node-subsystem = { path = "../../subsystem" }
polkadot-node-subsystem-util = { path = "../../subsystem-util" }