This repository was archived by the owner on Nov 15, 2023. It is now read-only.
  
  
  
  
  
Description
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.