candidate-backing: modify logic to process Statement
message to support elastic scaling
#4404
Labels
C-simple
Minor changes changes, no additional research needed. Good first issue/review.
S-subsystems-backing
issues related to polkadot host backing subsystem functionality.
T-enhancement
this issue/pr covers improvement of existing functionality.
Issue summary
To support elastic scaling, we need to make some minor changes in logic to process the
Statement
overseer message in the candidate backing subsystem.Implementation details
Don't import statement if the sender is disabled.
in
kickOffValidationWork
method ofperRelayParentState
.in
rpState.importStatement
methodtable.importStatement
method to use core index instead of paraID inside the method. we have issue to find core index find core index of candidate parachain using the validity statement #4324in
rpState.postImportStatement
methodcollatorprotocolmessages.Backed
overseer message.Other information and links
The text was updated successfully, but these errors were encountered: