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.
This commit is contained in:
Robert Klotzner
2021-06-23 01:23:53 +02:00
committed by GitHub
parent 7880190415
commit e3340e44b5
5 changed files with 397 additions and 10 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ pub mod v1 {
UncheckedSignedFullStatement,
};
/// Network messages used by the bitfield distribution subsystem.
#[derive(Debug, Clone, Encode, Decode, PartialEq, Eq)]
pub enum BitfieldDistributionMessage {