update CanSecond
message process logic to support elastic scaling
#4329
Labels
S-subsystems-backing
issues related to polkadot host backing subsystem functionality.
Issue summary
Now we have a prospective-parachain subsystem skeleton, So use overseer messages declared in that subsystem and remove the old/unnecessary types.
Remove all usage of ProspectiveParachainMode, perLeaf field of
CandidateBacking
struct.Logic of this function written in the context of fragment tree, need to remove this code. after removing this code we just need to perform seconding sanity check to find if it is possible to second a candidate.
update logic of seconding sanity check:
perLeaf
, iterate over leaves in the implicit view.If we don't find any leaf at which we can second the candidate, it is impossible to second the candidate
TODO:
The text was updated successfully, but these errors were encountered: