mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-31 14:45:40 +00:00
Markdown linter (#1309)
* Add markdown linting - add linter default rules - adapt rules to current code - fix the code for linting to pass - add CI check fix #1243 * Fix markdown for Substrate * Fix tooling install * Fix workflow * Add documentation * Remove trailing spaces * Update .github/.markdownlint.yaml Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Fix mangled markdown/lists * Fix captalization issues on known words
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
The approval subsystems implement the node-side of the [Approval Protocol](../../protocol-approval.md).
|
||||
|
||||
We make a divide between the [assignment/voting logic](approval-voting.md) and the [distribution logic](approval-distribution.md) that distributes assignment certifications and approval votes. The logic in the assignment and voting also informs the GRANDPA voting rule on how to vote.
|
||||
We make a divide between the [assignment/voting logic](approval-voting.md) and the [distribution
|
||||
logic](approval-distribution.md) that distributes assignment certifications and approval votes. The logic in the
|
||||
assignment and voting also informs the GRANDPA voting rule on how to vote.
|
||||
|
||||
These subsystems are intended to flag issues and begin participating in live disputes. Dispute subsystems also track all observed votes (backing, approval, and dispute-specific) by all validators on all candidates.
|
||||
These subsystems are intended to flag issues and begin participating in live disputes. Dispute subsystems also track all
|
||||
observed votes (backing, approval, and dispute-specific) by all validators on all candidates.
|
||||
|
||||
Reference in New Issue
Block a user