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 was archived by the owner on Nov 15, 2023. It is now read-only.
Determine what subsystems are necessary for a collator to operate. We need to be cognizant of the boundary with Cumulus, as it embeds the entire service with a provided context for the parachain.
The relay-chain side makes asynchronous requests to Cumulus to author blocks under given conditions, and it would be reasonable to employ a subsystem for that. Collators should also be connected to validators via networking subsystems.