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.
The prospective parachains subsystem is responsible for tracking off-chain progress of parachain candidates and emulating the inclusion logic.
The prospective parachains subsystem needs to be notified of all seconded fragments and all backed fragments. This will come from the candidate-backing subsystem.
It notifies all subsystems when there are new candidates that are backed and can reasonably be used as a base for further candidates. It accounts for a constant 'depth' limitation which defends against bad validator groups creating an unbounded stack of prospective candidates.
It answers requests from the provisioner about which candidates should be included in the next block when informed about anything that has become available with new bitfields.