-
Notifications
You must be signed in to change notification settings - Fork 6
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
pallet evm weights #609
pallet evm weights #609
Conversation
/describe |
PR Description updated to latest commit (e8fbbcd) |
/describe |
PR Description updated to latest commit (da5d3ce) |
[pallet_vesting, Vesting] | ||
[pallet_session, SessionBench::<Runtime>] // TODO check why SessionBench::<Runtime> | ||
[pallet_parachain_staking, ParachainStaking] | ||
[cumulus_pallet_xcmp_queue, XcmpQueue] | ||
[pallet_evm, EVM] | ||
[pallet_laos_evolution, LaosEvolution] | ||
[pallet_asset_metadata_extender, AssetMetadataExtender] | ||
// [pallet_laos_evolution, LaosEvolution] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Out of curiosity why our pallets don't have to compute weights?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it something we are going to handle in #584
PR Type
Enhancement
Description
WeightInfo
type for the EVM pallet configuration.Changes walkthrough 📝
pallet_parachain_staking.rs
Update weights and benchmarks for parachain staking pallet
runtime/laos/src/weights/pallet_parachain_staking.rs
pallet_vesting.rs
Update weights and benchmarks for vesting pallet
runtime/laos/src/weights/pallet_vesting.rs
pallet_proxy.rs
Update weights and benchmarks for proxy pallet
runtime/laos/src/weights/pallet_proxy.rs
pallet_multisig.rs
Update weights and benchmarks for multisig pallet
runtime/laos/src/weights/pallet_multisig.rs
pallet_utility.rs
Update weights and benchmarks for utility pallet
runtime/laos/src/weights/pallet_utility.rs
pallet_sudo.rs
Update weights and benchmarks for sudo pallet
runtime/laos/src/weights/pallet_sudo.rs
cumulus_pallet_xcmp_queue.rs
Update weights and benchmarks for XCMP queue pallet
runtime/laos/src/weights/cumulus_pallet_xcmp_queue.rs
evm.rs
Update EVM pallet configuration for weight info
runtime/laos/src/configs/evm.rs
WeightInfo
type for the EVM pallet configuration.