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

Network scalability: 300 paravalidators and 70 parachains #25

Closed
8 of 10 tasks
sandreim opened this issue Jun 2, 2023 · 0 comments
Closed
8 of 10 tasks

Network scalability: 300 paravalidators and 70 parachains #25

sandreim opened this issue Jun 2, 2023 · 0 comments

Comments

@sandreim
Copy link

sandreim commented Jun 2, 2023

Parachain consensus is restricted to a subset of the relay chain validators via themaxValidators configuration parameter. The plan is to remove the parameter, but until then we will gradually increase it's value as we improve the protocol and performance characteristics of the implementation. maxValidators is bumped to higher values only if key performance metrics, specifically parachain block times and finality lag do not degrade when more validators participate in parachain consensus.

After improving our tooling for profiling, gathering metrics and debugging we identified bottlenecks which we are currently addressing.

Experiments and potential improvements are tested on Versi before enabling them on value bearing chains like Kusama and Polkadot. After a battery of tests successfully ran on Versi we have already bumped the number of paravalidators from 200 to 250 on Kusama and we are currently monitoring the key metrics.

The scalability project board is available here: https://github.com/orgs/paritytech/projects/63

Plan

Q2 milestones:

  • Increase the number of parachain validators from 200 to 250 (supporting up to 70 parachains) on Kusama
  • Increase the number of parachain validators from 250 to 300 (supporting up to 70 parachains) on Kusama
  • Increase the number of parachain validators from 200 to 300 (supporting up 70 parachains) on Polkadot
@sandreim sandreim moved this from Draft to Open in Parity Roadmap Jun 2, 2023
@paritytech-gh-issue-sync paritytech-gh-issue-sync bot moved this from Open to Draft in Parity Roadmap Jun 2, 2023
@sandreim sandreim moved this from Draft to Open in Parity Roadmap Jun 2, 2023
@sandreim sandreim closed this as not planned Won't fix, can't repro, duplicate, stale Jun 7, 2023
@github-project-automation github-project-automation bot moved this from Open to Closed in Parity Roadmap Jun 7, 2023
@sandreim sandreim removed this from Parity Roadmap Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant