Update weights and benchmarks for multiple pallets and increment runtime version. #923
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.
PR Type
enhancement
Description
pallet_parachain_staking
,pallet_democracy
,pallet_collective
,pallet_vesting
, andpallet_precompiles_benchmark
) to reflect the latest benchmarking results.spec_version
inruntime/laos/src/lib.rs
to 2500 to reflect the new runtime version.Changes walkthrough 📝
5 files
pallet_parachain_staking.rs
Update weights and benchmarks for `pallet_parachain_staking`.
runtime/laos/src/weights/pallet_parachain_staking.rs
benchmarks.
operations.
pallet_democracy.rs
Update weights and benchmarks for `pallet_democracy`.
runtime/laos/src/weights/pallet_democracy.rs
proposal functions.
pallet_collective.rs
Update weights and benchmarks for `pallet_collective`.
runtime/laos/src/weights/pallet_collective.rs
proposals.
pallet_vesting.rs
Update weights and benchmarks for `pallet_vesting`.
runtime/laos/src/weights/pallet_vesting.rs
functions.
pallet_precompiles_benchmark.rs
Update weights and benchmarks for `pallet_precompiles_benchmark`.
runtime/laos/src/weights/pallet_precompiles_benchmark.rs
functions.
1 files
lib.rs
Update runtime version to 2500.
runtime/laos/src/lib.rs
spec_version
to 2500 to reflect the new runtime version.21 files
pallet_scheduler.rs
...
runtime/laos/src/weights/pallet_scheduler.rs
...
pallet_membership.rs
...
runtime/laos/src/weights/pallet_membership.rs
...
pallet_elections_phragmen.rs
...
runtime/laos/src/weights/pallet_elections_phragmen.rs
...
pallet_preimage.rs
...
runtime/laos/src/weights/pallet_preimage.rs
...
pallet_proxy.rs
...
runtime/laos/src/weights/pallet_proxy.rs
...
pallet_asset_metadata_extender.rs
...
runtime/laos/src/weights/pallet_asset_metadata_extender.rs
...
pallet_laos_evolution.rs
...
runtime/laos/src/weights/pallet_laos_evolution.rs
...
cumulus_pallet_xcmp_queue.rs
...
runtime/laos/src/weights/cumulus_pallet_xcmp_queue.rs
...
pallet_multisig.rs
...
runtime/laos/src/weights/pallet_multisig.rs
...
pallet_message_queue.rs
...
runtime/laos/src/weights/pallet_message_queue.rs
...
pallet_treasury.rs
...
runtime/laos/src/weights/pallet_treasury.rs
...
pallet_sudo.rs
...
runtime/laos/src/weights/pallet_sudo.rs
...
pallet_utility.rs
...
runtime/laos/src/weights/pallet_utility.rs
...
pallet_session.rs
...
runtime/laos/src/weights/pallet_session.rs
...
pallet_timestamp.rs
...
runtime/laos/src/weights/pallet_timestamp.rs
...
cumulus_pallet_parachain_system.rs
...
runtime/laos/src/weights/cumulus_pallet_parachain_system.rs
...
democracy.rs
...
runtime/laos/src/configs/democracy.rs
...
pallet_treasury_funding.rs
...
runtime/laos/src/weights/pallet_treasury_funding.rs
...
pallet_evm.rs
...
runtime/laos/src/weights/pallet_evm.rs
...
constants.ts
...
e2e-tests/utils/constants.ts
...
Cargo.toml
...
Cargo.toml
...