-
Notifications
You must be signed in to change notification settings - Fork 50
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
Increase authoring duration to 2s and block weight limit x4 #640
Conversation
Coverage Report@@ Coverage Diff @@
## master tomasz-authoring-2s +/- ##
======================================================
Coverage 66.63% 66.63% 0.00%
Files 261 261
- Lines 44717 44716 -1
======================================================
Hits 29794 29794
- Misses 14923 14922 -1
|
I see this comment in many places:
I guess we want to modify the weight so that it is equivalent to 2s of compute with 6s average block time? |
Yes I think we can |
Although before we do it, let's just see what other runtimes are doing |
And here I have mixed opinions. I see that by default polkadot has 0.5s:
|
Let's try and see if anything breaks |
Results in 60M, a 4x increase from the previous 15M
Block authoring duration: 0.5s -> 2s
Frontier template gas limit: 15M -> 60M
Substrate block weight limit: 0.5e12 -> 2e12
paritytech/polkadot-sdk#5195