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

Avoid using prospective parachain mode while updating active leaves #4327

Open
Tracked by #4245
axaysagathiya opened this issue Nov 14, 2024 · 0 comments
Open
Tracked by #4245
Labels
S-subsystems-backing issues related to polkadot host backing subsystem functionality.

Comments

@axaysagathiya
Copy link
Contributor

axaysagathiya commented Nov 14, 2024

Issue summary

In a method to update the active leaves

  • We don't need ProspectiveParachainMode anymore. So remove the use of it.
    • Remove code of ProspectiveParachainMode Disabled
    • keep the code of ProspectiveParachainMode Enabled

Also, the perLeaf field of the Candidatebacking struct will be removed in the future as it keeps track of which relay parent has ProspectiveParachainMode Enabled. So avoid using this field also.

Other information and links

@axaysagathiya axaysagathiya added the S-subsystems-backing issues related to polkadot host backing subsystem functionality. label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-subsystems-backing issues related to polkadot host backing subsystem functionality.
Projects
None yet
Development

No branches or pull requests

1 participant