Open EclesioMeloJunior opened 2 weeks ago
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:
panic("not implemented yet)"
Overseer::Conclude
Overseer::ActiveLeaves
Overseer::BlockFinalized
[x] Communication
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
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
[x]
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