-
Notifications
You must be signed in to change notification settings - Fork 126
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
Investigate on Elastic scaling #4244
Comments
From what I have observed elastic scaling modifies
|
With elastic scaling, parachains can use multiple cores to include multiple parablocks within the same relay chain block The relay chain receives a sequence of parachain blocks on multiple cores, which are validated and checked if all their state roots line up during their inclusion, but assume they’re unrelated parachain blocks during backing, availability, and approvals. The elastic scaling implementation will be rolled out in multiple phases.
These two changes, multiple cores per parachain plus Agile Coretime, come together to enable elastic scaling. |
Learn about agile coretime |
This forum post gives an overview of the current status and has a bunch more useful looking links. |
Q: When does it become incompatible with the previous version? What is the previous version (Async backing)?
|
Issue summary (Abstract)
Parity already merged some of the ES code in to the dev branch and probably it was deployed to Kusama and since Gossamer does not support it we need to investigate current state of ES.
Implementation details
Acceptance criteria (outcomes)
The text was updated successfully, but these errors were encountered: