mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 07:31:02 +00:00
guide: collator networking & subsystems (#1452)
* Do a small write-up on collation-generation * preamble to collator protocol * notes on protocol * collation-generation: point to collator protocol * fix missing bracket * expand on collator protocol wire protocol * add a couple more sentences * expand on requests some more * go higher level * network bridge: note peerset * note peer-set = validation for protocols * add `ConnectToValidators` message * use ConnectToValidators in collator protocol * typo * remove references to sentry nodes
This commit is contained in:
committed by
GitHub
parent
ea834b12de
commit
490f80d8c7
@@ -4,7 +4,7 @@ Validators vote on the availability of a backed candidate by issuing signed bitf
|
||||
|
||||
## Protocol
|
||||
|
||||
`ProtocolId`: `b"bitd"`
|
||||
`ProtocolId`: `b"bitd"`: `PeerSet`: `Validation`
|
||||
|
||||
Input:
|
||||
[`BitfieldDistributionMessage`](../../types/overseer-protocol.md#bitfield-distribution-message) which are gossiped to all peers, no matter if validator or not.
|
||||
|
||||
Reference in New Issue
Block a user