Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

candidate-backing: modify logic to process Statement message to support elastic scaling #4404

Open
Tracked by #3820
axaysagathiya opened this issue Dec 12, 2024 · 0 comments
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.

Comments

@axaysagathiya
Copy link
Contributor

axaysagathiya commented Dec 12, 2024

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 of perRelayParentState.

  • Do nothing if the local validator is disabled or not a validator at all.

in rpState.importStatement method

in rpState.postImportStatement method

  • remove the code under the branch of prospective parachain mode disabled.
  • in the code under the branch of prospective parachain mode enabled remove the code to send collatorprotocolmessages.Backed overseer message.

Other information and links

@axaysagathiya axaysagathiya added 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. labels Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant