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

feat(mainnet): include pallets in define_benchmarks and remove default configs #435

Open
4 tasks
Tracked by #425
peterwht opened this issue Jan 17, 2025 · 0 comments
Open
4 tasks
Tracked by #425

Comments

@peterwht
Copy link
Collaborator

peterwht commented Jan 17, 2025

Currently, in all our of runtimes, but most importantly in the mainnet runtime we use the default configuration for many pallets #[derive_impl(frame_system::config_preludes::ParaChainDefaultConfig)]. This results in using the default WeightInfo. Furthermore, define_benchmarks excludes most pallets.

In the 2412 release, there is also a new extension benchmark for frame-system. This needs to be added as well (and will be exposed when the default configuration is removed):

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