From 0dffa4e4d837eae6354e507840d3f3151934aa8e Mon Sep 17 00:00:00 2001 From: Peter Goodspeed-Niklaus Date: Tue, 16 Jun 2020 17:52:37 +0200 Subject: [PATCH] small tweaks to candidate selection (#1253) * small tweaks to candidate selection * clarify the nature of inputs --- .../src/node/backing/candidate-selection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/polkadot/roadmap/implementors-guide/src/node/backing/candidate-selection.md b/polkadot/roadmap/implementors-guide/src/node/backing/candidate-selection.md index a5f56c21df..ffd95cf7d2 100644 --- a/polkadot/roadmap/implementors-guide/src/node/backing/candidate-selection.md +++ b/polkadot/roadmap/implementors-guide/src/node/backing/candidate-selection.md @@ -2,7 +2,7 @@ The Candidate Selection Subsystem is run by validators, and is responsible for interfacing with Collators to select a candidate, along with its PoV, to second during the backing process relative to a specific relay parent. -This subsystem includes networking code for communicating with collators, and tracks which collations specific collators have submitted. This subsystem is responsible for disconnecting and blacklisting collators who have submitted collations that are found to have submitted invalid collations by other subsystems. +This subsystem includes networking code for communicating with collators, and tracks which collations specific collators have submitted. This subsystem is responsible for disconnecting and blacklisting collators who are found to have submitted invalid collations. Typically an invalid collation will be discovered by a different subsystem. This subsystem is only ever interested in parablocks assigned to the particular parachain which this validator is currently handling. @@ -12,7 +12,7 @@ In the event that a parablock candidate proves invalid, this subsystem will rece ## Protocol -Input: None +Input: None from other subsystems. This subsystem contains internal network logic for receiving parablock candidates and associated Proofs of Validity from collators. Output: