asset-hub-westend: use inmemorydb weights#8359
Merged
Conversation
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
This was referenced Apr 30, 2025
Closed
…stend_read_write_weights
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
|
All GitHub workflows were cancelled due to failure one of the required jobs. |
AndreiEres
approved these changes
May 26, 2025
sandreim
approved these changes
May 27, 2025
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
bkchr
approved these changes
May 27, 2025
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
pgherveou
pushed a commit
that referenced
this pull request
Jun 11, 2025
Modify asset-hub-westend to use the read/write costs in validate block on validator reference hardware, since these are weights that guarantee the blocks will pass validation and make it on the relay chain. This were obtained with the benchmark created here: #8069 and it contains all the optimisation brought by #8607. Fixes: #7537 --------- Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
2 tasks
alvicsam
pushed a commit
that referenced
this pull request
Oct 17, 2025
Modify asset-hub-westend to use the read/write costs in validate block on validator reference hardware, since these are weights that guarantee the blocks will pass validation and make it on the relay chain. This were obtained with the benchmark created here: #8069 and it contains all the optimisation brought by #8607. Fixes: #7537 --------- Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
11 tasks
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.
Modify asset-hub-westend to use the read/write costs in validate block on validator reference hardware, since these are
weights that guarantee the blocks will pass validation and make it on the relay chain.
This were obtained with the benchmark created here: #8069 and it contains all the optimisation brought by #8607.
Fixes: #7537