Chevdor
a30092ab42
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
2023-09-04 12:02:32 +03:00
Andrei Sandu
bd209c2d70
inherent disputes: remove per block initializer and disputes timeout event ( #6937 )
...
* Limit disputes weight and remove initializer code
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* const
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* remove timeout test
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* review feedback #1
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Remove the new weight limiting for disputes
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* cargo lock
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Remove dispute_conclusion_by_time_out_period
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Enable migrations
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Update guide
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Fix comment
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* More guide fixes
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* Also migrate pending configs
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* fix build
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
* fix test
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
---------
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io >
2023-03-24 12:48:56 +01:00
Bradley Olson
92ee0b7d9f
Explicitly Handling ProvisionableData Cases ( #6757 )
...
* Initial pass
* fmt
* Lock changes
* Implementers guide edit
* Reasoning changes
* typo
Co-authored-by: Marcin S. <marcin@bytedude.com >
* Revert "Lock changes"
This reverts commit 3131a5245c6349743789270e6d1ad7842dc4c9df.
* Getting rid of cargo.lock changes
* Argumentation update
* fmt
---------
Co-authored-by: Marcin S. <marcin@bytedude.com >
2023-02-24 21:54:14 +01:00
Andronik Ordian
33fe763188
some fixes to please cargo-spellcheck ( #3550 )
...
* some fixes to please cargo-spellcheck
* some (not all) fixes for the impl guide
* fix
2021-08-02 11:00:04 +00:00
Robert Klotzner
e3340e44b5
Dispute distribution guide ( #3158 )
...
* Dispute distribution initial design.
* WIP.
* Dispute distribution guide update.
* Make invalid statement include `InvalidStatementKind`.
* Clarify the scope of disputes.
* A few fixes + introduced back pressure oneshot.
* Fixes and spam protection WIP.
* More spam considerations.
* More fixes.
* Fixes + add note about not dispute participating nodes.
2021-06-22 18:23:53 -05:00
Robert Habermeier
9c7a346e4c
Implementers' Guide: Chain Selection ( #3262 )
...
* high-level discussion of fork-choice and chain selection
* notes on chain-selection subsystem
* send `Approve` messages from approval-voting
* remove references to candidate-selection
* adjust grandpa voting rule docs
* Update roadmap/implementers-guide/src/node/grandpa-voting-rule.md
Co-authored-by: Lldenaurois <ljdenaurois@gmail.com >
* Update roadmap/implementers-guide/src/protocol-chain-selection.md
Co-authored-by: Lldenaurois <ljdenaurois@gmail.com >
* Update roadmap/implementers-guide/src/protocol-chain-selection.md
Co-authored-by: Lldenaurois <ljdenaurois@gmail.com >
Co-authored-by: Lldenaurois <ljdenaurois@gmail.com >
2021-06-17 15:10:23 +00:00
Robert Habermeier
a8d3aca13d
Disputes High-level rewrite & Disputes runtime ( #2424 )
...
* REVERT: comment out graphviz
* rewrite most of protocol-disputes
* write about conclusion and chain selection
* tie back in overview
* basic disputes module
* guide: InclusionInherent -> ParaInherent
* language
* add ParaInherentData type
* plug parainherentdata into provisioner
* provide_multi_dispute
* tweak
* inclusion pipeline logic for disputes
* be clearer about signature checking
* reject backing of disputed blocks
* some type rejigging
* known-disputes runtime API
* wire up inclusion
* Revert "REVERT: comment out graphviz"
This reverts commit 66203e362f7872cb413d258f74634a0aad70302b.
* timeouts
* include in initialization order
* address grumbles
2021-02-16 18:50:14 +00:00
Bernhard Schuster
a66801bd0f
high altitude description of disputes ( #2285 )
2021-01-28 15:04:14 +01:00