You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.
This subsystem is responsible for ensuring that collators can connect to validators and that collators can distribute their collations to validators.
The Candidate Selection subsystem is the other side of this, from the validators' perspective.
It seems to make sense to establish a Collator Network Subsystem that actually describes the networking code (collations over the wire, pre-PoVs, validators circulating whitelists, etc.) and then have Candidate Selection and Collation Distribution leverage the Collator Network Subsystem.
The text was updated successfully, but these errors were encountered:
We probably want some other subsystem that is a wrapper around peer-set / authority discovery / etc. which allows us to initiate connections to specific validators. That should be a reusable component
This subsystem is responsible for ensuring that collators can connect to validators and that collators can distribute their collations to validators.
The Candidate Selection subsystem is the other side of this, from the validators' perspective.
It seems to make sense to establish a Collator Network Subsystem that actually describes the networking code (collations over the wire, pre-PoVs, validators circulating whitelists, etc.) and then have Candidate Selection and Collation Distribution leverage the Collator Network Subsystem.
The text was updated successfully, but these errors were encountered: