Change absolute links in Implementers's Guide to relative links (#1272)

* adjust to relative links

* additional adjustment to relative link

* link directly to file

* link directly to file
This commit is contained in:
Fabio Lama
2020-06-16 16:04:49 +02:00
committed by GitHub
parent b5aecb8a3d
commit 333649ae20
21 changed files with 43 additions and 43 deletions
@@ -6,9 +6,9 @@ This subsystem includes networking code for communicating with collators, and tr
This subsystem is only ever interested in parablocks assigned to the particular parachain which this validator is currently handling.
New parablock candidates may arrive from a potentially unbounded set of collators. This subsystem chooses either 0 or 1 of them per relay parent to second. If it chooses to second a candidate, it sends an appropriate message to the [Candidate Backing subsystem](/node/backing/candidate-backing.html) to generate an appropriate [`Statement`](/type-definitions.html#statement-type).
New parablock candidates may arrive from a potentially unbounded set of collators. This subsystem chooses either 0 or 1 of them per relay parent to second. If it chooses to second a candidate, it sends an appropriate message to the [Candidate Backing subsystem](candidate-backing.html) to generate an appropriate [`Statement`](../../type-definitions.html#statement-type).
In the event that a parablock candidate proves invalid, this subsystem will receive a message back from the Candidate Backing subsystem indicating so. If that parablock candidate originated from a collator, this subsystem will blacklist that collator. If that parablock candidate originated from a peer, this subsystem generates a report for the [Misbehavior Arbitration subsystem](/node/utility/misbehavior-arbitration.html).
In the event that a parablock candidate proves invalid, this subsystem will receive a message back from the Candidate Backing subsystem indicating so. If that parablock candidate originated from a collator, this subsystem will blacklist that collator. If that parablock candidate originated from a peer, this subsystem generates a report for the [Misbehavior Arbitration subsystem](../utility/misbehavior-arbitration.html).
## Protocol
@@ -17,7 +17,7 @@ Input: None
Output:
- Validation requests to Validation subsystem
- [`CandidateBackingMessage`](/type-definitions.html#candidate-backing-message)`::Second`
- [`CandidateBackingMessage`](../../type-definitions.html#candidate-backing-message)`::Second`
- Peer set manager: report peers (collators who have misbehaved)
## Functionality