feat(prospective-parachains): subsystem skeleton #4304
Labels
C-simple
Minor changes changes, no additional research needed. Good first issue/review.
S-subsystems-common
Description
The skeleton should have the basic ground for the subsystem which is a goroutine that listen on the orchestra channel for the following messages, add
panic("not implemented yet)"
for each singal handler:Overseer::Conclude
Overseer::ActiveLeaves
Overseer::BlockFinalized
Communication
ProspectiveParachainsMessage::IntroduceSecondedCandidate
ProspectiveParachainsMessage::CandidateBacked
ProspectiveParachainsMessage::GetBackableCandidates
ProspectiveParachainsMessage::GetHypotheticalMembership
ProspectiveParachainsMessage::GetMinimumRelayParents
ProspectiveParachainsMessage::GetProspectiveValidationData
https://github.com/paritytech/polkadot-sdk/blob/master/polkadot/node/core/prospective-parachains/src/lib.rs#L1020
The text was updated successfully, but these errors were encountered: