Increase authoring duration to 2s and block weight limit x4#640
Merged
Increase authoring duration to 2s and block weight limit x4#640
Conversation
Contributor
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
|
Contributor
Author
|
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? |
Contributor
|
Yes I think we can |
Contributor
|
Although before we do it, let's just see what other runtimes are doing |
Contributor
|
And here I have mixed opinions. I see that by default polkadot has 0.5s:
|
Contributor
Author
|
Let's try and see if anything breaks |
Results in 60M, a 4x increase from the previous 15M
girazoki
approved these changes
Aug 1, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Block authoring duration: 0.5s -> 2s
Frontier template gas limit: 15M -> 60M
Substrate block weight limit: 0.5e12 -> 2e12
paritytech/polkadot-sdk#5195