From 6c026d53ea5567cffa2fba6cc4a49beeaea51c7f Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Fri, 3 Mar 2023 00:32:30 +0100 Subject: [PATCH 1/8] Migrate to `Weight::from_parts` (#6794) * Migrate to from_parts Have a look at https://github.com/ggwpez/substrate-scripts/blob/master/migrate-from-parts.py Signed-off-by: Oliver Tale-Yazdi * Adapt to master Signed-off-by: Oliver Tale-Yazdi * update lockfile for {"substrate"} --------- Signed-off-by: Oliver Tale-Yazdi Co-authored-by: parity-processbot <> --- Cargo.lock | 369 +++++++++--------- runtime/common/src/impls.rs | 4 +- runtime/common/src/purchase.rs | 2 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +- .../frame_election_provider_support.rs | 16 +- runtime/kusama/src/weights/frame_system.rs | 36 +- .../kusama/src/weights/pallet_bags_list.rs | 12 +- runtime/kusama/src/weights/pallet_balances.rs | 14 +- ...allet_balances_nis_counterpart_balances.rs | 28 +- runtime/kusama/src/weights/pallet_bounties.rs | 50 +-- .../src/weights/pallet_child_bounties.rs | 34 +- .../src/weights/pallet_collective_council.rs | 118 +++--- .../pallet_collective_technical_committee.rs | 118 +++--- .../src/weights/pallet_conviction_voting.rs | 36 +- .../kusama/src/weights/pallet_democracy.rs | 136 +++---- .../pallet_election_provider_multi_phase.rs | 66 ++-- .../src/weights/pallet_elections_phragmen.rs | 82 ++-- .../kusama/src/weights/pallet_fast_unstake.rs | 32 +- runtime/kusama/src/weights/pallet_identity.rs | 114 +++--- .../kusama/src/weights/pallet_im_online.rs | 12 +- runtime/kusama/src/weights/pallet_indices.rs | 20 +- .../kusama/src/weights/pallet_membership.rs | 54 +-- runtime/kusama/src/weights/pallet_multisig.rs | 48 +-- runtime/kusama/src/weights/pallet_nis.rs | 48 +-- .../src/weights/pallet_nomination_pools.rs | 74 ++-- runtime/kusama/src/weights/pallet_preimage.rs | 54 +-- runtime/kusama/src/weights/pallet_proxy.rs | 64 +-- .../src/weights/pallet_ranked_collective.rs | 36 +- .../pallet_referenda_fellowship_referenda.rs | 120 +++--- .../src/weights/pallet_referenda_referenda.rs | 120 +++--- .../kusama/src/weights/pallet_scheduler.rs | 62 +-- runtime/kusama/src/weights/pallet_session.rs | 8 +- runtime/kusama/src/weights/pallet_staking.rs | 176 ++++----- .../kusama/src/weights/pallet_timestamp.rs | 8 +- runtime/kusama/src/weights/pallet_tips.rs | 42 +- runtime/kusama/src/weights/pallet_treasury.rs | 30 +- runtime/kusama/src/weights/pallet_utility.rs | 26 +- runtime/kusama/src/weights/pallet_vesting.rs | 64 +-- .../kusama/src/weights/pallet_whitelist.rs | 22 +- runtime/kusama/src/weights/pallet_xcm.rs | 60 +-- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 44 +-- .../weights/runtime_common_paras_registrar.rs | 32 +- .../src/weights/runtime_common_slots.rs | 24 +- .../runtime_parachains_configuration.rs | 24 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +-- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +-- .../runtime_parachains_paras_inherent.rs | 22 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 16 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 58 +-- .../src/configuration/benchmarking.rs | 2 +- .../parachains/src/paras_inherent/weights.rs | 6 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +- .../frame_election_provider_support.rs | 16 +- runtime/polkadot/src/weights/frame_system.rs | 36 +- .../polkadot/src/weights/pallet_bags_list.rs | 12 +- .../polkadot/src/weights/pallet_balances.rs | 28 +- .../polkadot/src/weights/pallet_bounties.rs | 50 +-- .../src/weights/pallet_child_bounties.rs | 34 +- .../src/weights/pallet_collective_council.rs | 116 +++--- .../pallet_collective_technical_committee.rs | 118 +++--- .../polkadot/src/weights/pallet_democracy.rs | 136 +++---- .../pallet_election_provider_multi_phase.rs | 66 ++-- .../src/weights/pallet_elections_phragmen.rs | 82 ++-- .../src/weights/pallet_fast_unstake.rs | 32 +- .../polkadot/src/weights/pallet_identity.rs | 114 +++--- .../polkadot/src/weights/pallet_im_online.rs | 12 +- .../polkadot/src/weights/pallet_indices.rs | 20 +- .../polkadot/src/weights/pallet_membership.rs | 54 +-- .../polkadot/src/weights/pallet_multisig.rs | 48 +-- .../src/weights/pallet_nomination_pools.rs | 74 ++-- .../polkadot/src/weights/pallet_preimage.rs | 54 +-- runtime/polkadot/src/weights/pallet_proxy.rs | 64 +-- .../polkadot/src/weights/pallet_scheduler.rs | 62 +-- .../polkadot/src/weights/pallet_session.rs | 8 +- .../polkadot/src/weights/pallet_staking.rs | 176 ++++----- .../polkadot/src/weights/pallet_timestamp.rs | 8 +- runtime/polkadot/src/weights/pallet_tips.rs | 42 +- .../polkadot/src/weights/pallet_treasury.rs | 30 +- .../polkadot/src/weights/pallet_utility.rs | 26 +- .../polkadot/src/weights/pallet_vesting.rs | 64 +-- runtime/polkadot/src/weights/pallet_xcm.rs | 60 +-- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 44 +-- .../weights/runtime_common_paras_registrar.rs | 32 +- .../src/weights/runtime_common_slots.rs | 24 +- .../runtime_parachains_configuration.rs | 24 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +-- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +-- .../runtime_parachains_paras_inherent.rs | 22 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../weights/frame_benchmarking_baseline.rs | 26 +- runtime/rococo/src/weights/frame_system.rs | 36 +- runtime/rococo/src/weights/pallet_balances.rs | 14 +- ...allet_balances_nis_counterpart_balances.rs | 28 +- runtime/rococo/src/weights/pallet_bounties.rs | 46 +-- .../src/weights/pallet_child_bounties.rs | 32 +- .../rococo/src/weights/pallet_collective.rs | 62 +-- .../src/weights/pallet_collective_council.rs | 116 +++--- .../pallet_collective_technical_committee.rs | 118 +++--- .../rococo/src/weights/pallet_democracy.rs | 136 +++---- .../src/weights/pallet_elections_phragmen.rs | 80 ++-- runtime/rococo/src/weights/pallet_identity.rs | 112 +++--- .../rococo/src/weights/pallet_im_online.rs | 12 +- runtime/rococo/src/weights/pallet_indices.rs | 20 +- .../rococo/src/weights/pallet_membership.rs | 54 +-- runtime/rococo/src/weights/pallet_multisig.rs | 48 +-- runtime/rococo/src/weights/pallet_nis.rs | 48 +-- runtime/rococo/src/weights/pallet_preimage.rs | 54 +-- runtime/rococo/src/weights/pallet_proxy.rs | 64 +-- .../rococo/src/weights/pallet_scheduler.rs | 62 +-- runtime/rococo/src/weights/pallet_session.rs | 4 +- .../rococo/src/weights/pallet_timestamp.rs | 8 +- runtime/rococo/src/weights/pallet_tips.rs | 42 +- runtime/rococo/src/weights/pallet_treasury.rs | 30 +- runtime/rococo/src/weights/pallet_utility.rs | 26 +- runtime/rococo/src/weights/pallet_vesting.rs | 64 +-- runtime/rococo/src/weights/pallet_xcm.rs | 60 +-- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_claims.rs | 20 +- .../src/weights/runtime_common_crowdloan.rs | 44 +-- .../weights/runtime_common_paras_registrar.rs | 32 +- .../src/weights/runtime_common_slots.rs | 24 +- .../runtime_parachains_configuration.rs | 24 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +-- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +-- .../runtime_parachains_paras_inherent.rs | 10 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 16 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 58 +-- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../constants/src/weights/block_weights.rs | 2 +- .../src/weights/extrinsic_weights.rs | 2 +- .../frame_election_provider_support.rs | 16 +- runtime/westend/src/weights/frame_system.rs | 36 +- .../westend/src/weights/pallet_bags_list.rs | 12 +- .../westend/src/weights/pallet_balances.rs | 28 +- .../pallet_election_provider_multi_phase.rs | 66 ++-- .../src/weights/pallet_fast_unstake.rs | 32 +- .../westend/src/weights/pallet_identity.rs | 114 +++--- .../westend/src/weights/pallet_im_online.rs | 12 +- runtime/westend/src/weights/pallet_indices.rs | 20 +- .../westend/src/weights/pallet_multisig.rs | 48 +-- .../src/weights/pallet_nomination_pools.rs | 76 ++-- .../westend/src/weights/pallet_preimage.rs | 54 +-- runtime/westend/src/weights/pallet_proxy.rs | 66 ++-- .../westend/src/weights/pallet_scheduler.rs | 62 +-- runtime/westend/src/weights/pallet_session.rs | 8 +- runtime/westend/src/weights/pallet_staking.rs | 176 ++++----- .../westend/src/weights/pallet_timestamp.rs | 8 +- runtime/westend/src/weights/pallet_utility.rs | 26 +- runtime/westend/src/weights/pallet_vesting.rs | 64 +-- runtime/westend/src/weights/pallet_xcm.rs | 60 +-- .../src/weights/runtime_common_auctions.rs | 16 +- .../src/weights/runtime_common_crowdloan.rs | 44 +-- .../weights/runtime_common_paras_registrar.rs | 32 +- .../src/weights/runtime_common_slots.rs | 24 +- .../runtime_parachains_configuration.rs | 24 +- .../weights/runtime_parachains_disputes.rs | 4 +- .../runtime_parachains_disputes_slashing.rs | 8 +- .../src/weights/runtime_parachains_hrmp.rs | 60 +-- .../weights/runtime_parachains_initializer.rs | 8 +- .../src/weights/runtime_parachains_paras.rs | 58 +-- .../runtime_parachains_paras_inherent.rs | 22 +- .../src/weights/runtime_parachains_ump.rs | 14 +- .../xcm/pallet_xcm_benchmarks_fungible.rs | 16 +- .../xcm/pallet_xcm_benchmarks_generic.rs | 58 +-- xcm/pallet-xcm/src/lib.rs | 30 +- xcm/src/v2/mod.rs | 105 +++-- xcm/xcm-simulator/example/src/parachain.rs | 4 +- xcm/xcm-simulator/fuzzer/src/parachain.rs | 4 +- 187 files changed, 4080 insertions(+), 4088 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 46f3c5b1b6b4..60c047b46b03 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "log", @@ -2276,7 +2276,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", ] @@ -2299,7 +2299,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-support-procedural", @@ -2324,7 +2324,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "Inflector", "array-bytes", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "log", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "bitflags", "environmental", @@ -2477,7 +2477,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "Inflector", "cfg-expr", @@ -2492,7 +2492,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro2", "quote", @@ -2514,7 +2514,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "log", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "parity-scale-codec", @@ -2773,7 +2773,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "chrono", "frame-election-provider-support", @@ -4552,7 +4552,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "log", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "anyhow", "jsonrpsee", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5148,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5178,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5222,7 +5222,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5275,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5299,7 +5299,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5424,7 +5424,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5483,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5602,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5650,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5667,7 +5667,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5708,7 +5708,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5723,7 +5723,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5741,7 +5741,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5756,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5813,7 +5813,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5843,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5877,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "sp-arithmetic", @@ -5886,7 +5886,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5944,7 +5944,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-support", "frame-system", @@ -5979,7 +5979,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6007,7 +6007,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6024,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6039,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6055,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -6070,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-benchmarking", "frame-support", @@ -8998,7 +8998,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "sp-core", @@ -9009,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -9036,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "futures-timer", @@ -9059,7 +9059,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9074,7 +9074,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9093,7 +9093,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9104,7 +9104,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "chrono", @@ -9144,7 +9144,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "fnv", "futures", @@ -9170,7 +9170,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "kvdb", @@ -9196,7 +9196,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -9221,7 +9221,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "fork-tree", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "jsonrpsee", @@ -9282,7 +9282,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -9316,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "jsonrpsee", @@ -9335,7 +9335,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9348,7 +9348,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9388,7 +9388,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "finality-grandpa", "futures", @@ -9408,7 +9408,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9455,7 +9455,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9468,7 +9468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "sc-allocator", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "anyhow", "cfg-if", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ansi_term", "futures", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -9529,7 +9529,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-channel", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "cid", "futures", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "bitflags", @@ -9617,7 +9617,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ahash 0.8.2", "futures", @@ -9635,7 +9635,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "futures", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -9688,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "futures", @@ -9707,7 +9707,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "bytes", @@ -9737,7 +9737,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "libp2p", @@ -9750,7 +9750,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9759,7 +9759,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "jsonrpsee", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9808,7 +9808,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "http", "jsonrpsee", @@ -9823,7 +9823,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "futures", @@ -9849,7 +9849,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "directories", @@ -9915,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "log", "parity-scale-codec", @@ -9926,7 +9926,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "clap 4.0.15", "fs4", @@ -9942,7 +9942,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9961,7 +9961,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "libc", @@ -9980,7 +9980,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "chrono", "futures", @@ -9999,7 +9999,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ansi_term", "atty", @@ -10030,7 +10030,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10041,7 +10041,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -10082,7 +10082,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "backtrace", "futures", @@ -10590,7 +10590,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "log", @@ -10608,7 +10608,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "blake2", "proc-macro-crate", @@ -10620,7 +10620,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10633,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "integer-sqrt", "num-traits", @@ -10647,7 +10647,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10660,7 +10660,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-api", @@ -10672,7 +10672,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "log", @@ -10690,25 +10690,22 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", "log", - "parity-scale-codec", "sp-core", "sp-inherents", "sp-runtime", "sp-state-machine", - "sp-std", - "sp-version", "thiserror", ] [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "parity-scale-codec", @@ -10726,7 +10723,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "merlin", @@ -10749,7 +10746,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10768,7 +10765,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "finality-grandpa", "log", @@ -10786,7 +10783,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10798,7 +10795,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -10811,7 +10808,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "base58", @@ -10854,7 +10851,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "blake2", "byteorder", @@ -10868,7 +10865,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro2", "quote", @@ -10879,7 +10876,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10888,7 +10885,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro2", "quote", @@ -10898,7 +10895,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "environmental", "parity-scale-codec", @@ -10909,7 +10906,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10924,7 +10921,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "bytes", "ed25519", @@ -10949,7 +10946,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "lazy_static", "sp-core", @@ -10960,7 +10957,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures", @@ -10977,7 +10974,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "thiserror", "zstd", @@ -10986,7 +10983,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11004,7 +11001,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11018,7 +11015,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "sp-api", "sp-core", @@ -11028,7 +11025,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "backtrace", "lazy_static", @@ -11038,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "rustc-hash", "serde", @@ -11048,7 +11045,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "either", "hash256-std-hasher", @@ -11070,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11088,7 +11085,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "Inflector", "proc-macro-crate", @@ -11100,7 +11097,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11114,7 +11111,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11126,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hash-db", "log", @@ -11146,12 +11143,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11164,7 +11161,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "futures-timer", @@ -11179,7 +11176,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "sp-std", @@ -11191,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "sp-api", "sp-runtime", @@ -11200,7 +11197,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "log", @@ -11216,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11239,7 +11236,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11256,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11267,7 +11264,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11281,7 +11278,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "parity-scale-codec", "scale-info", @@ -11501,7 +11498,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "platforms", ] @@ -11509,7 +11506,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11528,7 +11525,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "hyper", "log", @@ -11540,7 +11537,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "jsonrpsee", @@ -11553,7 +11550,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "jsonrpsee", "log", @@ -11572,7 +11569,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "array-bytes", "async-trait", @@ -11598,7 +11595,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11608,7 +11605,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11619,7 +11616,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "ansi_term", "build-helper", @@ -12420,7 +12417,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#5cd48479c5766161729666ac99091e60d7b8fef5" +source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" dependencies = [ "async-trait", "clap 4.0.15", diff --git a/runtime/common/src/impls.rs b/runtime/common/src/impls.rs index 30fe40bf4fba..de6e415b8606 100644 --- a/runtime/common/src/impls.rs +++ b/runtime/common/src/impls.rs @@ -133,9 +133,9 @@ mod tests { parameter_types! { pub const BlockHashCount: u64 = 250; pub BlockWeights: limits::BlockWeights = limits::BlockWeights::builder() - .base_block(Weight::from_ref_time(10)) + .base_block(Weight::from_parts(10, 0)) .for_class(DispatchClass::all(), |weight| { - weight.base_extrinsic = Weight::from_ref_time(100); + weight.base_extrinsic = Weight::from_parts(100, 0); }) .for_class(DispatchClass::non_mandatory(), |weight| { weight.max_total = Some(Weight::from_parts(1024, u64::MAX)); diff --git a/runtime/common/src/purchase.rs b/runtime/common/src/purchase.rs index dcc3f1e2b5c5..ed4647531ff0 100644 --- a/runtime/common/src/purchase.rs +++ b/runtime/common/src/purchase.rs @@ -196,7 +196,7 @@ pub mod pallet { /// /// Origin must match the `ValidityOrigin`. #[pallet::call_index(0)] - #[pallet::weight(Weight::from_ref_time(200_000_000) + T::DbWeight::get().reads_writes(4, 1))] + #[pallet::weight(Weight::from_parts(200_000_000, 0) + T::DbWeight::get().reads_writes(4, 1))] pub fn create_account( origin: OriginFor, who: T::AccountId, diff --git a/runtime/kusama/constants/src/weights/block_weights.rs b/runtime/kusama/constants/src/weights/block_weights.rs index 22b42b94564d..285cb24bea0f 100644 --- a/runtime/kusama/constants/src/weights/block_weights.rs +++ b/runtime/kusama/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 9_411_822 /// 75th: 9_272_878 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_246_456)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(9_246_456), 0); } #[cfg(test)] diff --git a/runtime/kusama/constants/src/weights/extrinsic_weights.rs b/runtime/kusama/constants/src/weights/extrinsic_weights.rs index 63f11bea025e..73f68231721e 100644 --- a/runtime/kusama/constants/src/weights/extrinsic_weights.rs +++ b/runtime/kusama/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 105_257 /// 75th: 104_647 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(104_517)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(104_517), 0); } #[cfg(test)] diff --git a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs index fef79be7a347..b4a89de52d17 100644 --- a/runtime/kusama/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/kusama/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 169 nanoseconds. - Weight::from_ref_time(211_793) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(211_793, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 172 nanoseconds. - Weight::from_ref_time(210_656) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(210_656, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 173 nanoseconds. - Weight::from_ref_time(216_851) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(216_851, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 171 nanoseconds. - Weight::from_ref_time(210_747) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(210_747, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 24_801_107 nanoseconds. - Weight::from_ref_time(25_036_984_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(25_036_984_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 197 nanoseconds. - Weight::from_ref_time(220_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(220_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 18_400 - .saturating_add(Weight::from_ref_time(47_299_555).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(47_299_555, 0).saturating_mul(i.into())) } } diff --git a/runtime/kusama/src/weights/frame_election_provider_support.rs b/runtime/kusama/src/weights/frame_election_provider_support.rs index 6290de96d0b8..000d9b9108a8 100644 --- a/runtime/kusama/src/weights/frame_election_provider_support.rs +++ b/runtime/kusama/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 6_256_446 nanoseconds. - Weight::from_ref_time(6_327_881_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_327_881_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 140_664 - .saturating_add(Weight::from_ref_time(5_840_511).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_840_511, 0).saturating_mul(v.into())) // Standard Error: 14_381_047 - .saturating_add(Weight::from_ref_time(1_543_872_437).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_543_872_437, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 4_822_640 nanoseconds. - Weight::from_ref_time(4_870_840_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_870_840_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 150_173 - .saturating_add(Weight::from_ref_time(5_687_544).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_687_544, 0).saturating_mul(v.into())) // Standard Error: 15_353_175 - .saturating_add(Weight::from_ref_time(1_784_144_004).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_784_144_004, 0).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/frame_system.rs b/runtime/kusama/src/weights/frame_system.rs index fc917c068f82..88db32fabcba 100644 --- a/runtime/kusama/src/weights/frame_system.rs +++ b/runtime/kusama/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_917 nanoseconds. - Weight::from_ref_time(1_973_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_973_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(370).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(370, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_274 nanoseconds. - Weight::from_ref_time(7_405_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_405_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_731).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_731, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_833 nanoseconds. - Weight::from_ref_time(3_995_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_995_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_820 nanoseconds. - Weight::from_ref_time(1_857_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_857_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_965 - .saturating_add(Weight::from_ref_time(676_171).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(676_171, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_856 nanoseconds. - Weight::from_ref_time(1_919_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_919_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 850 - .saturating_add(Weight::from_ref_time(484_572).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(484_572, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `120 + p * (69 ±0)` // Estimated: `121 + p * (70 ±0)` // Minimum execution time: 3_847 nanoseconds. - Weight::from_ref_time(3_930_000) - .saturating_add(Weight::from_proof_size(121)) + Weight::from_parts(3_930_000, 0) + .saturating_add(Weight::from_parts(0, 121)) // Standard Error: 1_032 - .saturating_add(Weight::from_ref_time(1_006_925).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_006_925, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_bags_list.rs b/runtime/kusama/src/weights/pallet_bags_list.rs index 6bf35b630ee0..0ce8778df7cd 100644 --- a/runtime/kusama/src/weights/pallet_bags_list.rs +++ b/runtime/kusama/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1846` // Estimated: `19186` // Minimum execution time: 59_681 nanoseconds. - Weight::from_ref_time(60_540_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(60_540_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1740` // Estimated: `19114` // Minimum execution time: 58_266 nanoseconds. - Weight::from_ref_time(59_035_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(59_035_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2081` // Estimated: `25798` // Minimum execution time: 65_043 nanoseconds. - Weight::from_ref_time(65_583_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(65_583_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/kusama/src/weights/pallet_balances.rs b/runtime/kusama/src/weights/pallet_balances.rs index 1787c8d3822d..ebe7d8bc43d1 100644 --- a/runtime/kusama/src/weights/pallet_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances.rs @@ -47,49 +47,49 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { // Minimum execution time: 40_902 nanoseconds. - Weight::from_ref_time(41_638_000 as u64) + Weight::from_parts(41_638_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { // Minimum execution time: 30_093 nanoseconds. - Weight::from_ref_time(30_732_000 as u64) + Weight::from_parts(30_732_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { // Minimum execution time: 23_901 nanoseconds. - Weight::from_ref_time(24_238_000 as u64) + Weight::from_parts(24_238_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { // Minimum execution time: 26_402 nanoseconds. - Weight::from_ref_time(27_026_000 as u64) + Weight::from_parts(27_026_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { // Minimum execution time: 40_328 nanoseconds. - Weight::from_ref_time(41_242_000 as u64) + Weight::from_parts(41_242_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { // Minimum execution time: 35_401 nanoseconds. - Weight::from_ref_time(36_122_000 as u64) + Weight::from_parts(36_122_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { // Minimum execution time: 20_178 nanoseconds. - Weight::from_ref_time(20_435_000 as u64) + Weight::from_parts(20_435_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs index 14fdf57c3f0c..558ea276e1fd 100644 --- a/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/kusama/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1887` // Estimated: `8288` // Minimum execution time: 52_484 nanoseconds. - Weight::from_ref_time(53_580_000) - .saturating_add(Weight::from_proof_size(8288)) + Weight::from_parts(53_580_000, 0) + .saturating_add(Weight::from_parts(0, 8288)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -70,8 +70,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1713` // Estimated: `7777` // Minimum execution time: 36_900 nanoseconds. - Weight::from_ref_time(37_642_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(37_642_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1363` // Estimated: `3098` // Minimum execution time: 24_647 nanoseconds. - Weight::from_ref_time(24_978_000) - .saturating_add(Weight::from_proof_size(3098)) + Weight::from_parts(24_978_000, 0) + .saturating_add(Weight::from_parts(0, 3098)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1921` // Estimated: `5701` // Minimum execution time: 34_307 nanoseconds. - Weight::from_ref_time(34_814_000) - .saturating_add(Weight::from_proof_size(5701)) + Weight::from_parts(34_814_000, 0) + .saturating_add(Weight::from_parts(0, 5701)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1883` // Estimated: `10891` // Minimum execution time: 50_665 nanoseconds. - Weight::from_ref_time(51_270_000) - .saturating_add(Weight::from_proof_size(10891)) + Weight::from_parts(51_270_000, 0) + .saturating_add(Weight::from_parts(0, 10891)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -130,8 +130,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1885` // Estimated: `7777` // Minimum execution time: 47_045 nanoseconds. - Weight::from_ref_time(47_702_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(47_702_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1361` // Estimated: `2587` // Minimum execution time: 23_366 nanoseconds. - Weight::from_ref_time(23_786_000) - .saturating_add(Weight::from_proof_size(2587)) + Weight::from_parts(23_786_000, 0) + .saturating_add(Weight::from_parts(0, 2587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_bounties.rs b/runtime/kusama/src/weights/pallet_bounties.rs index 0696eec307e6..a7266909c1b9 100644 --- a/runtime/kusama/src/weights/pallet_bounties.rs +++ b/runtime/kusama/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `3102` // Minimum execution time: 23_613 nanoseconds. - Weight::from_ref_time(25_287_910) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(25_287_910, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(701).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(701, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `334` // Estimated: `3549` // Minimum execution time: 10_746 nanoseconds. - Weight::from_ref_time(11_000_000) - .saturating_add(Weight::from_proof_size(3549)) + Weight::from_parts(11_000_000, 0) + .saturating_add(Weight::from_parts(0, 3549)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,8 +87,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `354` // Estimated: `2652` // Minimum execution time: 9_691 nanoseconds. - Weight::from_ref_time(9_929_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(9_929_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `562` // Estimated: `5255` // Minimum execution time: 34_060 nanoseconds. - Weight::from_ref_time(34_436_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(34_436_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,8 +115,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `558` // Estimated: `5255` // Minimum execution time: 22_544 nanoseconds. - Weight::from_ref_time(23_053_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(23_053_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `538` // Estimated: `5143` // Minimum execution time: 18_886 nanoseconds. - Weight::from_ref_time(19_300_000) - .saturating_add(Weight::from_proof_size(5143)) + Weight::from_parts(19_300_000, 0) + .saturating_add(Weight::from_parts(0, 5143)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -147,8 +147,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `966` // Estimated: `12964` // Minimum execution time: 75_378 nanoseconds. - Weight::from_ref_time(76_364_000) - .saturating_add(Weight::from_proof_size(12964)) + Weight::from_parts(76_364_000, 0) + .saturating_add(Weight::from_parts(0, 12964)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -165,8 +165,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `614` // Estimated: `7746` // Minimum execution time: 39_206 nanoseconds. - Weight::from_ref_time(39_721_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(39_721_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -183,8 +183,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `882` // Estimated: `10349` // Minimum execution time: 52_829 nanoseconds. - Weight::from_ref_time(53_521_000) - .saturating_add(Weight::from_proof_size(10349)) + Weight::from_parts(53_521_000, 0) + .saturating_add(Weight::from_parts(0, 10349)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `390` // Estimated: `2652` // Minimum execution time: 14_913 nanoseconds. - Weight::from_ref_time(15_100_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(15_100_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,14 +212,14 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0 + b * (360 ±0)` // Estimated: `897 + b * (7858 ±0)` // Minimum execution time: 4_300 nanoseconds. - Weight::from_ref_time(4_380_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(4_380_000, 0) + .saturating_add(Weight::from_parts(0, 897)) // Standard Error: 17_926 - .saturating_add(Weight::from_ref_time(32_426_151).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(32_426_151, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(7858).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 7858).saturating_mul(b.into())) } } diff --git a/runtime/kusama/src/weights/pallet_child_bounties.rs b/runtime/kusama/src/weights/pallet_child_bounties.rs index b6e79fe4b2bb..991f991c3410 100644 --- a/runtime/kusama/src/weights/pallet_child_bounties.rs +++ b/runtime/kusama/src/weights/pallet_child_bounties.rs @@ -63,10 +63,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 16_904 nanoseconds. - Weight::from_ref_time(17_214_000) - .saturating_add(Weight::from_proof_size(16322)) + Weight::from_parts(17_214_000, 0) + .saturating_add(Weight::from_parts(0, 16322)) // Standard Error: 47_361 - .saturating_add(Weight::from_ref_time(5_256_277).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_256_277, 0).saturating_mul(m.into())) // Standard Error: 47_361 - .saturating_add(Weight::from_ref_time(8_009_631).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_009_631, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `664 + m * (32 ±0)` // Minimum execution time: 15_332 nanoseconds. - Weight::from_ref_time(14_449_763) - .saturating_add(Weight::from_proof_size(664)) + Weight::from_parts(14_449_763, 0) + .saturating_add(Weight::from_parts(0, 664)) // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_763).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_763, 0).saturating_mul(b.into())) // Standard Error: 194 - .saturating_add(Weight::from_ref_time(14_894).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_894, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `3308 + m * (64 ±0)` // Minimum execution time: 17_885 nanoseconds. - Weight::from_ref_time(17_047_265) - .saturating_add(Weight::from_proof_size(3308)) + Weight::from_parts(17_047_265, 0) + .saturating_add(Weight::from_parts(0, 3308)) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_432).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_432, 0).saturating_mul(b.into())) // Standard Error: 212 - .saturating_add(Weight::from_ref_time(24_204).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_204, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `490 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6025 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 23_932 nanoseconds. - Weight::from_ref_time(25_045_483) - .saturating_add(Weight::from_proof_size(6025)) + Weight::from_parts(25_045_483, 0) + .saturating_add(Weight::from_parts(0, 6025)) // Standard Error: 50 - .saturating_add(Weight::from_ref_time(2_502).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_502, 0).saturating_mul(b.into())) // Standard Error: 525 - .saturating_add(Weight::from_ref_time(16_887).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(16_887, 0).saturating_mul(m.into())) // Standard Error: 518 - .saturating_add(Weight::from_ref_time(116_253).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(116_253, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `940 + m * (64 ±0)` // Estimated: `4848 + m * (128 ±0)` // Minimum execution time: 21_328 nanoseconds. - Weight::from_ref_time(22_066_229) - .saturating_add(Weight::from_proof_size(4848)) + Weight::from_parts(22_066_229, 0) + .saturating_add(Weight::from_parts(0, 4848)) // Standard Error: 239 - .saturating_add(Weight::from_ref_time(40_102).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(40_102, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `560 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5629 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 26_232 nanoseconds. - Weight::from_ref_time(27_666_505) - .saturating_add(Weight::from_proof_size(5629)) + Weight::from_parts(27_666_505, 0) + .saturating_add(Weight::from_parts(0, 5629)) // Standard Error: 832 - .saturating_add(Weight::from_ref_time(10_187).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(10_187, 0).saturating_mul(m.into())) // Standard Error: 811 - .saturating_add(Weight::from_ref_time(139_912).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(139_912, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 37_308 nanoseconds. - Weight::from_ref_time(40_963_204) - .saturating_add(Weight::from_proof_size(8900)) + Weight::from_parts(40_963_204, 0) + .saturating_add(Weight::from_parts(0, 8900)) // Standard Error: 69 - .saturating_add(Weight::from_ref_time(1_632).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_632, 0).saturating_mul(b.into())) // Standard Error: 730 - .saturating_add(Weight::from_ref_time(14_355).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_355, 0).saturating_mul(m.into())) // Standard Error: 712 - .saturating_add(Weight::from_ref_time(130_424).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(130_424, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `580 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6765 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 29_350 nanoseconds. - Weight::from_ref_time(30_743_848) - .saturating_add(Weight::from_proof_size(6765)) + Weight::from_parts(30_743_848, 0) + .saturating_add(Weight::from_parts(0, 6765)) // Standard Error: 876 - .saturating_add(Weight::from_ref_time(30_695).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(30_695, 0).saturating_mul(m.into())) // Standard Error: 854 - .saturating_add(Weight::from_ref_time(131_831).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(131_831, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 43_292 nanoseconds. - Weight::from_ref_time(43_554_895) - .saturating_add(Weight::from_proof_size(10235)) + Weight::from_parts(43_554_895, 0) + .saturating_add(Weight::from_parts(0, 10235)) // Standard Error: 62 - .saturating_add(Weight::from_ref_time(1_824).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_824, 0).saturating_mul(b.into())) // Standard Error: 661 - .saturating_add(Weight::from_ref_time(16_285).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(16_285, 0).saturating_mul(m.into())) // Standard Error: 644 - .saturating_add(Weight::from_ref_time(133_173).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(133_173, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `325 + p * (32 ±0)` // Estimated: `1470 + p * (96 ±0)` // Minimum execution time: 14_588 nanoseconds. - Weight::from_ref_time(16_453_268) - .saturating_add(Weight::from_proof_size(1470)) + Weight::from_parts(16_453_268, 0) + .saturating_add(Weight::from_parts(0, 1470)) // Standard Error: 438 - .saturating_add(Weight::from_ref_time(107_110).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(107_110, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs index 2c06679cbed4..2f829c8c29d1 100644 --- a/runtime/kusama/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/kusama/src/weights/pallet_collective_technical_committee.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16478 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_598 nanoseconds. - Weight::from_ref_time(17_945_000) - .saturating_add(Weight::from_proof_size(16478)) + Weight::from_parts(17_945_000, 0) + .saturating_add(Weight::from_parts(0, 16478)) // Standard Error: 47_017 - .saturating_add(Weight::from_ref_time(5_222_125).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_222_125, 0).saturating_mul(m.into())) // Standard Error: 47_017 - .saturating_add(Weight::from_ref_time(8_124_374).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_124_374, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `207 + m * (32 ±0)` // Estimated: `703 + m * (32 ±0)` // Minimum execution time: 16_201 nanoseconds. - Weight::from_ref_time(15_118_138) - .saturating_add(Weight::from_proof_size(703)) + Weight::from_parts(15_118_138, 0) + .saturating_add(Weight::from_parts(0, 703)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_744).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_744, 0).saturating_mul(b.into())) // Standard Error: 202 - .saturating_add(Weight::from_ref_time(15_267).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_267, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `207 + m * (32 ±0)` // Estimated: `3386 + m * (64 ±0)` // Minimum execution time: 18_645 nanoseconds. - Weight::from_ref_time(17_701_946) - .saturating_add(Weight::from_proof_size(3386)) + Weight::from_parts(17_701_946, 0) + .saturating_add(Weight::from_parts(0, 3386)) // Standard Error: 18 - .saturating_add(Weight::from_ref_time(1_507).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_507, 0).saturating_mul(b.into())) // Standard Error: 192 - .saturating_add(Weight::from_ref_time(20_679).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(20_679, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `529 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6220 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 24_768 nanoseconds. - Weight::from_ref_time(25_762_588) - .saturating_add(Weight::from_proof_size(6220)) + Weight::from_parts(25_762_588, 0) + .saturating_add(Weight::from_parts(0, 6220)) // Standard Error: 54 - .saturating_add(Weight::from_ref_time(2_615).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_615, 0).saturating_mul(b.into())) // Standard Error: 570 - .saturating_add(Weight::from_ref_time(18_024).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_024, 0).saturating_mul(m.into())) // Standard Error: 563 - .saturating_add(Weight::from_ref_time(118_711).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(118_711, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `979 + m * (64 ±0)` // Estimated: `4926 + m * (128 ±0)` // Minimum execution time: 22_202 nanoseconds. - Weight::from_ref_time(22_927_853) - .saturating_add(Weight::from_proof_size(4926)) + Weight::from_parts(22_927_853, 0) + .saturating_add(Weight::from_parts(0, 4926)) // Standard Error: 263 - .saturating_add(Weight::from_ref_time(39_561).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(39_561, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `599 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5785 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 27_288 nanoseconds. - Weight::from_ref_time(28_966_982) - .saturating_add(Weight::from_proof_size(5785)) + Weight::from_parts(28_966_982, 0) + .saturating_add(Weight::from_parts(0, 5785)) // Standard Error: 837 - .saturating_add(Weight::from_ref_time(25_731).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(25_731, 0).saturating_mul(m.into())) // Standard Error: 816 - .saturating_add(Weight::from_ref_time(130_049).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(130_049, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `935 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `9056 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 41_320 nanoseconds. - Weight::from_ref_time(42_052_397) - .saturating_add(Weight::from_proof_size(9056)) + Weight::from_parts(42_052_397, 0) + .saturating_add(Weight::from_parts(0, 9056)) // Standard Error: 58 - .saturating_add(Weight::from_ref_time(1_517).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_517, 0).saturating_mul(b.into())) // Standard Error: 616 - .saturating_add(Weight::from_ref_time(15_616).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(15_616, 0).saturating_mul(m.into())) // Standard Error: 601 - .saturating_add(Weight::from_ref_time(129_809).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(129_809, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `619 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6960 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 30_441 nanoseconds. - Weight::from_ref_time(33_053_449) - .saturating_add(Weight::from_proof_size(6960)) + Weight::from_parts(33_053_449, 0) + .saturating_add(Weight::from_parts(0, 6960)) // Standard Error: 545 - .saturating_add(Weight::from_ref_time(28_062).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(28_062, 0).saturating_mul(m.into())) // Standard Error: 531 - .saturating_add(Weight::from_ref_time(118_196).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(118_196, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `955 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10430 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 44_117 nanoseconds. - Weight::from_ref_time(44_764_424) - .saturating_add(Weight::from_proof_size(10430)) + Weight::from_parts(44_764_424, 0) + .saturating_add(Weight::from_parts(0, 10430)) // Standard Error: 58 - .saturating_add(Weight::from_ref_time(1_714).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_714, 0).saturating_mul(b.into())) // Standard Error: 622 - .saturating_add(Weight::from_ref_time(17_011).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_011, 0).saturating_mul(m.into())) // Standard Error: 607 - .saturating_add(Weight::from_ref_time(132_627).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(132_627, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `364 + p * (32 ±0)` // Estimated: `1587 + p * (96 ±0)` // Minimum execution time: 15_308 nanoseconds. - Weight::from_ref_time(17_038_386) - .saturating_add(Weight::from_proof_size(1587)) + Weight::from_parts(17_038_386, 0) + .saturating_add(Weight::from_parts(0, 1587)) // Standard Error: 420 - .saturating_add(Weight::from_ref_time(108_431).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(108_431, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_conviction_voting.rs b/runtime/kusama/src/weights/pallet_conviction_voting.rs index 92f8264d58f7..b127b709dbf4 100644 --- a/runtime/kusama/src/weights/pallet_conviction_voting.rs +++ b/runtime/kusama/src/weights/pallet_conviction_voting.rs @@ -60,8 +60,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `13540` // Estimated: `81125` // Minimum execution time: 110_244 nanoseconds. - Weight::from_ref_time(112_779_000) - .saturating_add(Weight::from_proof_size(81125)) + Weight::from_parts(112_779_000, 0) + .saturating_add(Weight::from_parts(0, 81125)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -80,8 +80,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `14292` // Estimated: `122563` // Minimum execution time: 168_802 nanoseconds. - Weight::from_ref_time(172_963_000) - .saturating_add(Weight::from_proof_size(122563)) + Weight::from_parts(172_963_000, 0) + .saturating_add(Weight::from_parts(0, 122563)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -96,8 +96,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `14012` // Estimated: `116003` // Minimum execution time: 149_473 nanoseconds. - Weight::from_ref_time(152_584_000) - .saturating_add(Weight::from_proof_size(116003)) + Weight::from_parts(152_584_000, 0) + .saturating_add(Weight::from_parts(0, 116003)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -110,8 +110,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `13067` // Estimated: `33127` // Minimum execution time: 59_104 nanoseconds. - Weight::from_ref_time(59_959_000) - .saturating_add(Weight::from_proof_size(33127)) + Weight::from_parts(59_959_000, 0) + .saturating_add(Weight::from_parts(0, 33127)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -131,15 +131,15 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `29734 + r * (397 ±0)` // Estimated: `148868 + r * (3411 ±0)` // Minimum execution time: 50_204 nanoseconds. - Weight::from_ref_time(1_560_629_085) - .saturating_add(Weight::from_proof_size(148868)) + Weight::from_parts(1_560_629_085, 0) + .saturating_add(Weight::from_parts(0, 148868)) // Standard Error: 135_758 - .saturating_add(Weight::from_ref_time(37_491_165).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(37_491_165, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(3411).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3411).saturating_mul(r.into())) } /// Storage: ConvictionVoting VotingFor (r:2 w:2) /// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) @@ -153,15 +153,15 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `29650 + r * (397 ±0)` // Estimated: `142308 + r * (3411 ±0)` // Minimum execution time: 33_539 nanoseconds. - Weight::from_ref_time(1_538_822_528) - .saturating_add(Weight::from_proof_size(142308)) + Weight::from_parts(1_538_822_528, 0) + .saturating_add(Weight::from_parts(0, 142308)) // Standard Error: 135_125 - .saturating_add(Weight::from_ref_time(37_655_169).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(37_655_169, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(3411).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 3411).saturating_mul(r.into())) } /// Storage: ConvictionVoting VotingFor (r:1 w:1) /// Proof: ConvictionVoting VotingFor (max_values: None, max_size: Some(27241), added: 29716, mode: MaxEncodedLen) @@ -174,8 +174,8 @@ impl pallet_conviction_voting::WeightInfo for WeightInf // Measured: `12312` // Estimated: `36276` // Minimum execution time: 67_359 nanoseconds. - Weight::from_ref_time(69_826_000) - .saturating_add(Weight::from_proof_size(36276)) + Weight::from_parts(69_826_000, 0) + .saturating_add(Weight::from_parts(0, 36276)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_democracy.rs b/runtime/kusama/src/weights/pallet_democracy.rs index 3a59440eeeb8..a97633f26f47 100644 --- a/runtime/kusama/src/weights/pallet_democracy.rs +++ b/runtime/kusama/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 34_876 nanoseconds. - Weight::from_ref_time(35_375_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(35_375_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 31_982 nanoseconds. - Weight::from_ref_time(32_412_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(32_412_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3532` // Estimated: `12720` // Minimum execution time: 46_525 nanoseconds. - Weight::from_ref_time(46_812_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_812_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3554` // Estimated: `12720` // Minimum execution time: 46_269 nanoseconds. - Weight::from_ref_time(46_629_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_629_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 25_015 nanoseconds. - Weight::from_ref_time(25_351_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(25_351_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 90_150 nanoseconds. - Weight::from_ref_time(91_058_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(91_058_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 12_616 nanoseconds. - Weight::from_ref_time(12_812_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(12_812_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_172 nanoseconds. - Weight::from_ref_time(3_295_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_295_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_117 nanoseconds. - Weight::from_ref_time(3_288_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_288_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 26_675 nanoseconds. - Weight::from_ref_time(27_369_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(27_369_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 31_174 nanoseconds. - Weight::from_ref_time(31_517_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(31_517_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 73_218 nanoseconds. - Weight::from_ref_time(74_394_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(74_394_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 18_468 nanoseconds. - Weight::from_ref_time(18_870_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(18_870_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,14 +261,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 6_237 nanoseconds. - Weight::from_ref_time(9_788_030) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(9_788_030, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_493 - .saturating_add(Weight::from_ref_time(2_774_064).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_774_064, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -288,14 +288,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 9_370 nanoseconds. - Weight::from_ref_time(12_551_319) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(12_551_319, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 5_735 - .saturating_add(Weight::from_ref_time(2_771_452).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_771_452, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -309,15 +309,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `925 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 39_375 nanoseconds. - Weight::from_ref_time(42_351_696) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(42_351_696, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 7_527 - .saturating_add(Weight::from_ref_time(3_880_547).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_880_547, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -329,15 +329,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 20_672 nanoseconds. - Weight::from_ref_time(22_405_117) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(22_405_117, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 7_623 - .saturating_add(Weight::from_ref_time(3_830_380).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_830_380, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_083 nanoseconds. - Weight::from_ref_time(3_242_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_242_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `594` // Estimated: `12647` // Minimum execution time: 20_374 nanoseconds. - Weight::from_ref_time(25_944_613) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(25_944_613, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_258 - .saturating_add(Weight::from_ref_time(19_696).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(19_696, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `595 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 24_535 nanoseconds. - Weight::from_ref_time(25_495_740) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(25_495_740, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 551 - .saturating_add(Weight::from_ref_time(60_441).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(60_441, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 14_979 nanoseconds. - Weight::from_ref_time(17_266_413) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(17_266_413, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_973 - .saturating_add(Weight::from_ref_time(87_619).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(87_619, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 15_169 nanoseconds. - Weight::from_ref_time(17_559_094) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(17_559_094, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 2_076 - .saturating_add(Weight::from_ref_time(88_471).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(88_471, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `3193` // Minimum execution time: 17_984 nanoseconds. - Weight::from_ref_time(18_599_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(18_599_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 16_277 nanoseconds. - Weight::from_ref_time(16_581_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(16_581_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4886` // Estimated: `19763` // Minimum execution time: 33_325 nanoseconds. - Weight::from_ref_time(33_908_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(33_908_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 30_899 nanoseconds. - Weight::from_ref_time(31_309_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(31_309_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 14_007 nanoseconds. - Weight::from_ref_time(14_342_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_342_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 17_978 nanoseconds. - Weight::from_ref_time(18_262_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(18_262_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs index 9be45d06c98d..afd49dc7327f 100644 --- a/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/kusama/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1027` // Estimated: `7016` // Minimum execution time: 21_449 nanoseconds. - Weight::from_ref_time(22_362_000) - .saturating_add(Weight::from_proof_size(7016)) + Weight::from_parts(22_362_000, 0) + .saturating_add(Weight::from_parts(0, 7016)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `148` // Estimated: `1286` // Minimum execution time: 12_547 nanoseconds. - Weight::from_ref_time(13_335_000) - .saturating_add(Weight::from_proof_size(1286)) + Weight::from_parts(13_335_000, 0) + .saturating_add(Weight::from_parts(0, 1286)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `148` // Estimated: `1286` // Minimum execution time: 14_056 nanoseconds. - Weight::from_ref_time(14_550_000) - .saturating_add(Weight::from_proof_size(1286)) + Weight::from_parts(14_550_000, 0) + .saturating_add(Weight::from_parts(0, 1286)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 24_655 nanoseconds. - Weight::from_ref_time(25_009_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(25_009_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 16_964 nanoseconds. - Weight::from_ref_time(17_298_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(17_298_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 671_539 nanoseconds. - Weight::from_ref_time(690_128_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(690_128_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_403 - .saturating_add(Weight::from_ref_time(390_939).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(390_939, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,14 +170,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `931 + a * (1152 ±0) + d * (47 ±0)` // Estimated: `14232 + a * (10368 ±0) + d * (432 ±0)` // Minimum execution time: 365_109 nanoseconds. - Weight::from_ref_time(378_817_000) - .saturating_add(Weight::from_proof_size(14232)) + Weight::from_parts(378_817_000, 0) + .saturating_add(Weight::from_parts(0, 14232)) // Standard Error: 9_758 - .saturating_add(Weight::from_ref_time(577_521).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(577_521, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(10368).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(432).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 10368).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 432).saturating_mul(d.into())) } /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) @@ -196,8 +196,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1270` // Estimated: `8841` // Minimum execution time: 44_760 nanoseconds. - Weight::from_ref_time(45_281_000) - .saturating_add(Weight::from_proof_size(8841)) + Weight::from_parts(45_281_000, 0) + .saturating_add(Weight::from_parts(0, 8841)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -224,16 +224,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `285 + v * (809 ±0) + t * (32 ±0)` // Estimated: `5460 + v * (5663 ±0) + t * (224 ±0)` // Minimum execution time: 7_221_400 nanoseconds. - Weight::from_ref_time(7_322_097_000) - .saturating_add(Weight::from_proof_size(5460)) + Weight::from_parts(7_322_097_000, 0) + .saturating_add(Weight::from_parts(0, 5460)) // Standard Error: 27_267 - .saturating_add(Weight::from_ref_time(41_662).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_662, 0).saturating_mul(v.into())) // Standard Error: 80_803 - .saturating_add(Weight::from_ref_time(6_916_813).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(6_916_813, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(5663).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 5663).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `260 + v * (809 ±0) + t * (32 ±0)` // Estimated: `3020 + v * (3236 ±0) + t * (128 ±0)` // Minimum execution time: 6_056_695 nanoseconds. - Weight::from_ref_time(126_880_199) - .saturating_add(Weight::from_proof_size(3020)) + Weight::from_parts(126_880_199, 0) + .saturating_add(Weight::from_parts(0, 3020)) // Standard Error: 17_213 - .saturating_add(Weight::from_ref_time(877_536).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(877_536, 0).saturating_mul(v.into())) // Standard Error: 57_299 - .saturating_add(Weight::from_ref_time(8_302_939).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(8_302_939, 0).saturating_mul(a.into())) // Standard Error: 85_881 - .saturating_add(Weight::from_ref_time(1_570_237).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_570_237, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(Weight::from_proof_size(3236).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3236).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) } } diff --git a/runtime/kusama/src/weights/pallet_elections_phragmen.rs b/runtime/kusama/src/weights/pallet_elections_phragmen.rs index c8c9f6c66e8e..27b77ce75c1e 100644 --- a/runtime/kusama/src/weights/pallet_elections_phragmen.rs +++ b/runtime/kusama/src/weights/pallet_elections_phragmen.rs @@ -61,13 +61,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `499 + v * (80 ±0)` // Estimated: `9726 + v * (320 ±0)` // Minimum execution time: 26_970 nanoseconds. - Weight::from_ref_time(27_998_740) - .saturating_add(Weight::from_proof_size(9726)) + Weight::from_parts(27_998_740, 0) + .saturating_add(Weight::from_parts(0, 9726)) // Standard Error: 5_062 - .saturating_add(Weight::from_ref_time(138_034).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(138_034, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -85,13 +85,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `467 + v * (80 ±0)` // Estimated: `9598 + v * (320 ±0)` // Minimum execution time: 37_220 nanoseconds. - Weight::from_ref_time(37_898_566) - .saturating_add(Weight::from_proof_size(9598)) + Weight::from_parts(37_898_566, 0) + .saturating_add(Weight::from_parts(0, 9598)) // Standard Error: 6_174 - .saturating_add(Weight::from_ref_time(130_031).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(130_031, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `499 + v * (80 ±0)` // Estimated: `9726 + v * (320 ±0)` // Minimum execution time: 36_984 nanoseconds. - Weight::from_ref_time(37_727_688) - .saturating_add(Weight::from_proof_size(9726)) + Weight::from_parts(37_727_688, 0) + .saturating_add(Weight::from_parts(0, 9726)) // Standard Error: 5_281 - .saturating_add(Weight::from_ref_time(155_470).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(155_470, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Voting (r:1 w:1) /// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `989` // Estimated: `7238` // Minimum execution time: 33_417 nanoseconds. - Weight::from_ref_time(33_890_000) - .saturating_add(Weight::from_proof_size(7238)) + Weight::from_parts(33_890_000, 0) + .saturating_add(Weight::from_parts(0, 7238)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,13 +143,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2839 + c * (48 ±0)` // Estimated: `9996 + c * (144 ±0)` // Minimum execution time: 31_809 nanoseconds. - Weight::from_ref_time(24_804_007) - .saturating_add(Weight::from_proof_size(9996)) + Weight::from_parts(24_804_007, 0) + .saturating_add(Weight::from_parts(0, 9996)) // Standard Error: 896 - .saturating_add(Weight::from_ref_time(80_259).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(80_259, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -159,13 +159,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `348 + c * (48 ±0)` // Estimated: `830 + c * (48 ±0)` // Minimum execution time: 24_845 nanoseconds. - Weight::from_ref_time(17_884_636) - .saturating_add(Weight::from_proof_size(830)) + Weight::from_parts(17_884_636, 0) + .saturating_add(Weight::from_parts(0, 830)) // Standard Error: 887 - .saturating_add(Weight::from_ref_time(58_586).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_586, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3113` // Estimated: `17545` // Minimum execution time: 43_134 nanoseconds. - Weight::from_ref_time(44_525_000) - .saturating_add(Weight::from_proof_size(17545)) + Weight::from_parts(44_525_000, 0) + .saturating_add(Weight::from_parts(0, 17545)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1776` // Estimated: `2271` // Minimum execution time: 27_323 nanoseconds. - Weight::from_ref_time(27_861_000) - .saturating_add(Weight::from_proof_size(2271)) + Weight::from_parts(27_861_000, 0) + .saturating_add(Weight::from_parts(0, 2271)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,8 +206,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3113` // Estimated: `20148` // Minimum execution time: 58_918 nanoseconds. - Weight::from_ref_time(59_322_000) - .saturating_add(Weight::from_proof_size(20148)) + Weight::from_parts(59_322_000, 0) + .saturating_add(Weight::from_parts(0, 20148)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,14 +250,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `35989 + v * (872 ±0)` // Estimated: `149016 + v * (12340 ±0)` // Minimum execution time: 338_562_744 nanoseconds. - Weight::from_ref_time(339_541_438_000) - .saturating_add(Weight::from_proof_size(149016)) + Weight::from_parts(339_541_438_000, 0) + .saturating_add(Weight::from_parts(0, 149016)) // Standard Error: 289_739 - .saturating_add(Weight::from_ref_time(41_932_708).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_932_708, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(12340).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -285,19 +285,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5334911 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 34_066_705 nanoseconds. - Weight::from_ref_time(34_200_781_000) - .saturating_add(Weight::from_proof_size(5334911)) + Weight::from_parts(34_200_781_000, 0) + .saturating_add(Weight::from_parts(0, 5334911)) // Standard Error: 509_361 - .saturating_add(Weight::from_ref_time(43_123_929).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(43_123_929, 0).saturating_mul(v.into())) // Standard Error: 32_687 - .saturating_add(Weight::from_ref_time(2_179_162).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_179_162, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_fast_unstake.rs b/runtime/kusama/src/weights/pallet_fast_unstake.rs index b425f9e7a267..8d6e657336e1 100644 --- a/runtime/kusama/src/weights/pallet_fast_unstake.rs +++ b/runtime/kusama/src/weights/pallet_fast_unstake.rs @@ -79,15 +79,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1348 + b * (375 ±0)` // Estimated: `8805 + b * (17962 ±0)` // Minimum execution time: 77_064 nanoseconds. - Weight::from_ref_time(35_939_138) - .saturating_add(Weight::from_proof_size(8805)) + Weight::from_parts(35_939_138, 0) + .saturating_add(Weight::from_parts(0, 8805)) // Standard Error: 51_777 - .saturating_add(Weight::from_ref_time(41_379_142).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(41_379_142, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(17962).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 17962).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -110,17 +110,17 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1516 + v * (18519 ±0) + b * (48 ±0)` // Estimated: `11390 + v * (39515 ±0) + b * (98 ±0)` // Minimum execution time: 1_753_651 nanoseconds. - Weight::from_ref_time(1_768_190_000) - .saturating_add(Weight::from_proof_size(11390)) + Weight::from_parts(1_768_190_000, 0) + .saturating_add(Weight::from_parts(0, 11390)) // Standard Error: 17_419_764 - .saturating_add(Weight::from_ref_time(557_480_020).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(557_480_020, 0).saturating_mul(v.into())) // Standard Error: 69_698_458 - .saturating_add(Weight::from_ref_time(2_177_348_847).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_177_348_847, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(39515).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(98).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 39515).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `2026` // Estimated: `29594` // Minimum execution time: 111_029 nanoseconds. - Weight::from_ref_time(113_755_000) - .saturating_add(Weight::from_proof_size(29594)) + Weight::from_parts(113_755_000, 0) + .saturating_add(Weight::from_parts(0, 29594)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `10781` // Minimum execution time: 41_214 nanoseconds. - Weight::from_ref_time(41_497_000) - .saturating_add(Weight::from_proof_size(10781)) + Weight::from_parts(41_497_000, 0) + .saturating_add(Weight::from_parts(0, 10781)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_443 nanoseconds. - Weight::from_ref_time(2_586_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_586_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_identity.rs b/runtime/kusama/src/weights/pallet_identity.rs index b54c9ca24676..b35a863543e9 100644 --- a/runtime/kusama/src/weights/pallet_identity.rs +++ b/runtime/kusama/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_208 nanoseconds. - Weight::from_ref_time(12_047_997) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_047_997, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_920 - .saturating_add(Weight::from_ref_time(101_894).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(101_894, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 28_542 nanoseconds. - Weight::from_ref_time(28_963_355) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(28_963_355, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_727 - .saturating_add(Weight::from_ref_time(27_685).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(27_685, 0).saturating_mul(r.into())) // Standard Error: 727 - .saturating_add(Weight::from_ref_time(443_762).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(443_762, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_887 nanoseconds. - Weight::from_ref_time(22_611_966) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_611_966, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_429 - .saturating_add(Weight::from_ref_time(2_875_857).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_875_857, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_636 nanoseconds. - Weight::from_ref_time(21_370_550) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_370_550, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_629 - .saturating_add(Weight::from_ref_time(1_141_607).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_141_607, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 48_957 nanoseconds. - Weight::from_ref_time(26_306_252) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(26_306_252, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 8_739 - .saturating_add(Weight::from_ref_time(93_355).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(93_355, 0).saturating_mul(r.into())) // Standard Error: 1_706 - .saturating_add(Weight::from_ref_time(1_112_902).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_112_902, 0).saturating_mul(s.into())) // Standard Error: 1_706 - .saturating_add(Weight::from_ref_time(237_971).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(237_971, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 29_466 nanoseconds. - Weight::from_ref_time(28_311_470) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(28_311_470, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 4_744 - .saturating_add(Weight::from_ref_time(105_338).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(105_338, 0).saturating_mul(r.into())) // Standard Error: 925 - .saturating_add(Weight::from_ref_time(469_280).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(469_280, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 25_996 nanoseconds. - Weight::from_ref_time(26_141_469) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_141_469, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_115 - .saturating_add(Weight::from_ref_time(61_929).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(61_929, 0).saturating_mul(r.into())) // Standard Error: 802 - .saturating_add(Weight::from_ref_time(466_025).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(466_025, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 6_761 nanoseconds. - Weight::from_ref_time(7_438_431) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_438_431, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_286 - .saturating_add(Weight::from_ref_time(96_779).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(96_779, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_065 nanoseconds. - Weight::from_ref_time(7_761_081) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_761_081, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_405 - .saturating_add(Weight::from_ref_time(89_580).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(89_580, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_029 nanoseconds. - Weight::from_ref_time(7_489_478) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_489_478, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_273 - .saturating_add(Weight::from_ref_time(87_142).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(87_142, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 22_672 nanoseconds. - Weight::from_ref_time(21_800_147) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(21_800_147, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_387 - .saturating_add(Weight::from_ref_time(103_911).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(103_911, 0).saturating_mul(r.into())) // Standard Error: 996 - .saturating_add(Weight::from_ref_time(775_383).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(775_383, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 62_398 nanoseconds. - Weight::from_ref_time(41_403_376) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(41_403_376, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 18_828 - .saturating_add(Weight::from_ref_time(63_353).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(63_353, 0).saturating_mul(r.into())) // Standard Error: 3_676 - .saturating_add(Weight::from_ref_time(1_132_017).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_132_017, 0).saturating_mul(s.into())) // Standard Error: 3_676 - .saturating_add(Weight::from_ref_time(228_527).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(228_527, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 25_876 nanoseconds. - Weight::from_ref_time(30_818_769) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(30_818_769, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_458 - .saturating_add(Weight::from_ref_time(63_175).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(63_175, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_517 nanoseconds. - Weight::from_ref_time(14_411_360) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_411_360, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 615 - .saturating_add(Weight::from_ref_time(17_345).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(17_345, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 29_382 nanoseconds. - Weight::from_ref_time(35_419_886) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(35_419_886, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_530 - .saturating_add(Weight::from_ref_time(49_937).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(49_937, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 18_595 nanoseconds. - Weight::from_ref_time(21_047_083) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(21_047_083, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 986 - .saturating_add(Weight::from_ref_time(56_196).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(56_196, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_im_online.rs b/runtime/kusama/src/weights/pallet_im_online.rs index 7fdd60b2b6e3..2012ba795d0f 100644 --- a/runtime/kusama/src/weights/pallet_im_online.rs +++ b/runtime/kusama/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 91_845 nanoseconds. - Weight::from_ref_time(72_883_222) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(72_883_222, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 391 - .saturating_add(Weight::from_ref_time(24_923).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_923, 0).saturating_mul(k.into())) // Standard Error: 3_945 - .saturating_add(Weight::from_ref_time(391_176).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(391_176, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/kusama/src/weights/pallet_indices.rs b/runtime/kusama/src/weights/pallet_indices.rs index 7a480bd650a3..013fb8d65326 100644 --- a/runtime/kusama/src/weights/pallet_indices.rs +++ b/runtime/kusama/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 19_772 nanoseconds. - Weight::from_ref_time(20_141_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(20_141_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 26_307 nanoseconds. - Weight::from_ref_time(26_715_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(26_715_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 21_317 nanoseconds. - Weight::from_ref_time(21_752_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_752_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 22_949 nanoseconds. - Weight::from_ref_time(23_602_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_602_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 23_291 nanoseconds. - Weight::from_ref_time(23_680_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(23_680_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_membership.rs b/runtime/kusama/src/weights/pallet_membership.rs index 73341c3bae3a..b1aa079e8939 100644 --- a/runtime/kusama/src/weights/pallet_membership.rs +++ b/runtime/kusama/src/weights/pallet_membership.rs @@ -59,13 +59,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `272 + m * (64 ±0)` // Estimated: `5005 + m * (192 ±0)` // Minimum execution time: 15_868 nanoseconds. - Weight::from_ref_time(16_735_956) - .saturating_add(Weight::from_proof_size(5005)) + Weight::from_parts(16_735_956, 0) + .saturating_add(Weight::from_parts(0, 5005)) // Standard Error: 405 - .saturating_add(Weight::from_ref_time(34_427).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(34_427, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -83,13 +83,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 18_310 nanoseconds. - Weight::from_ref_time(20_244_850) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(20_244_850, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 1_013 - .saturating_add(Weight::from_ref_time(24_485).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_485, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -107,13 +107,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 18_288 nanoseconds. - Weight::from_ref_time(19_678_526) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(19_678_526, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 638 - .saturating_add(Weight::from_ref_time(46_969).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(46_969, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -131,13 +131,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 18_134 nanoseconds. - Weight::from_ref_time(19_888_809) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(19_888_809, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 941 - .saturating_add(Weight::from_ref_time(159_905).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(159_905, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -155,13 +155,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `376 + m * (64 ±0)` // Estimated: `5844 + m * (192 ±0)` // Minimum execution time: 19_561 nanoseconds. - Weight::from_ref_time(21_279_630) - .saturating_add(Weight::from_proof_size(5844)) + Weight::from_parts(21_279_630, 0) + .saturating_add(Weight::from_parts(0, 5844)) // Standard Error: 1_831 - .saturating_add(Weight::from_ref_time(40_904).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(40_904, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -175,13 +175,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 6_834 nanoseconds. - Weight::from_ref_time(7_209_545) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(7_209_545, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 141 - .saturating_add(Weight::from_ref_time(11_608).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(11_608, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_026 nanoseconds. - Weight::from_ref_time(3_222_361) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_222_361, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 76 - .saturating_add(Weight::from_ref_time(409).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(409, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/kusama/src/weights/pallet_multisig.rs b/runtime/kusama/src/weights/pallet_multisig.rs index 372457809600..9ba671a1f0eb 100644 --- a/runtime/kusama/src/weights/pallet_multisig.rs +++ b/runtime/kusama/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_812 nanoseconds. - Weight::from_ref_time(12_396_153) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_396_153, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(494).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(494, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `352 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 36_403 nanoseconds. - Weight::from_ref_time(31_104_250) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_104_250, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 608 - .saturating_add(Weight::from_ref_time(65_369).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_369, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_470).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_470, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5821` // Minimum execution time: 26_859 nanoseconds. - Weight::from_ref_time(20_829_361) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(20_829_361, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 424 - .saturating_add(Weight::from_ref_time(66_072).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(66_072, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_507).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_507, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `489 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 44_285 nanoseconds. - Weight::from_ref_time(33_858_965) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(33_858_965, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 1_025 - .saturating_add(Weight::from_ref_time(106_136).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(106_136, 0).saturating_mul(s.into())) // Standard Error: 10 - .saturating_add(Weight::from_ref_time(1_572).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_572, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `359 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 27_007 nanoseconds. - Weight::from_ref_time(28_799_460) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_799_460, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 727 - .saturating_add(Weight::from_ref_time(73_421).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_421, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5821` // Minimum execution time: 18_213 nanoseconds. - Weight::from_ref_time(19_335_417) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_335_417, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 547 - .saturating_add(Weight::from_ref_time(70_081).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_081, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `555 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 28_536 nanoseconds. - Weight::from_ref_time(30_528_975) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(30_528_975, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 1_817 - .saturating_add(Weight::from_ref_time(100_832).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(100_832, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_nis.rs b/runtime/kusama/src/weights/pallet_nis.rs index 8b336f450d16..b8b6a1c48125 100644 --- a/runtime/kusama/src/weights/pallet_nis.rs +++ b/runtime/kusama/src/weights/pallet_nis.rs @@ -57,10 +57,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10279 + l * (48 ±0)` // Estimated: `64718` // Minimum execution time: 30_301 nanoseconds. - Weight::from_ref_time(33_466_240) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(33_466_240, 0) + .saturating_add(Weight::from_parts(0, 64718)) // Standard Error: 738 - .saturating_add(Weight::from_ref_time(72_743).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(72_743, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `58281` // Estimated: `64718` // Minimum execution time: 107_161 nanoseconds. - Weight::from_ref_time(108_832_000) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(108_832_000, 0) + .saturating_add(Weight::from_parts(0, 64718)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10279 + l * (48 ±0)` // Estimated: `64718` // Minimum execution time: 38_181 nanoseconds. - Weight::from_ref_time(34_136_859) - .saturating_add(Weight::from_proof_size(64718)) + Weight::from_parts(34_136_859, 0) + .saturating_add(Weight::from_parts(0, 64718)) // Standard Error: 722 - .saturating_add(Weight::from_ref_time(59_626).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(59_626, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,8 +108,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `256` // Estimated: `3138` // Minimum execution time: 34_258 nanoseconds. - Weight::from_ref_time(34_506_000) - .saturating_add(Weight::from_proof_size(3138)) + Weight::from_parts(34_506_000, 0) + .saturating_add(Weight::from_parts(0, 3138)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `457` // Estimated: `9418` // Minimum execution time: 49_523 nanoseconds. - Weight::from_ref_time(49_848_000) - .saturating_add(Weight::from_proof_size(9418)) + Weight::from_parts(49_848_000, 0) + .saturating_add(Weight::from_parts(0, 9418)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,8 +146,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `698` // Estimated: `8792` // Minimum execution time: 65_591 nanoseconds. - Weight::from_ref_time(66_211_000) - .saturating_add(Weight::from_proof_size(8792)) + Weight::from_parts(66_211_000, 0) + .saturating_add(Weight::from_parts(0, 8792)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `760` // Estimated: `12516` // Minimum execution time: 74_274 nanoseconds. - Weight::from_ref_time(75_181_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(75_181_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -190,8 +190,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `539` // Estimated: `12516` // Minimum execution time: 68_837 nanoseconds. - Weight::from_ref_time(69_316_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(69_316_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -206,8 +206,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `10689` // Estimated: `13635` // Minimum execution time: 24_779 nanoseconds. - Weight::from_ref_time(25_172_000) - .saturating_add(Weight::from_proof_size(13635)) + Weight::from_parts(25_172_000, 0) + .saturating_add(Weight::from_parts(0, 13635)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -218,8 +218,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `76` // Estimated: `50497` // Minimum execution time: 4_104 nanoseconds. - Weight::from_ref_time(4_252_000) - .saturating_add(Weight::from_proof_size(50497)) + Weight::from_parts(4_252_000, 0) + .saturating_add(Weight::from_parts(0, 50497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -230,8 +230,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_710 nanoseconds. - Weight::from_ref_time(6_907_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_907_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index ba8d29516698..e1e59fc43693 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3501` // Estimated: `38468` // Minimum execution time: 155_259 nanoseconds. - Weight::from_ref_time(159_392_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(159_392_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3543` // Estimated: `39063` // Minimum execution time: 150_628 nanoseconds. - Weight::from_ref_time(152_414_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(152_414_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3389` // Estimated: `38950` // Minimum execution time: 163_983 nanoseconds. - Weight::from_ref_time(165_428_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(165_428_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `13485` // Minimum execution time: 59_520 nanoseconds. - Weight::from_ref_time(60_666_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(60_666_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3779` // Estimated: `44930` // Minimum execution time: 154_659 nanoseconds. - Weight::from_ref_time(156_090_000) - .saturating_add(Weight::from_proof_size(44930)) + Weight::from_parts(156_090_000, 0) + .saturating_add(Weight::from_parts(0, 44930)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1700` // Estimated: `13025` // Minimum execution time: 52_836 nanoseconds. - Weight::from_ref_time(54_086_254) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(54_086_254, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 753 - .saturating_add(Weight::from_ref_time(8_103).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(8_103, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2224` // Estimated: `22991` // Minimum execution time: 102_419 nanoseconds. - Weight::from_ref_time(104_332_875) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(104_332_875, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 1_933 - .saturating_add(Weight::from_ref_time(15_901).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_901, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,8 +301,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2614` // Estimated: `46287` // Minimum execution time: 162_308 nanoseconds. - Weight::from_ref_time(165_347_893) - .saturating_add(Weight::from_proof_size(46287)) + Weight::from_parts(165_347_893, 0) + .saturating_add(Weight::from_parts(0, 46287)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -353,8 +353,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `32002` // Minimum execution time: 144_295 nanoseconds. - Weight::from_ref_time(145_923_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(145_923_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -388,14 +388,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1834` // Estimated: `22254 + n * (2520 ±0)` // Minimum execution time: 66_817 nanoseconds. - Weight::from_ref_time(67_646_764) - .saturating_add(Weight::from_proof_size(22254)) + Weight::from_parts(67_646_764, 0) + .saturating_add(Weight::from_parts(0, 22254)) // Standard Error: 12_768 - .saturating_add(Weight::from_ref_time(1_325_294).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_325_294, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -408,8 +408,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1423` // Estimated: `8752` // Minimum execution time: 35_795 nanoseconds. - Weight::from_ref_time(36_450_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(36_450_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -425,10 +425,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `559` // Estimated: `5883` // Minimum execution time: 14_066 nanoseconds. - Weight::from_ref_time(14_523_246) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_523_246, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 114 - .saturating_add(Weight::from_ref_time(1_692).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_692, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_088 nanoseconds. - Weight::from_ref_time(5_337_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_337_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -458,8 +458,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `559` // Estimated: `2639` // Minimum execution time: 19_312 nanoseconds. - Weight::from_ref_time(19_483_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(19_483_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -486,8 +486,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2061` // Estimated: `20745` // Minimum execution time: 65_721 nanoseconds. - Weight::from_ref_time(66_514_000) - .saturating_add(Weight::from_proof_size(20745)) + Weight::from_parts(66_514_000, 0) + .saturating_add(Weight::from_parts(0, 20745)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -500,8 +500,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `542` // Estimated: `5708` // Minimum execution time: 14_637 nanoseconds. - Weight::from_ref_time(15_053_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(15_053_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_preimage.rs b/runtime/kusama/src/weights/pallet_preimage.rs index 1f85e7f07e29..79436e25df01 100644 --- a/runtime/kusama/src/weights/pallet_preimage.rs +++ b/runtime/kusama/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `2566` // Minimum execution time: 24_429 nanoseconds. - Weight::from_ref_time(24_682_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(24_682_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_296).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_296, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 15_628 nanoseconds. - Weight::from_ref_time(15_810_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_810_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(2_307).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_307, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 14_422 nanoseconds. - Weight::from_ref_time(14_639_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(14_639_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 3 - .saturating_add(Weight::from_ref_time(2_310).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_310, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `353` // Estimated: `2566` // Minimum execution time: 32_172 nanoseconds. - Weight::from_ref_time(33_400_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(33_400_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 20_366 nanoseconds. - Weight::from_ref_time(21_337_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_337_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `220` // Estimated: `2566` // Minimum execution time: 18_373 nanoseconds. - Weight::from_ref_time(19_178_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_178_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 10_863 nanoseconds. - Weight::from_ref_time(11_528_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(11_528_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `42` // Estimated: `2566` // Minimum execution time: 12_532 nanoseconds. - Weight::from_ref_time(13_374_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_374_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_507 nanoseconds. - Weight::from_ref_time(7_822_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_822_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 18_373 nanoseconds. - Weight::from_ref_time(19_743_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_743_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_479 nanoseconds. - Weight::from_ref_time(7_718_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_718_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 7_490 nanoseconds. - Weight::from_ref_time(7_696_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(7_696_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_proxy.rs b/runtime/kusama/src/weights/pallet_proxy.rs index 6b39cba08f5b..b3c65f6696f3 100644 --- a/runtime/kusama/src/weights/pallet_proxy.rs +++ b/runtime/kusama/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 14_615 nanoseconds. - Weight::from_ref_time(15_386_698) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(15_386_698, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_787 - .saturating_add(Weight::from_ref_time(43_011).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(43_011, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 36_035 nanoseconds. - Weight::from_ref_time(36_959_447) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(36_959_447, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_990 - .saturating_add(Weight::from_ref_time(139_528).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(139_528, 0).saturating_mul(a.into())) // Standard Error: 2_057 - .saturating_add(Weight::from_ref_time(21_985).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(21_985, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 20_524 nanoseconds. - Weight::from_ref_time(22_062_026) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_062_026, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_358 - .saturating_add(Weight::from_ref_time(140_509).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_509, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 20_653 nanoseconds. - Weight::from_ref_time(21_980_503) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(21_980_503, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(140_088).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_088, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 28_971 nanoseconds. - Weight::from_ref_time(33_226_962) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(33_226_962, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 3_142 - .saturating_add(Weight::from_ref_time(144_218).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(144_218, 0).saturating_mul(a.into())) // Standard Error: 3_247 - .saturating_add(Weight::from_ref_time(20_427).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(20_427, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_068 nanoseconds. - Weight::from_ref_time(22_996_882) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_996_882, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_701 - .saturating_add(Weight::from_ref_time(53_958).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(53_958, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 21_470 nanoseconds. - Weight::from_ref_time(22_582_951) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(22_582_951, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_831 - .saturating_add(Weight::from_ref_time(66_607).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(66_607, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_398 nanoseconds. - Weight::from_ref_time(18_475_576) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_475_576, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_719 - .saturating_add(Weight::from_ref_time(13_465).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(13_465, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 23_766 nanoseconds. - Weight::from_ref_time(24_670_874) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(24_670_874, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 3_266 - .saturating_add(Weight::from_ref_time(11_835).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(11_835, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 18_402 nanoseconds. - Weight::from_ref_time(19_432_290) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_432_290, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_064 - .saturating_add(Weight::from_ref_time(27_007).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(27_007, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_ranked_collective.rs b/runtime/kusama/src/weights/pallet_ranked_collective.rs index 52223ec0861e..db82beec719f 100644 --- a/runtime/kusama/src/weights/pallet_ranked_collective.rs +++ b/runtime/kusama/src/weights/pallet_ranked_collective.rs @@ -58,8 +58,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `76` // Estimated: `5006` // Minimum execution time: 16_268 nanoseconds. - Weight::from_ref_time(16_687_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(16_687_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -77,15 +77,15 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `550 + r * (281 ±0)` // Estimated: `10064 + r * (7547 ±0)` // Minimum execution time: 26_704 nanoseconds. - Weight::from_ref_time(31_276_838) - .saturating_add(Weight::from_proof_size(10064)) + Weight::from_parts(31_276_838, 0) + .saturating_add(Weight::from_parts(0, 10064)) // Standard Error: 27_858 - .saturating_add(Weight::from_ref_time(11_495_748).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(11_495_748, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(7547).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 7547).saturating_mul(r.into())) } /// Storage: FellowshipCollective Members (r:1 w:1) /// Proof: FellowshipCollective Members (max_values: None, max_size: Some(42), added: 2517, mode: MaxEncodedLen) @@ -101,10 +101,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `248 + r * (17 ±0)` // Estimated: `5006` // Minimum execution time: 18_832 nanoseconds. - Weight::from_ref_time(19_732_179) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(19_732_179, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 4_824 - .saturating_add(Weight::from_ref_time(306_796).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(306_796, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -122,10 +122,10 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `566 + r * (72 ±0)` // Estimated: `10064` // Minimum execution time: 26_654 nanoseconds. - Weight::from_ref_time(31_282_870) - .saturating_add(Weight::from_proof_size(10064)) + Weight::from_parts(31_282_870, 0) + .saturating_add(Weight::from_parts(0, 10064)) // Standard Error: 27_881 - .saturating_add(Weight::from_ref_time(756_040).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(756_040, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -142,8 +142,8 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `704` // Estimated: `91308` // Minimum execution time: 49_853 nanoseconds. - Weight::from_ref_time(50_469_000) - .saturating_add(Weight::from_proof_size(91308)) + Weight::from_parts(50_469_000, 0) + .saturating_add(Weight::from_parts(0, 91308)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -159,13 +159,13 @@ impl pallet_ranked_collective::WeightInfo for WeightInf // Measured: `500 + n * (50 ±0)` // Estimated: `5964 + n * (2540 ±0)` // Minimum execution time: 14_618 nanoseconds. - Weight::from_ref_time(17_728_262) - .saturating_add(Weight::from_proof_size(5964)) + Weight::from_parts(17_728_262, 0) + .saturating_add(Weight::from_parts(0, 5964)) // Standard Error: 1_481 - .saturating_add(Weight::from_ref_time(917_792).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(917_792, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(2540).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2540).saturating_mul(n.into())) } } diff --git a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs index 6d603f46a772..2856acd259b4 100644 --- a/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_fellowship_referenda.rs @@ -58,8 +58,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `361` // Estimated: `44454` // Minimum execution time: 28_830 nanoseconds. - Weight::from_ref_time(29_377_000) - .saturating_add(Weight::from_proof_size(44454)) + Weight::from_parts(29_377_000, 0) + .saturating_add(Weight::from_parts(0, 44454)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,8 +72,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `86251` // Minimum execution time: 47_815 nanoseconds. - Weight::from_ref_time(48_387_000) - .saturating_add(Weight::from_proof_size(86251)) + Weight::from_parts(48_387_000, 0) + .saturating_add(Weight::from_parts(0, 86251)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -88,8 +88,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `1975` // Estimated: `9151` // Minimum execution time: 62_881 nanoseconds. - Weight::from_ref_time(64_964_000) - .saturating_add(Weight::from_proof_size(9151)) + Weight::from_parts(64_964_000, 0) + .saturating_add(Weight::from_parts(0, 9151)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2016` // Estimated: `9151` // Minimum execution time: 61_746 nanoseconds. - Weight::from_ref_time(63_673_000) - .saturating_add(Weight::from_proof_size(9151)) + Weight::from_parts(63_673_000, 0) + .saturating_add(Weight::from_parts(0, 9151)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -122,8 +122,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `872` // Estimated: `91229` // Minimum execution time: 120_917 nanoseconds. - Weight::from_ref_time(124_944_000) - .saturating_add(Weight::from_proof_size(91229)) + Weight::from_parts(124_944_000, 0) + .saturating_add(Weight::from_parts(0, 91229)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,8 +138,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `644` // Estimated: `8353` // Minimum execution time: 40_448 nanoseconds. - Weight::from_ref_time(41_118_000) - .saturating_add(Weight::from_proof_size(8353)) + Weight::from_parts(41_118_000, 0) + .saturating_add(Weight::from_parts(0, 8353)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -150,8 +150,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `3375` // Minimum execution time: 25_651 nanoseconds. - Weight::from_ref_time(26_290_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(26_290_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,8 +162,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `3375` // Minimum execution time: 14_723 nanoseconds. - Weight::from_ref_time(15_085_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(15_085_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `86251` // Minimum execution time: 36_823 nanoseconds. - Weight::from_ref_time(37_213_000) - .saturating_add(Weight::from_proof_size(86251)) + Weight::from_parts(37_213_000, 0) + .saturating_add(Weight::from_parts(0, 86251)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -192,8 +192,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `548` // Estimated: `88778` // Minimum execution time: 67_448 nanoseconds. - Weight::from_ref_time(68_149_000) - .saturating_add(Weight::from_proof_size(88778)) + Weight::from_parts(68_149_000, 0) + .saturating_add(Weight::from_parts(0, 88778)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -206,8 +206,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `174` // Estimated: `5776` // Minimum execution time: 9_582 nanoseconds. - Weight::from_ref_time(9_956_000) - .saturating_add(Weight::from_proof_size(5776)) + Weight::from_parts(9_956_000, 0) + .saturating_add(Weight::from_parts(0, 5776)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -224,8 +224,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3147` // Estimated: `92027` // Minimum execution time: 133_463 nanoseconds. - Weight::from_ref_time(136_045_000) - .saturating_add(Weight::from_proof_size(92027)) + Weight::from_parts(136_045_000, 0) + .saturating_add(Weight::from_parts(0, 92027)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -242,8 +242,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3147` // Estimated: `92027` // Minimum execution time: 134_597 nanoseconds. - Weight::from_ref_time(137_825_000) - .saturating_add(Weight::from_proof_size(92027)) + Weight::from_parts(137_825_000, 0) + .saturating_add(Weight::from_parts(0, 92027)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -258,8 +258,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2790` // Estimated: `48100` // Minimum execution time: 71_976 nanoseconds. - Weight::from_ref_time(74_636_000) - .saturating_add(Weight::from_proof_size(48100)) + Weight::from_parts(74_636_000, 0) + .saturating_add(Weight::from_parts(0, 48100)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -274,8 +274,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2757` // Estimated: `48100` // Minimum execution time: 72_500 nanoseconds. - Weight::from_ref_time(73_910_000) - .saturating_add(Weight::from_proof_size(48100)) + Weight::from_parts(73_910_000, 0) + .saturating_add(Weight::from_parts(0, 48100)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -292,8 +292,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2773` // Estimated: `50589` // Minimum execution time: 75_313 nanoseconds. - Weight::from_ref_time(77_536_000) - .saturating_add(Weight::from_proof_size(50589)) + Weight::from_parts(77_536_000, 0) + .saturating_add(Weight::from_parts(0, 50589)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -310,8 +310,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `2814` // Estimated: `50589` // Minimum execution time: 74_099 nanoseconds. - Weight::from_ref_time(77_098_000) - .saturating_add(Weight::from_proof_size(50589)) + Weight::from_parts(77_098_000, 0) + .saturating_add(Weight::from_parts(0, 50589)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -324,8 +324,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `367` // Estimated: `44813` // Minimum execution time: 25_113 nanoseconds. - Weight::from_ref_time(26_134_000) - .saturating_add(Weight::from_proof_size(44813)) + Weight::from_parts(26_134_000, 0) + .saturating_add(Weight::from_parts(0, 44813)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -338,8 +338,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `415` // Estimated: `44813` // Minimum execution time: 25_567 nanoseconds. - Weight::from_ref_time(26_072_000) - .saturating_add(Weight::from_proof_size(44813)) + Weight::from_parts(26_072_000, 0) + .saturating_add(Weight::from_parts(0, 44813)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -350,8 +350,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `274` // Estimated: `3375` // Minimum execution time: 17_031 nanoseconds. - Weight::from_ref_time(17_652_000) - .saturating_add(Weight::from_proof_size(3375)) + Weight::from_parts(17_652_000, 0) + .saturating_add(Weight::from_parts(0, 3375)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -368,8 +368,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `650` // Estimated: `49791` // Minimum execution time: 37_418 nanoseconds. - Weight::from_ref_time(38_186_000) - .saturating_add(Weight::from_proof_size(49791)) + Weight::from_parts(38_186_000, 0) + .saturating_add(Weight::from_parts(0, 49791)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -386,8 +386,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `785` // Estimated: `49791` // Minimum execution time: 62_637 nanoseconds. - Weight::from_ref_time(64_215_000) - .saturating_add(Weight::from_proof_size(49791)) + Weight::from_parts(64_215_000, 0) + .saturating_add(Weight::from_parts(0, 49791)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -402,8 +402,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `836` // Estimated: `47302` // Minimum execution time: 87_588 nanoseconds. - Weight::from_ref_time(93_346_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(93_346_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -418,8 +418,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `821` // Estimated: `47302` // Minimum execution time: 77_577 nanoseconds. - Weight::from_ref_time(94_688_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(94_688_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -434,8 +434,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `836` // Estimated: `47302` // Minimum execution time: 84_376 nanoseconds. - Weight::from_ref_time(88_018_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(88_018_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -450,8 +450,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `842` // Estimated: `47302` // Minimum execution time: 57_022 nanoseconds. - Weight::from_ref_time(59_312_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(59_312_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -468,8 +468,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `842` // Estimated: `91263` // Minimum execution time: 91_098 nanoseconds. - Weight::from_ref_time(107_166_000) - .saturating_add(Weight::from_proof_size(91263)) + Weight::from_parts(107_166_000, 0) + .saturating_add(Weight::from_parts(0, 91263)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -484,8 +484,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `838` // Estimated: `47302` // Minimum execution time: 87_108 nanoseconds. - Weight::from_ref_time(91_155_000) - .saturating_add(Weight::from_proof_size(47302)) + Weight::from_parts(91_155_000, 0) + .saturating_add(Weight::from_parts(0, 47302)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -500,8 +500,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `418` // Estimated: `5941` // Minimum execution time: 20_058 nanoseconds. - Weight::from_ref_time(20_892_000) - .saturating_add(Weight::from_proof_size(5941)) + Weight::from_parts(20_892_000, 0) + .saturating_add(Weight::from_parts(0, 5941)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -514,8 +514,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `351` // Estimated: `5902` // Minimum execution time: 17_952 nanoseconds. - Weight::from_ref_time(18_420_000) - .saturating_add(Weight::from_proof_size(5902)) + Weight::from_parts(18_420_000, 0) + .saturating_add(Weight::from_parts(0, 5902)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_referenda_referenda.rs b/runtime/kusama/src/weights/pallet_referenda_referenda.rs index 410decc59d6d..bbe5ab3b5169 100644 --- a/runtime/kusama/src/weights/pallet_referenda_referenda.rs +++ b/runtime/kusama/src/weights/pallet_referenda_referenda.rs @@ -56,8 +56,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `217` // Estimated: `41937` // Minimum execution time: 33_992 nanoseconds. - Weight::from_ref_time(34_842_000) - .saturating_add(Weight::from_proof_size(41937)) + Weight::from_parts(34_842_000, 0) + .saturating_add(Weight::from_parts(0, 41937)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `86287` // Minimum execution time: 47_618 nanoseconds. - Weight::from_ref_time(48_754_000) - .saturating_add(Weight::from_proof_size(86287)) + Weight::from_parts(48_754_000, 0) + .saturating_add(Weight::from_parts(0, 86287)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -86,8 +86,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3130` // Estimated: `10387` // Minimum execution time: 44_050 nanoseconds. - Weight::from_ref_time(44_614_000) - .saturating_add(Weight::from_proof_size(10387)) + Weight::from_parts(44_614_000, 0) + .saturating_add(Weight::from_parts(0, 10387)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -102,8 +102,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3150` // Estimated: `10387` // Minimum execution time: 43_401 nanoseconds. - Weight::from_ref_time(44_556_000) - .saturating_add(Weight::from_proof_size(10387)) + Weight::from_parts(44_556_000, 0) + .saturating_add(Weight::from_parts(0, 10387)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,8 +120,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `502` // Estimated: `89287` // Minimum execution time: 62_461 nanoseconds. - Weight::from_ref_time(64_118_000) - .saturating_add(Weight::from_proof_size(89287)) + Weight::from_parts(64_118_000, 0) + .saturating_add(Weight::from_parts(0, 89287)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -136,8 +136,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `409` // Estimated: `6411` // Minimum execution time: 37_581 nanoseconds. - Weight::from_ref_time(38_393_000) - .saturating_add(Weight::from_proof_size(6411)) + Weight::from_parts(38_393_000, 0) + .saturating_add(Weight::from_parts(0, 6411)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -148,8 +148,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `342` // Estimated: `3411` // Minimum execution time: 24_947 nanoseconds. - Weight::from_ref_time(25_513_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(25_513_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `332` // Estimated: `3411` // Minimum execution time: 24_809 nanoseconds. - Weight::from_ref_time(25_549_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(25_549_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `86287` // Minimum execution time: 36_573 nanoseconds. - Weight::from_ref_time(36_932_000) - .saturating_add(Weight::from_proof_size(86287)) + Weight::from_parts(36_932_000, 0) + .saturating_add(Weight::from_parts(0, 86287)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -190,8 +190,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `683` // Estimated: `88814` // Minimum execution time: 88_072 nanoseconds. - Weight::from_ref_time(90_843_000) - .saturating_add(Weight::from_proof_size(88814)) + Weight::from_parts(90_843_000, 0) + .saturating_add(Weight::from_parts(0, 88814)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -204,8 +204,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `6976` // Minimum execution time: 8_905 nanoseconds. - Weight::from_ref_time(9_237_000) - .saturating_add(Weight::from_proof_size(6976)) + Weight::from_parts(9_237_000, 0) + .saturating_add(Weight::from_parts(0, 6976)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3899` // Estimated: `91285` // Minimum execution time: 105_652 nanoseconds. - Weight::from_ref_time(106_507_000) - .saturating_add(Weight::from_proof_size(91285)) + Weight::from_parts(106_507_000, 0) + .saturating_add(Weight::from_parts(0, 91285)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -240,8 +240,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3899` // Estimated: `91285` // Minimum execution time: 107_053 nanoseconds. - Weight::from_ref_time(107_873_000) - .saturating_add(Weight::from_proof_size(91285)) + Weight::from_parts(107_873_000, 0) + .saturating_add(Weight::from_parts(0, 91285)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -256,8 +256,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3917` // Estimated: `49336` // Minimum execution time: 56_133 nanoseconds. - Weight::from_ref_time(56_736_000) - .saturating_add(Weight::from_proof_size(49336)) + Weight::from_parts(56_736_000, 0) + .saturating_add(Weight::from_parts(0, 49336)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -272,8 +272,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3917` // Estimated: `49336` // Minimum execution time: 55_954 nanoseconds. - Weight::from_ref_time(56_831_000) - .saturating_add(Weight::from_proof_size(49336)) + Weight::from_parts(56_831_000, 0) + .saturating_add(Weight::from_parts(0, 49336)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -290,8 +290,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3891` // Estimated: `51825` // Minimum execution time: 58_128 nanoseconds. - Weight::from_ref_time(58_927_000) - .saturating_add(Weight::from_proof_size(51825)) + Weight::from_parts(58_927_000, 0) + .saturating_add(Weight::from_parts(0, 51825)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -308,8 +308,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `3911` // Estimated: `51825` // Minimum execution time: 58_211 nanoseconds. - Weight::from_ref_time(58_820_000) - .saturating_add(Weight::from_proof_size(51825)) + Weight::from_parts(58_820_000, 0) + .saturating_add(Weight::from_parts(0, 51825)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -322,8 +322,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `330` // Estimated: `44849` // Minimum execution time: 24_585 nanoseconds. - Weight::from_ref_time(26_129_000) - .saturating_add(Weight::from_proof_size(44849)) + Weight::from_parts(26_129_000, 0) + .saturating_add(Weight::from_parts(0, 44849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -336,8 +336,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `44849` // Minimum execution time: 24_829 nanoseconds. - Weight::from_ref_time(25_450_000) - .saturating_add(Weight::from_proof_size(44849)) + Weight::from_parts(25_450_000, 0) + .saturating_add(Weight::from_parts(0, 44849)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -348,8 +348,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `237` // Estimated: `3411` // Minimum execution time: 16_118 nanoseconds. - Weight::from_ref_time(16_729_000) - .saturating_add(Weight::from_proof_size(3411)) + Weight::from_parts(16_729_000, 0) + .saturating_add(Weight::from_parts(0, 3411)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -366,8 +366,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `47849` // Minimum execution time: 34_301 nanoseconds. - Weight::from_ref_time(35_098_000) - .saturating_add(Weight::from_proof_size(47849)) + Weight::from_parts(35_098_000, 0) + .saturating_add(Weight::from_parts(0, 47849)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -384,8 +384,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `378` // Estimated: `47849` // Minimum execution time: 36_144 nanoseconds. - Weight::from_ref_time(36_775_000) - .saturating_add(Weight::from_proof_size(47849)) + Weight::from_parts(36_775_000, 0) + .saturating_add(Weight::from_parts(0, 47849)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -400,8 +400,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 30_294 nanoseconds. - Weight::from_ref_time(31_064_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(31_064_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -416,8 +416,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `414` // Estimated: `45360` // Minimum execution time: 31_241 nanoseconds. - Weight::from_ref_time(31_992_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(31_992_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -432,8 +432,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 28_194 nanoseconds. - Weight::from_ref_time(28_755_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(28_755_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -448,8 +448,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `435` // Estimated: `45360` // Minimum execution time: 27_360 nanoseconds. - Weight::from_ref_time(27_877_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(27_877_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -466,8 +466,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `435` // Estimated: `89321` // Minimum execution time: 42_316 nanoseconds. - Weight::from_ref_time(43_105_000) - .saturating_add(Weight::from_proof_size(89321)) + Weight::from_parts(43_105_000, 0) + .saturating_add(Weight::from_parts(0, 89321)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -482,8 +482,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `431` // Estimated: `45360` // Minimum execution time: 30_466 nanoseconds. - Weight::from_ref_time(30_913_000) - .saturating_add(Weight::from_proof_size(45360)) + Weight::from_parts(30_913_000, 0) + .saturating_add(Weight::from_parts(0, 45360)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -498,8 +498,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `381` // Estimated: `5977` // Minimum execution time: 19_202 nanoseconds. - Weight::from_ref_time(20_161_000) - .saturating_add(Weight::from_proof_size(5977)) + Weight::from_parts(20_161_000, 0) + .saturating_add(Weight::from_parts(0, 5977)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -512,8 +512,8 @@ impl pallet_referenda::WeightInfo for WeightInfo { // Measured: `314` // Estimated: `5938` // Minimum execution time: 16_831 nanoseconds. - Weight::from_ref_time(17_434_000) - .saturating_add(Weight::from_proof_size(5938)) + Weight::from_parts(17_434_000, 0) + .saturating_add(Weight::from_parts(0, 5938)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/pallet_scheduler.rs b/runtime/kusama/src/weights/pallet_scheduler.rs index c8d29d805cb1..aadde11c5f1d 100644 --- a/runtime/kusama/src/weights/pallet_scheduler.rs +++ b/runtime/kusama/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_006 nanoseconds. - Weight::from_ref_time(4_138_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_138_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 3_594 nanoseconds. - Weight::from_ref_time(6_761_828) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(6_761_828, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_059 - .saturating_add(Weight::from_ref_time(748_372).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(748_372, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_590 nanoseconds. - Weight::from_ref_time(5_750_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_750_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` // Minimum execution time: 18_802 nanoseconds. - Weight::from_ref_time(18_921_000) - .saturating_add(Weight::from_proof_size(5252)) + Weight::from_parts(18_921_000, 0) + .saturating_add(Weight::from_parts(0, 5252)) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_202).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_202, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_123 nanoseconds. - Weight::from_ref_time(7_367_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_367_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_602 nanoseconds. - Weight::from_ref_time(5_698_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_698_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_474 nanoseconds. - Weight::from_ref_time(2_548_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_548_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_426 nanoseconds. - Weight::from_ref_time(2_498_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_498_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 13_226 nanoseconds. - Weight::from_ref_time(16_332_006) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(16_332_006, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_602 - .saturating_add(Weight::from_ref_time(746_554).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(746_554, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 16_987 nanoseconds. - Weight::from_ref_time(17_076_132) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_076_132, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_072 - .saturating_add(Weight::from_ref_time(1_314_099).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_314_099, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 16_114 nanoseconds. - Weight::from_ref_time(20_473_856) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_473_856, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_322 - .saturating_add(Weight::from_ref_time(776_525).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(776_525, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 18_404 nanoseconds. - Weight::from_ref_time(19_488_174) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(19_488_174, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_853 - .saturating_add(Weight::from_ref_time(1_338_942).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_338_942, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_session.rs b/runtime/kusama/src/weights/pallet_session.rs index 1a1e6b55ed97..d8c1cc26095f 100644 --- a/runtime/kusama/src/weights/pallet_session.rs +++ b/runtime/kusama/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `2147` // Estimated: `25185` // Minimum execution time: 51_574 nanoseconds. - Weight::from_ref_time(52_463_000) - .saturating_add(Weight::from_proof_size(25185)) + Weight::from_parts(52_463_000, 0) + .saturating_add(Weight::from_parts(0, 25185)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `2043` // Estimated: `10127` // Minimum execution time: 37_193 nanoseconds. - Weight::from_ref_time(37_931_000) - .saturating_add(Weight::from_proof_size(10127)) + Weight::from_parts(37_931_000, 0) + .saturating_add(Weight::from_parts(0, 10127)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/pallet_staking.rs b/runtime/kusama/src/weights/pallet_staking.rs index 17c57cb0bc39..bae60b9d2856 100644 --- a/runtime/kusama/src/weights/pallet_staking.rs +++ b/runtime/kusama/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1012` // Estimated: `10386` // Minimum execution time: 44_827 nanoseconds. - Weight::from_ref_time(45_309_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(45_309_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2179` // Estimated: `22888` // Minimum execution time: 81_836 nanoseconds. - Weight::from_ref_time(82_905_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(82_905_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2390` // Estimated: `29790` // Minimum execution time: 89_566 nanoseconds. - Weight::from_ref_time(90_530_000) - .saturating_add(Weight::from_proof_size(29790)) + Weight::from_parts(90_530_000, 0) + .saturating_add(Weight::from_parts(0, 29790)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1008` // Estimated: `10442` // Minimum execution time: 36_097 nanoseconds. - Weight::from_ref_time(37_091_545) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(37_091_545, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 607 - .saturating_add(Weight::from_ref_time(15_576).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_576, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,14 +168,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2409 + s * (4 ±0)` // Estimated: `32482 + s * (4 ±0)` // Minimum execution time: 78_221 nanoseconds. - Weight::from_ref_time(83_701_233) - .saturating_add(Weight::from_proof_size(32482)) + Weight::from_parts(83_701_233, 0) + .saturating_add(Weight::from_parts(0, 32482)) // Standard Error: 2_659 - .saturating_add(Weight::from_ref_time(1_196_861).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_196_861, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1373` // Estimated: `19615` // Minimum execution time: 55_530 nanoseconds. - Weight::from_ref_time(56_209_000) - .saturating_add(Weight::from_proof_size(19615)) + Weight::from_parts(56_209_000, 0) + .saturating_add(Weight::from_parts(0, 19615)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,14 +219,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1338 + k * (855 ±0)` // Estimated: `3566 + k * (3289 ±0)` // Minimum execution time: 29_457 nanoseconds. - Weight::from_ref_time(23_700_522) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(23_700_522, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 12_111 - .saturating_add(Weight::from_ref_time(8_187_143).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(8_187_143, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(3289).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 3289).saturating_mul(k.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -256,14 +256,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2003 + n * (89 ±0)` // Estimated: `22244 + n * (2520 ±0)` // Minimum execution time: 64_134 nanoseconds. - Weight::from_ref_time(65_154_921) - .saturating_add(Weight::from_proof_size(22244)) + Weight::from_parts(65_154_921, 0) + .saturating_add(Weight::from_parts(0, 22244)) // Standard Error: 13_547 - .saturating_add(Weight::from_ref_time(2_946_599).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(2_946_599, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1799` // Estimated: `18188` // Minimum execution time: 58_419 nanoseconds. - Weight::from_ref_time(58_950_000) - .saturating_add(Weight::from_proof_size(18188)) + Weight::from_parts(58_950_000, 0) + .saturating_add(Weight::from_parts(0, 18188)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `767` // Estimated: `3566` // Minimum execution time: 13_899 nanoseconds. - Weight::from_ref_time(14_585_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(14_585_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `866` // Estimated: `9679` // Minimum execution time: 21_075 nanoseconds. - Weight::from_ref_time(21_355_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(21_355_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_624 nanoseconds. - Weight::from_ref_time(2_786_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_786_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_010 nanoseconds. - Weight::from_ref_time(11_302_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_302_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_495 nanoseconds. - Weight::from_ref_time(10_888_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_888_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_878 nanoseconds. - Weight::from_ref_time(11_314_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_314_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_887 nanoseconds. - Weight::from_ref_time(3_053_614) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_053_614, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 30 - .saturating_add(Weight::from_ref_time(10_691).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(10_691, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,14 +407,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2107 + s * (4 ±0)` // Estimated: `28115 + s * (4 ±0)` // Minimum execution time: 70_968 nanoseconds. - Weight::from_ref_time(75_668_172) - .saturating_add(Weight::from_proof_size(28115)) + Weight::from_parts(75_668_172, 0) + .saturating_add(Weight::from_parts(0, 28115)) // Standard Error: 3_888 - .saturating_add(Weight::from_ref_time(1_173_892).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_173_892, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking UnappliedSlashes (r:1 w:1) /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66604` // Estimated: `69079` // Minimum execution time: 114_586 nanoseconds. - Weight::from_ref_time(830_663_472) - .saturating_add(Weight::from_proof_size(69079)) + Weight::from_parts(830_663_472, 0) + .saturating_add(Weight::from_parts(0, 69079)) // Standard Error: 51_554 - .saturating_add(Weight::from_ref_time(4_320_930).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_320_930, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,15 +455,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `34303 + n * (149 ±0)` // Estimated: `79842 + n * (8024 ±1)` // Minimum execution time: 84_700 nanoseconds. - Weight::from_ref_time(80_513_026) - .saturating_add(Weight::from_proof_size(79842)) + Weight::from_parts(80_513_026, 0) + .saturating_add(Weight::from_parts(0, 79842)) // Standard Error: 15_407 - .saturating_add(Weight::from_ref_time(27_854_181).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(27_854_181, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8024).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 8024).saturating_mul(n.into())) } /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -491,15 +491,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `62042 + n * (474 ±0)` // Estimated: `131052 + n * (16034 ±0)` // Minimum execution time: 105_084 nanoseconds. - Weight::from_ref_time(51_347_015) - .saturating_add(Weight::from_proof_size(131052)) + Weight::from_parts(51_347_015, 0) + .saturating_add(Weight::from_parts(0, 131052)) // Standard Error: 48_370 - .saturating_add(Weight::from_ref_time(40_348_874).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(40_348_874, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16034).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16034).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2180 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 81_058 nanoseconds. - Weight::from_ref_time(82_232_827) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(82_232_827, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 6_083 - .saturating_add(Weight::from_ref_time(97_408).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(97_408, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,14 +558,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2409 + s * (4 ±0)` // Estimated: `31989 + s * (4 ±0)` // Minimum execution time: 83_594 nanoseconds. - Weight::from_ref_time(85_394_580) - .saturating_add(Weight::from_proof_size(31989)) + Weight::from_parts(85_394_580, 0) + .saturating_add(Weight::from_parts(0, 31989)) // Standard Error: 2_216 - .saturating_add(Weight::from_ref_time(1_152_305).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_152_305, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -610,19 +610,19 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3656 ±0) + n * (810 ±0)` // Estimated: `441556 + v * (16995 ±0) + n * (13191 ±0)` // Minimum execution time: 494_448 nanoseconds. - Weight::from_ref_time(497_850_000) - .saturating_add(Weight::from_proof_size(441556)) + Weight::from_parts(497_850_000, 0) + .saturating_add(Weight::from_parts(0, 441556)) // Standard Error: 1_877_946 - .saturating_add(Weight::from_ref_time(60_221_703).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(60_221_703, 0).saturating_mul(v.into())) // Standard Error: 187_127 - .saturating_add(Weight::from_ref_time(16_161_800).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(16_161_800, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(173)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16995).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(13191).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16995).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 13191).saturating_mul(n.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -649,18 +649,18 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3101 + v * (453 ±0) + n * (1257 ±0)` // Estimated: `425504 + v * (14551 ±0) + n * (12031 ±0)` // Minimum execution time: 31_297_872 nanoseconds. - Weight::from_ref_time(31_410_990_000) - .saturating_add(Weight::from_proof_size(425504)) + Weight::from_parts(31_410_990_000, 0) + .saturating_add(Weight::from_parts(0, 425504)) // Standard Error: 344_870 - .saturating_add(Weight::from_ref_time(4_716_231).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_716_231, 0).saturating_mul(v.into())) // Standard Error: 344_870 - .saturating_add(Weight::from_ref_time(3_250_756).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_250_756, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(168)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(14551).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(12031).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14551).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12031).saturating_mul(n.into())) } /// Storage: Staking CounterForValidators (r:1 w:0) /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -674,14 +674,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `917 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_903_963 nanoseconds. - Weight::from_ref_time(48_632_315) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(48_632_315, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 21_723 - .saturating_add(Weight::from_ref_time(7_872_443).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(7_872_443, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) } /// Storage: Staking MinCommission (r:0 w:1) /// Proof: Staking MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_184 nanoseconds. - Weight::from_ref_time(6_506_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_506_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_703 nanoseconds. - Weight::from_ref_time(5_937_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_937_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1954` // Estimated: `19694` // Minimum execution time: 68_958 nanoseconds. - Weight::from_ref_time(71_763_000) - .saturating_add(Weight::from_proof_size(19694)) + Weight::from_parts(71_763_000, 0) + .saturating_add(Weight::from_parts(0, 19694)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `627` // Estimated: `3019` // Minimum execution time: 13_086 nanoseconds. - Weight::from_ref_time(13_390_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(13_390_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_986 nanoseconds. - Weight::from_ref_time(3_166_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_166_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/pallet_timestamp.rs b/runtime/kusama/src/weights/pallet_timestamp.rs index bb84a3dafe8e..1576866ee9da 100644 --- a/runtime/kusama/src/weights/pallet_timestamp.rs +++ b/runtime/kusama/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 9_092 nanoseconds. - Weight::from_ref_time(9_434_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(9_434_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 3_824 nanoseconds. - Weight::from_ref_time(4_092_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_092_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/kusama/src/weights/pallet_tips.rs b/runtime/kusama/src/weights/pallet_tips.rs index 081314f4e69e..6d172a62437c 100644 --- a/runtime/kusama/src/weights/pallet_tips.rs +++ b/runtime/kusama/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 23_488 nanoseconds. - Weight::from_ref_time(24_665_855) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(24_665_855, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_783).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_783, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 22_395 nanoseconds. - Weight::from_ref_time(22_770_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(22_770_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,15 +89,15 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `140 + t * (64 ±0)` // Estimated: `3390 + t * (192 ±0)` // Minimum execution time: 18_654 nanoseconds. - Weight::from_ref_time(17_571_965) - .saturating_add(Weight::from_proof_size(3390)) + Weight::from_parts(17_571_965, 0) + .saturating_add(Weight::from_parts(0, 3390)) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_637).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_637, 0).saturating_mul(r.into())) // Standard Error: 5_499 - .saturating_add(Weight::from_ref_time(150_704).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(150_704, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) } /// Storage: PhragmenElection Members (r:1 w:0) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `393 + t * (112 ±0)` // Estimated: `3756 + t * (224 ±0)` // Minimum execution time: 14_469 nanoseconds. - Weight::from_ref_time(14_934_101) - .saturating_add(Weight::from_proof_size(3756)) + Weight::from_parts(14_934_101, 0) + .saturating_add(Weight::from_parts(0, 3756)) // Standard Error: 2_197 - .saturating_add(Weight::from_ref_time(117_732).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(117_732, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -131,13 +131,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `432 + t * (112 ±0)` // Estimated: `6842 + t * (336 ±0)` // Minimum execution time: 42_637 nanoseconds. - Weight::from_ref_time(44_262_019) - .saturating_add(Weight::from_proof_size(6842)) + Weight::from_parts(44_262_019, 0) + .saturating_add(Weight::from_parts(0, 6842)) // Standard Error: 4_339 - .saturating_add(Weight::from_ref_time(78_341).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(78_341, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 13_886 nanoseconds. - Weight::from_ref_time(14_462_519) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(14_462_519, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 1_255 - .saturating_add(Weight::from_ref_time(11_929).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(11_929, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_treasury.rs b/runtime/kusama/src/weights/pallet_treasury.rs index 162c8cdaf112..15506d92a597 100644 --- a/runtime/kusama/src/weights/pallet_treasury.rs +++ b/runtime/kusama/src/weights/pallet_treasury.rs @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `6` // Estimated: `1396` // Minimum execution time: 13_881 nanoseconds. - Weight::from_ref_time(14_237_000) - .saturating_add(Weight::from_proof_size(1396)) + Weight::from_parts(14_237_000, 0) + .saturating_add(Weight::from_parts(0, 1396)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 21_869 nanoseconds. - Weight::from_ref_time(22_183_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(22_183_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 33_504 nanoseconds. - Weight::from_ref_time(33_878_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(33_878_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,10 +99,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 8_838 nanoseconds. - Weight::from_ref_time(11_773_473) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_773_473, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 941 - .saturating_add(Weight::from_ref_time(28_796).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(28_796, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 6_498 nanoseconds. - Weight::from_ref_time(6_835_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(6_835_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,14 +136,14 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `326 + p * (314 ±0)` // Estimated: `5419 + p * (7789 ±0)` // Minimum execution time: 58_221 nanoseconds. - Weight::from_ref_time(63_372_444) - .saturating_add(Weight::from_proof_size(5419)) + Weight::from_parts(63_372_444, 0) + .saturating_add(Weight::from_parts(0, 5419)) // Standard Error: 28_649 - .saturating_add(Weight::from_ref_time(31_595_141).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(31_595_141, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7789).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into())) } } diff --git a/runtime/kusama/src/weights/pallet_utility.rs b/runtime/kusama/src/weights/pallet_utility.rs index 2c3dc02de9c5..646661dfe82e 100644 --- a/runtime/kusama/src/weights/pallet_utility.rs +++ b/runtime/kusama/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_633 nanoseconds. - Weight::from_ref_time(7_706_624) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_706_624, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 6_035 - .saturating_add(Weight::from_ref_time(4_305_964).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_305_964, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_846 nanoseconds. - Weight::from_ref_time(4_946_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_946_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_675 nanoseconds. - Weight::from_ref_time(8_813_699) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_813_699, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_532 - .saturating_add(Weight::from_ref_time(4_554_769).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_554_769, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_735 nanoseconds. - Weight::from_ref_time(9_040_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_040_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_618 nanoseconds. - Weight::from_ref_time(9_806_530) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_806_530, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_278 - .saturating_add(Weight::from_ref_time(4_289_286).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_289_286, 0).saturating_mul(c.into())) } } diff --git a/runtime/kusama/src/weights/pallet_vesting.rs b/runtime/kusama/src/weights/pallet_vesting.rs index 29b62dd51729..a5657eabc2ee 100644 --- a/runtime/kusama/src/weights/pallet_vesting.rs +++ b/runtime/kusama/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_284 nanoseconds. - Weight::from_ref_time(28_694_538) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_694_538, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 853 - .saturating_add(Weight::from_ref_time(38_182).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(38_182, 0).saturating_mul(l.into())) // Standard Error: 1_518 - .saturating_add(Weight::from_ref_time(67_325).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(67_325, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 28_737 nanoseconds. - Weight::from_ref_time(28_400_491) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_400_491, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 848 - .saturating_add(Weight::from_ref_time(33_813).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(33_813, 0).saturating_mul(l.into())) // Standard Error: 1_510 - .saturating_add(Weight::from_ref_time(44_049).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(44_049, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_249 nanoseconds. - Weight::from_ref_time(30_167_020) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_167_020, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 910 - .saturating_add(Weight::from_ref_time(48_520).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(48_520, 0).saturating_mul(l.into())) // Standard Error: 1_619 - .saturating_add(Weight::from_ref_time(72_796).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_796, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_530 nanoseconds. - Weight::from_ref_time(31_068_619) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_068_619, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_695 - .saturating_add(Weight::from_ref_time(21_604).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(21_604, 0).saturating_mul(l.into())) // Standard Error: 4_796 - .saturating_add(Weight::from_ref_time(41_979).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(41_979, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `583 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 49_659 nanoseconds. - Weight::from_ref_time(50_352_533) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(50_352_533, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_564 - .saturating_add(Weight::from_ref_time(34_227).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(34_227, 0).saturating_mul(l.into())) // Standard Error: 2_782 - .saturating_add(Weight::from_ref_time(34_427).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(34_427, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 51_196 nanoseconds. - Weight::from_ref_time(51_640_999) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(51_640_999, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_401 - .saturating_add(Weight::from_ref_time(36_695).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_695, 0).saturating_mul(l.into())) // Standard Error: 2_493 - .saturating_add(Weight::from_ref_time(40_204).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(40_204, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_352 nanoseconds. - Weight::from_ref_time(31_837_824) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_837_824, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 921 - .saturating_add(Weight::from_ref_time(40_526).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(40_526, 0).saturating_mul(l.into())) // Standard Error: 1_702 - .saturating_add(Weight::from_ref_time(59_295).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(59_295, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_523 nanoseconds. - Weight::from_ref_time(31_708_207) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_708_207, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 848 - .saturating_add(Weight::from_ref_time(42_347).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_347, 0).saturating_mul(l.into())) // Standard Error: 1_566 - .saturating_add(Weight::from_ref_time(64_993).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(64_993, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/kusama/src/weights/pallet_whitelist.rs b/runtime/kusama/src/weights/pallet_whitelist.rs index a430f8a135ff..27cde42a3849 100644 --- a/runtime/kusama/src/weights/pallet_whitelist.rs +++ b/runtime/kusama/src/weights/pallet_whitelist.rs @@ -54,8 +54,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `151` // Estimated: `5081` // Minimum execution time: 19_057 nanoseconds. - Weight::from_ref_time(19_276_000) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(19_276_000, 0) + .saturating_add(Weight::from_parts(0, 5081)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -68,8 +68,8 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `280` // Estimated: `5081` // Minimum execution time: 17_283 nanoseconds. - Weight::from_ref_time(17_617_000) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(17_617_000, 0) + .saturating_add(Weight::from_parts(0, 5081)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -85,13 +85,13 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `388 + n * (1 ±0)` // Estimated: `7941 + n * (1 ±0)` // Minimum execution time: 28_589 nanoseconds. - Weight::from_ref_time(28_824_000) - .saturating_add(Weight::from_proof_size(7941)) + Weight::from_parts(28_824_000, 0) + .saturating_add(Weight::from_parts(0, 7941)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_175).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_175, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(n.into())) } /// Storage: Whitelist WhitelistedCall (r:1 w:1) /// Proof: Whitelist WhitelistedCall (max_values: None, max_size: Some(40), added: 2515, mode: MaxEncodedLen) @@ -103,10 +103,10 @@ impl pallet_whitelist::WeightInfo for WeightInfo { // Measured: `280` // Estimated: `5081` // Minimum execution time: 21_200 nanoseconds. - Weight::from_ref_time(22_063_035) - .saturating_add(Weight::from_proof_size(5081)) + Weight::from_parts(22_063_035, 0) + .saturating_add(Weight::from_parts(0, 5081)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_534).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_534, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/pallet_xcm.rs b/runtime/kusama/src/weights/pallet_xcm.rs index 8680870004ef..3665b886c9f6 100644 --- a/runtime/kusama/src/weights/pallet_xcm.rs +++ b/runtime/kusama/src/weights/pallet_xcm.rs @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `211` // Estimated: `9470` // Minimum execution time: 32_654 nanoseconds. - Weight::from_ref_time(33_637_000) - .saturating_add(Weight::from_proof_size(9470)) + Weight::from_parts(33_637_000, 0) + .saturating_add(Weight::from_parts(0, 9470)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,24 +70,24 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 20_880 nanoseconds. - Weight::from_ref_time(21_414_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_414_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 20_092 nanoseconds. - Weight::from_ref_time(20_469_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(20_469_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 9_530 nanoseconds. - Weight::from_ref_time(9_860_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_860_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -96,8 +96,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_614 nanoseconds. - Weight::from_ref_time(9_843_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_843_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -107,8 +107,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_572 nanoseconds. - Weight::from_ref_time(2_799_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_799_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -132,8 +132,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `211` // Estimated: `13073` // Minimum execution time: 36_553 nanoseconds. - Weight::from_ref_time(37_631_000) - .saturating_add(Weight::from_proof_size(13073)) + Weight::from_parts(37_631_000, 0) + .saturating_add(Weight::from_parts(0, 13073)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -156,8 +156,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `483` // Estimated: `14271` // Minimum execution time: 39_477 nanoseconds. - Weight::from_ref_time(40_134_000) - .saturating_add(Weight::from_proof_size(14271)) + Weight::from_parts(40_134_000, 0) + .saturating_add(Weight::from_parts(0, 14271)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 16_354 nanoseconds. - Weight::from_ref_time(16_766_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(16_766_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -180,8 +180,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 16_054 nanoseconds. - Weight::from_ref_time(16_663_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(16_663_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,8 +192,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 18_607 nanoseconds. - Weight::from_ref_time(19_085_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(19_085_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -213,8 +213,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `281` // Estimated: `15051` // Minimum execution time: 33_703 nanoseconds. - Weight::from_ref_time(34_331_000) - .saturating_add(Weight::from_proof_size(15051)) + Weight::from_parts(34_331_000, 0) + .saturating_add(Weight::from_parts(0, 15051)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -225,8 +225,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_596 nanoseconds. - Weight::from_ref_time(8_843_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_843_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -236,8 +236,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 16_717 nanoseconds. - Weight::from_ref_time(17_265_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(17_265_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -258,8 +258,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `285` // Estimated: `20025` // Minimum execution time: 40_617 nanoseconds. - Weight::from_ref_time(41_066_000) - .saturating_add(Weight::from_proof_size(20025)) + Weight::from_parts(41_066_000, 0) + .saturating_add(Weight::from_parts(0, 20025)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/kusama/src/weights/runtime_common_auctions.rs b/runtime/kusama/src/weights/runtime_common_auctions.rs index dd3fd28a15a9..c683ebf8ea45 100644 --- a/runtime/kusama/src/weights/runtime_common_auctions.rs +++ b/runtime/kusama/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_101 nanoseconds. - Weight::from_ref_time(12_656_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_656_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `725` // Estimated: `19470` // Minimum execution time: 69_639 nanoseconds. - Weight::from_ref_time(73_490_000) - .saturating_add(Weight::from_proof_size(19470)) + Weight::from_parts(73_490_000, 0) + .saturating_add(Weight::from_parts(0, 19470)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060445` // Estimated: `51339005` // Minimum execution time: 15_963_666 nanoseconds. - Weight::from_ref_time(16_480_261_000) - .saturating_add(Weight::from_proof_size(51339005)) + Weight::from_parts(16_480_261_000, 0) + .saturating_add(Weight::from_parts(0, 51339005)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_924_110 nanoseconds. - Weight::from_ref_time(5_008_960_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(5_008_960_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/kusama/src/weights/runtime_common_claims.rs b/runtime/kusama/src/weights/runtime_common_claims.rs index e04124ef3f1c..5ae7478bee1a 100644 --- a/runtime/kusama/src/weights/runtime_common_claims.rs +++ b/runtime/kusama/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `652` // Estimated: `20437` // Minimum execution time: 145_850 nanoseconds. - Weight::from_ref_time(160_914_000) - .saturating_add(Weight::from_proof_size(20437)) + Weight::from_parts(160_914_000, 0) + .saturating_add(Weight::from_parts(0, 20437)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `216` // Estimated: `1359` // Minimum execution time: 10_201 nanoseconds. - Weight::from_ref_time(10_728_000) - .saturating_add(Weight::from_proof_size(1359)) + Weight::from_parts(10_728_000, 0) + .saturating_add(Weight::from_parts(0, 1359)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `652` // Estimated: `20437` // Minimum execution time: 147_863 nanoseconds. - Weight::from_ref_time(166_266_000) - .saturating_add(Weight::from_proof_size(20437)) + Weight::from_parts(166_266_000, 0) + .saturating_add(Weight::from_parts(0, 20437)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `726` // Estimated: `23934` // Minimum execution time: 68_241 nanoseconds. - Weight::from_ref_time(76_038_000) - .saturating_add(Weight::from_proof_size(23934)) + Weight::from_parts(76_038_000, 0) + .saturating_add(Weight::from_parts(0, 23934)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `472` // Estimated: `11788` // Minimum execution time: 20_763 nanoseconds. - Weight::from_ref_time(22_172_000) - .saturating_add(Weight::from_proof_size(11788)) + Weight::from_parts(22_172_000, 0) + .saturating_add(Weight::from_parts(0, 11788)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/kusama/src/weights/runtime_common_crowdloan.rs b/runtime/kusama/src/weights/runtime_common_crowdloan.rs index eeed3ca897ae..d3dc610885dc 100644 --- a/runtime/kusama/src/weights/runtime_common_crowdloan.rs +++ b/runtime/kusama/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `395` // Estimated: `9500` // Minimum execution time: 40_192 nanoseconds. - Weight::from_ref_time(41_187_000) - .saturating_add(Weight::from_proof_size(9500)) + Weight::from_parts(41_187_000, 0) + .saturating_add(Weight::from_parts(0, 9500)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `407` // Estimated: `14067` // Minimum execution time: 116_221 nanoseconds. - Weight::from_ref_time(117_343_000) - .saturating_add(Weight::from_proof_size(14067)) + Weight::from_parts(117_343_000, 0) + .saturating_add(Weight::from_parts(0, 14067)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 57_468 nanoseconds. - Weight::from_ref_time(59_575_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(59_575_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `191 + k * (221 ±0)` // Estimated: `196 + k * (221 ±0)` // Minimum execution time: 49_068 nanoseconds. - Weight::from_ref_time(55_770_000) - .saturating_add(Weight::from_proof_size(196)) + Weight::from_parts(55_770_000, 0) + .saturating_add(Weight::from_parts(0, 196)) // Standard Error: 13_586 - .saturating_add(Weight::from_ref_time(24_044_082).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_044_082, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 31_003 nanoseconds. - Weight::from_ref_time(31_638_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(31_638_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_207 nanoseconds. - Weight::from_ref_time(17_984_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(17_984_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 24_934 nanoseconds. - Weight::from_ref_time(25_688_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(25_688_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_182 nanoseconds. - Weight::from_ref_time(17_434_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_434_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `157 + n * (420 ±0)` // Estimated: `7142 + n * (14663 ±0)` // Minimum execution time: 112_026 nanoseconds. - Weight::from_ref_time(113_282_000) - .saturating_add(Weight::from_proof_size(7142)) + Weight::from_parts(113_282_000, 0) + .saturating_add(Weight::from_parts(0, 7142)) // Standard Error: 52_566 - .saturating_add(Weight::from_ref_time(49_787_483).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(49_787_483, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs index bec9c0e8f8d0..68de0a066b55 100644 --- a/runtime/kusama/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/kusama/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `70` // Estimated: `5655` // Minimum execution time: 24_974 nanoseconds. - Weight::from_ref_time(25_915_000) - .saturating_add(Weight::from_proof_size(5655)) + Weight::from_parts(25_915_000, 0) + .saturating_add(Weight::from_parts(0, 5655)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `302` // Estimated: `18063` // Minimum execution time: 7_300_136 nanoseconds. - Weight::from_ref_time(7_429_498_000) - .saturating_add(Weight::from_proof_size(18063)) + Weight::from_parts(7_429_498_000, 0) + .saturating_add(Weight::from_parts(0, 18063)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -112,8 +112,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `160` // Estimated: `16785` // Minimum execution time: 7_300_715 nanoseconds. - Weight::from_ref_time(7_412_926_000) - .saturating_add(Weight::from_proof_size(16785)) + Weight::from_parts(7_412_926_000, 0) + .saturating_add(Weight::from_parts(0, 16785)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -134,8 +134,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 39_974 nanoseconds. - Weight::from_ref_time(40_522_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(40_522_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -158,8 +158,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `707` // Estimated: `27719` // Minimum execution time: 47_771 nanoseconds. - Weight::from_ref_time(48_623_000) - .saturating_add(Weight::from_proof_size(27719)) + Weight::from_parts(48_623_000, 0) + .saturating_add(Weight::from_parts(0, 27719)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -189,10 +189,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `28` // Estimated: `16615` // Minimum execution time: 38_081 nanoseconds. - Weight::from_ref_time(38_483_000) - .saturating_add(Weight::from_proof_size(16615)) + Weight::from_parts(38_483_000, 0) + .saturating_add(Weight::from_parts(0, 16615)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_291).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_291, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -204,10 +204,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_520 nanoseconds. - Weight::from_ref_time(8_722_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_722_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(872).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(872, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_common_slots.rs b/runtime/kusama/src/weights/runtime_common_slots.rs index 978d642d746e..46eb7d4a804e 100644 --- a/runtime/kusama/src/weights/runtime_common_slots.rs +++ b/runtime/kusama/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_866 nanoseconds. - Weight::from_ref_time(9_215_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_215_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,8 +72,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_694 nanoseconds. - Weight::from_ref_time(8_901_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(8_901_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_853 nanoseconds. - Weight::from_ref_time(9_206_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_206_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,8 +104,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_064 nanoseconds. - Weight::from_ref_time(9_352_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_352_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,8 +116,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -130,8 +130,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 8_889 nanoseconds. - Weight::from_ref_time(9_119_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_119_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_disputes.rs b/runtime/kusama/src/weights/runtime_parachains_disputes.rs index 87012f405e3f..b1150567d61a 100644 --- a/runtime/kusama/src/weights/runtime_parachains_disputes.rs +++ b/runtime/kusama/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_638 nanoseconds. - Weight::from_ref_time(2_772_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_772_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs index 3671a5affc68..e8c5831d3643 100644 --- a/runtime/kusama/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/kusama/src/weights/runtime_parachains_hrmp.rs @@ -66,8 +66,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `350` // Estimated: `23095` // Minimum execution time: 36_383 nanoseconds. - Weight::from_ref_time(36_895_000) - .saturating_add(Weight::from_proof_size(23095)) + Weight::from_parts(36_895_000, 0) + .saturating_add(Weight::from_parts(0, 23095)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -88,8 +88,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `614` // Estimated: `18534` // Minimum execution time: 40_186 nanoseconds. - Weight::from_ref_time(40_737_000) - .saturating_add(Weight::from_proof_size(18534)) + Weight::from_parts(40_737_000, 0) + .saturating_add(Weight::from_parts(0, 18534)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -108,8 +108,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `485` // Estimated: `12820` // Minimum execution time: 32_975 nanoseconds. - Weight::from_ref_time(33_408_000) - .saturating_add(Weight::from_proof_size(12820)) + Weight::from_parts(33_408_000, 0) + .saturating_add(Weight::from_parts(0, 12820)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -132,20 +132,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `254 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6354 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_091_994 nanoseconds. - Weight::from_ref_time(1_099_440_000) - .saturating_add(Weight::from_proof_size(6354)) + Weight::from_parts(1_099_440_000, 0) + .saturating_add(Weight::from_parts(0, 6354)) // Standard Error: 97_686 - .saturating_add(Weight::from_ref_time(3_182_463).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_182_463, 0).saturating_mul(i.into())) // Standard Error: 97_686 - .saturating_add(Weight::from_ref_time(3_246_407).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_246_407, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -169,15 +169,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `466 + c * (166 ±0)` // Estimated: `4116 + c * (18661 ±0)` // Minimum execution time: 6_712 nanoseconds. - Weight::from_ref_time(1_408_797) - .saturating_add(Weight::from_proof_size(4116)) + Weight::from_parts(1_408_797, 0) + .saturating_add(Weight::from_parts(0, 4116)) // Standard Error: 24_094 - .saturating_add(Weight::from_ref_time(19_186_351).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(19_186_351, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18661).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18661).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -197,15 +197,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307 + c * (155 ±0)` // Estimated: `2232 + c * (8361 ±0)` // Minimum execution time: 5_264 nanoseconds. - Weight::from_ref_time(1_997_547) - .saturating_add(Weight::from_proof_size(2232)) + Weight::from_parts(1_997_547, 0) + .saturating_add(Weight::from_parts(0, 2232)) // Standard Error: 14_409 - .saturating_add(Weight::from_ref_time(11_657_375).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_657_375, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -219,13 +219,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1022 + c * (13 ±0)` // Estimated: `7911 + c * (45 ±0)` // Minimum execution time: 20_462 nanoseconds. - Weight::from_ref_time(25_144_372) - .saturating_add(Weight::from_proof_size(7911)) + Weight::from_parts(25_144_372, 0) + .saturating_add(Weight::from_parts(0, 7911)) // Standard Error: 1_510 - .saturating_add(Weight::from_ref_time(83_458).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(83_458, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -237,15 +237,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `217 + c * (94 ±0)` // Estimated: `912 + c * (2664 ±0)` // Minimum execution time: 4_436 nanoseconds. - Weight::from_ref_time(5_662_805) - .saturating_add(Weight::from_proof_size(912)) + Weight::from_parts(5_662_805, 0) + .saturating_add(Weight::from_parts(0, 912)) // Standard Error: 3_022 - .saturating_add(Weight::from_ref_time(3_031_495).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_031_495, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -272,8 +272,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `350` // Estimated: `33695` // Minimum execution time: 50_914 nanoseconds. - Weight::from_ref_time(51_428_000) - .saturating_add(Weight::from_proof_size(33695)) + Weight::from_parts(51_428_000, 0) + .saturating_add(Weight::from_parts(0, 33695)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_initializer.rs b/runtime/kusama/src/weights/runtime_parachains_initializer.rs index 55c893040ac5..1aa0f3a55242 100644 --- a/runtime/kusama/src/weights/runtime_parachains_initializer.rs +++ b/runtime/kusama/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_560 nanoseconds. - Weight::from_ref_time(5_887_979) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(5_887_979, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_319).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_319, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras.rs b/runtime/kusama/src/weights/runtime_parachains_paras.rs index e48ffb4507e4..05cf4cbe1b03 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 31_317 nanoseconds. - Weight::from_ref_time(31_503_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(31_503_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_279).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_279, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_831 nanoseconds. - Weight::from_ref_time(8_002_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_002_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(868).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(868, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Paras FutureCodeHash (r:1 w:1) @@ -110,10 +110,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16526` // Estimated: `179120` // Minimum execution time: 55_648 nanoseconds. - Weight::from_ref_time(56_107_000) - .saturating_add(Weight::from_proof_size(179120)) + Weight::from_parts(56_107_000, 0) + .saturating_add(Weight::from_parts(0, 179120)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_296).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_296, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -129,10 +129,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 13_071 nanoseconds. - Weight::from_ref_time(13_190_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(13_190_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(878).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(878, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -145,8 +145,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 18_691 nanoseconds. - Weight::from_ref_time(19_280_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(19_280_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,10 +160,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 7_511 nanoseconds. - Weight::from_ref_time(7_655_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(7_655_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_287).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_287, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 5_296 nanoseconds. - Weight::from_ref_time(5_509_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(5_509_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,8 +192,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 89_411 nanoseconds. - Weight::from_ref_time(91_895_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(91_895_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -216,8 +216,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27295` // Estimated: `196015` // Minimum execution time: 765_910 nanoseconds. - Weight::from_ref_time(773_712_000) - .saturating_add(Weight::from_proof_size(196015)) + Weight::from_parts(773_712_000, 0) + .saturating_add(Weight::from_parts(0, 196015)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -232,8 +232,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27241` // Estimated: `85188` // Minimum execution time: 87_552 nanoseconds. - Weight::from_ref_time(88_965_000) - .saturating_add(Weight::from_proof_size(85188)) + Weight::from_parts(88_965_000, 0) + .saturating_add(Weight::from_parts(0, 85188)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -252,8 +252,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26763` // Estimated: `140250` // Minimum execution time: 604_799 nanoseconds. - Weight::from_ref_time(610_863_000) - .saturating_add(Weight::from_proof_size(140250)) + Weight::from_parts(610_863_000, 0) + .saturating_add(Weight::from_parts(0, 140250)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -268,8 +268,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 86_958 nanoseconds. - Weight::from_ref_time(88_167_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(88_167_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs index 7549fe086287..3baa22020db5 100644 --- a/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/kusama/src/weights/runtime_parachains_paras_inherent.rs @@ -113,13 +113,13 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `51031` // Estimated: `1464637 + v * (16 ±0)` // Minimum execution time: 785_876 nanoseconds. - Weight::from_ref_time(327_456_238) - .saturating_add(Weight::from_proof_size(1464637)) + Weight::from_parts(327_456_238, 0) + .saturating_add(Weight::from_parts(0, 1464637)) // Standard Error: 29_464 - .saturating_add(Weight::from_ref_time(48_608_353).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_608_353, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) - .saturating_add(Weight::from_proof_size(16).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) } /// Storage: ParaInherent Included (r:1 w:1) /// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured) @@ -186,8 +186,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42834` // Estimated: `1187286` // Minimum execution time: 339_953 nanoseconds. - Weight::from_ref_time(352_857_000) - .saturating_add(Weight::from_proof_size(1187286)) + Weight::from_parts(352_857_000, 0) + .saturating_add(Weight::from_parts(0, 1187286)) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -259,10 +259,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42865` // Estimated: `1238413` // Minimum execution time: 5_649_970 nanoseconds. - Weight::from_ref_time(916_094_354) - .saturating_add(Weight::from_proof_size(1238413)) + Weight::from_parts(916_094_354, 0) + .saturating_add(Weight::from_parts(0, 1238413)) // Standard Error: 48_367 - .saturating_add(Weight::from_ref_time(47_832_056).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_832_056, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -337,8 +337,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42892` // Estimated: `1329903` // Minimum execution time: 37_725_815 nanoseconds. - Weight::from_ref_time(38_030_579_000) - .saturating_add(Weight::from_proof_size(1329903)) + Weight::from_parts(38_030_579_000, 0) + .saturating_add(Weight::from_parts(0, 1329903)) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/kusama/src/weights/runtime_parachains_ump.rs b/runtime/kusama/src/weights/runtime_parachains_ump.rs index 37b3334a0ace..8be590353fcd 100644 --- a/runtime/kusama/src/weights/runtime_parachains_ump.rs +++ b/runtime/kusama/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_075 nanoseconds. - Weight::from_ref_time(6_138_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_138_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 8 - .saturating_add(Weight::from_ref_time(1_723).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_723, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `272` // Estimated: `2078` // Minimum execution time: 9_509 nanoseconds. - Weight::from_ref_time(9_782_000) - .saturating_add(Weight::from_proof_size(2078)) + Weight::from_parts(9_782_000, 0) + .saturating_add(Weight::from_parts(0, 2078)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `257` // Estimated: `3231` // Minimum execution time: 23_623 nanoseconds. - Weight::from_ref_time(23_932_000) - .saturating_add(Weight::from_proof_size(3231)) + Weight::from_parts(23_932_000, 0) + .saturating_add(Weight::from_parts(0, 3231)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index a9907a70a250..5cece107f44d 100644 --- a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -47,13 +47,13 @@ pub struct WeightInfo(PhantomData); impl WeightInfo { // Storage: System Account (r:1 w:1) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_ref_time(20_385_000 as u64) + Weight::from_parts(20_385_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) pub(crate) fn transfer_asset() -> Weight { - Weight::from_ref_time(32_756_000 as u64) + Weight::from_parts(32_756_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -65,23 +65,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_ref_time(50_645_000 as u64) + Weight::from_parts(50_645_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Benchmark Override (r:0 w:0) pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_ref_time(2_000_000_000_000 as u64) + Weight::from_parts(2_000_000_000_000 as u64, 0) } // Storage: System Account (r:1 w:1) pub(crate) fn receive_teleported_asset() -> Weight { - Weight::from_ref_time(19_595_000 as u64) + Weight::from_parts(19_595_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) pub(crate) fn deposit_asset() -> Weight { - Weight::from_ref_time(21_763_000 as u64) + Weight::from_parts(21_763_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -93,7 +93,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_ref_time(40_930_000 as u64) + Weight::from_parts(40_930_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -105,7 +105,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_ref_time(40_788_000 as u64) + Weight::from_parts(40_788_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index b82501bcde49..f92e513ff88d 100644 --- a/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/kusama/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -52,38 +52,38 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_holding() -> Weight { - Weight::from_ref_time(25_878_000 as u64) + Weight::from_parts(25_878_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_ref_time(3_697_000 as u64) + Weight::from_parts(3_697_000 as u64, 0) } // Storage: XcmPallet Queries (r:1 w:0) pub(crate) fn query_response() -> Weight { - Weight::from_ref_time(13_458_000 as u64) + Weight::from_parts(13_458_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) } pub(crate) fn transact() -> Weight { - Weight::from_ref_time(13_597_000 as u64) + Weight::from_parts(13_597_000 as u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_ref_time(3_839_000 as u64) + Weight::from_parts(3_839_000 as u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_ref_time(3_657_000 as u64) + Weight::from_parts(3_657_000 as u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_ref_time(3_757_000 as u64) + Weight::from_parts(3_757_000 as u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_ref_time(3_651_000 as u64) + Weight::from_parts(3_651_000 as u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_ref_time(4_589_000 as u64) + Weight::from_parts(4_589_000 as u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_ref_time(3_661_000 as u64) + Weight::from_parts(3_661_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -91,18 +91,18 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_error() -> Weight { - Weight::from_ref_time(21_351_000 as u64) + Weight::from_parts(21_351_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: XcmPallet AssetTraps (r:1 w:1) pub(crate) fn claim_asset() -> Weight { - Weight::from_ref_time(7_674_000 as u64) + Weight::from_parts(7_674_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } pub(crate) fn trap() -> Weight { - Weight::from_ref_time(3_606_000 as u64) + Weight::from_parts(3_606_000 as u64, 0) } // Storage: XcmPallet VersionNotifyTargets (r:1 w:1) // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -111,13 +111,13 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn subscribe_version() -> Weight { - Weight::from_ref_time(30_453_000 as u64) + Weight::from_parts(30_453_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: XcmPallet VersionNotifyTargets (r:0 w:1) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_ref_time(5_543_000 as u64) + Weight::from_parts(5_543_000 as u64, 0) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -126,24 +126,24 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_ref_time(25_464_000 as u64) + Weight::from_parts(25_464_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_ref_time(5_194_000 as u64) + Weight::from_parts(5_194_000 as u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_ref_time(3_698_000 as u64) + Weight::from_parts(3_698_000 as u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_ref_time(3_786_000 as u64) + Weight::from_parts(3_786_000 as u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_ref_time(3_645_000 as u64) + Weight::from_parts(3_645_000 as u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_ref_time(3_645_000 as u64) + Weight::from_parts(3_645_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -151,12 +151,12 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn query_pallet() -> Weight { - Weight::from_ref_time(22_993_000 as u64) + Weight::from_parts(22_993_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_ref_time(4_043_000 as u64) + Weight::from_parts(4_043_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -164,23 +164,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_transact_status() -> Weight { - Weight::from_ref_time(21_668_000 as u64) + Weight::from_parts(21_668_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_ref_time(3_673_000 as u64) + Weight::from_parts(3_673_000 as u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_ref_time(3_661_000 as u64) + Weight::from_parts(3_661_000 as u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_ref_time(3_647_000 as u64) + Weight::from_parts(3_647_000 as u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_ref_time(3_599_000 as u64) + Weight::from_parts(3_599_000 as u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_ref_time(3_111_000 as u64) + Weight::from_parts(3_111_000 as u64, 0) } } diff --git a/runtime/parachains/src/configuration/benchmarking.rs b/runtime/parachains/src/configuration/benchmarking.rs index 71e0c03e696b..77333383e9a3 100644 --- a/runtime/parachains/src/configuration/benchmarking.rs +++ b/runtime/parachains/src/configuration/benchmarking.rs @@ -26,7 +26,7 @@ benchmarks! { set_config_with_option_u32 {}: set_max_validators(RawOrigin::Root, Some(10)) - set_config_with_weight {}: set_ump_service_total_weight(RawOrigin::Root, Weight::from_ref_time(3_000_000)) + set_config_with_weight {}: set_ump_service_total_weight(RawOrigin::Root, Weight::from_parts(3_000_000, 0)) set_hrmp_open_request_ttl {}: { Err(BenchmarkError::Override( diff --git a/runtime/parachains/src/paras_inherent/weights.rs b/runtime/parachains/src/paras_inherent/weights.rs index c1680659dc54..4d5fdc27d9c6 100644 --- a/runtime/parachains/src/paras_inherent/weights.rs +++ b/runtime/parachains/src/paras_inherent/weights.rs @@ -37,15 +37,15 @@ pub struct TestWeightInfo; impl WeightInfo for TestWeightInfo { fn enter_variable_disputes(v: u32) -> Weight { // MAX Block Weight should fit 4 disputes - Weight::from_ref_time(80_000 * v as u64 + 80_000) + Weight::from_parts(80_000 * v as u64 + 80_000, 0) } fn enter_bitfields() -> Weight { // MAX Block Weight should fit 4 backed candidates - Weight::from_ref_time(40_000u64) + Weight::from_parts(40_000u64, 0) } fn enter_backed_candidates_variable(v: u32) -> Weight { // MAX Block Weight should fit 4 backed candidates - Weight::from_ref_time(40_000 * v as u64 + 40_000) + Weight::from_parts(40_000 * v as u64 + 40_000, 0) } fn enter_backed_candidate_code_upgrade() -> Weight { Weight::zero() diff --git a/runtime/polkadot/constants/src/weights/block_weights.rs b/runtime/polkadot/constants/src/weights/block_weights.rs index d9b598451483..d23d06bae66a 100644 --- a/runtime/polkadot/constants/src/weights/block_weights.rs +++ b/runtime/polkadot/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 8_253_981 /// 75th: 8_177_759 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(8_148_664)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(8_148_664), 0); } #[cfg(test)] diff --git a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs index c4aa036db88e..9c385221053d 100644 --- a/runtime/polkadot/constants/src/weights/extrinsic_weights.rs +++ b/runtime/polkadot/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 108_172 /// 75th: 107_386 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(107_284)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(107_284), 0); } #[cfg(test)] diff --git a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs index b9a14b6fe2a7..877f8a56353f 100644 --- a/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/polkadot/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 155 nanoseconds. - Weight::from_ref_time(187_651) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(187_651, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 152 nanoseconds. - Weight::from_ref_time(184_344) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(184_344, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 160 nanoseconds. - Weight::from_ref_time(192_980) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(192_980, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 145 nanoseconds. - Weight::from_ref_time(181_370) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(181_370, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 23_129_025 nanoseconds. - Weight::from_ref_time(23_238_640_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(23_238_640_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 167 nanoseconds. - Weight::from_ref_time(191_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(191_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 18_668 - .saturating_add(Weight::from_ref_time(47_265_180).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(47_265_180, 0).saturating_mul(i.into())) } } diff --git a/runtime/polkadot/src/weights/frame_election_provider_support.rs b/runtime/polkadot/src/weights/frame_election_provider_support.rs index d56692640bc5..e8a811634525 100644 --- a/runtime/polkadot/src/weights/frame_election_provider_support.rs +++ b/runtime/polkadot/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 6_484_074 nanoseconds. - Weight::from_ref_time(6_556_949_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_556_949_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 142_632 - .saturating_add(Weight::from_ref_time(5_989_659).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_989_659, 0).saturating_mul(v.into())) // Standard Error: 14_582_196 - .saturating_add(Weight::from_ref_time(1_553_194_007).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_553_194_007, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 5_046_356 nanoseconds. - Weight::from_ref_time(5_095_703_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_095_703_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 153_538 - .saturating_add(Weight::from_ref_time(5_889_022).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_889_022, 0).saturating_mul(v.into())) // Standard Error: 15_697_272 - .saturating_add(Weight::from_ref_time(1_818_022_290).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_818_022_290, 0).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/frame_system.rs b/runtime/polkadot/src/weights/frame_system.rs index 07fd7a2ea112..833cad7608f7 100644 --- a/runtime/polkadot/src/weights/frame_system.rs +++ b/runtime/polkadot/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_795 nanoseconds. - Weight::from_ref_time(1_909_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_909_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(416).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(416, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_339 nanoseconds. - Weight::from_ref_time(7_457_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_457_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_774).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_774, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_784 nanoseconds. - Weight::from_ref_time(3_964_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_964_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_750 nanoseconds. - Weight::from_ref_time(1_774_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_774_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_902 - .saturating_add(Weight::from_ref_time(669_814).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(669_814, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_825 nanoseconds. - Weight::from_ref_time(1_870_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_870_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 781 - .saturating_add(Weight::from_ref_time(487_859).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(487_859, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `131 + p * (69 ±0)` // Estimated: `117 + p * (70 ±0)` // Minimum execution time: 3_690 nanoseconds. - Weight::from_ref_time(3_781_000) - .saturating_add(Weight::from_proof_size(117)) + Weight::from_parts(3_781_000, 0) + .saturating_add(Weight::from_parts(0, 117)) // Standard Error: 1_112 - .saturating_add(Weight::from_ref_time(1_004_411).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_004_411, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_bags_list.rs b/runtime/polkadot/src/weights/pallet_bags_list.rs index 54bc60f9a44a..2c705f9da149 100644 --- a/runtime/polkadot/src/weights/pallet_bags_list.rs +++ b/runtime/polkadot/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1814` // Estimated: `19186` // Minimum execution time: 62_489 nanoseconds. - Weight::from_ref_time(63_129_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(63_129_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1708` // Estimated: `19114` // Minimum execution time: 59_148 nanoseconds. - Weight::from_ref_time(60_804_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(60_804_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2051` // Estimated: `25798` // Minimum execution time: 65_861 nanoseconds. - Weight::from_ref_time(66_504_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(66_504_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/polkadot/src/weights/pallet_balances.rs b/runtime/polkadot/src/weights/pallet_balances.rs index 8e6922a36234..a784567aad68 100644 --- a/runtime/polkadot/src/weights/pallet_balances.rs +++ b/runtime/polkadot/src/weights/pallet_balances.rs @@ -52,8 +52,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1822` // Estimated: `2603` // Minimum execution time: 50_301 nanoseconds. - Weight::from_ref_time(50_887_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(50_887_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1639` // Estimated: `2603` // Minimum execution time: 38_604 nanoseconds. - Weight::from_ref_time(39_223_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(39_223_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1856` // Estimated: `2603` // Minimum execution time: 27_662 nanoseconds. - Weight::from_ref_time(28_376_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(28_376_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1856` // Estimated: `2603` // Minimum execution time: 31_553 nanoseconds. - Weight::from_ref_time(32_254_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(32_254_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1818` // Estimated: `5206` // Minimum execution time: 51_621 nanoseconds. - Weight::from_ref_time(52_169_000) - .saturating_add(Weight::from_proof_size(5206)) + Weight::from_parts(52_169_000, 0) + .saturating_add(Weight::from_parts(0, 5206)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,8 +112,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1639` // Estimated: `2603` // Minimum execution time: 44_970 nanoseconds. - Weight::from_ref_time(45_504_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(45_504_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1673` // Estimated: `2603` // Minimum execution time: 24_641 nanoseconds. - Weight::from_ref_time(26_464_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(26_464_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_bounties.rs b/runtime/polkadot/src/weights/pallet_bounties.rs index 97fd2c7220c0..6fdc177b0f8d 100644 --- a/runtime/polkadot/src/weights/pallet_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `3102` // Minimum execution time: 25_384 nanoseconds. - Weight::from_ref_time(26_855_698) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(26_855_698, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(759).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(759, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -75,8 +75,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `267` // Estimated: `3549` // Minimum execution time: 12_031 nanoseconds. - Weight::from_ref_time(12_313_000) - .saturating_add(Weight::from_proof_size(3549)) + Weight::from_parts(12_313_000, 0) + .saturating_add(Weight::from_parts(0, 3549)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -87,8 +87,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `287` // Estimated: `2652` // Minimum execution time: 10_431 nanoseconds. - Weight::from_ref_time(10_741_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(10_741_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -101,8 +101,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `495` // Estimated: `5255` // Minimum execution time: 35_648 nanoseconds. - Weight::from_ref_time(36_567_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(36_567_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -115,8 +115,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `491` // Estimated: `5255` // Minimum execution time: 23_997 nanoseconds. - Weight::from_ref_time(24_334_000) - .saturating_add(Weight::from_proof_size(5255)) + Weight::from_parts(24_334_000, 0) + .saturating_add(Weight::from_parts(0, 5255)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -129,8 +129,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `437` // Estimated: `5143` // Minimum execution time: 20_452 nanoseconds. - Weight::from_ref_time(20_827_000) - .saturating_add(Weight::from_proof_size(5143)) + Weight::from_parts(20_827_000, 0) + .saturating_add(Weight::from_parts(0, 5143)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -147,8 +147,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `865` // Estimated: `12964` // Minimum execution time: 76_289 nanoseconds. - Weight::from_ref_time(77_242_000) - .saturating_add(Weight::from_proof_size(12964)) + Weight::from_parts(77_242_000, 0) + .saturating_add(Weight::from_parts(0, 12964)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -165,8 +165,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `513` // Estimated: `7746` // Minimum execution time: 42_076 nanoseconds. - Weight::from_ref_time(42_491_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(42_491_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -183,8 +183,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `781` // Estimated: `10349` // Minimum execution time: 51_981 nanoseconds. - Weight::from_ref_time(52_413_000) - .saturating_add(Weight::from_proof_size(10349)) + Weight::from_parts(52_413_000, 0) + .saturating_add(Weight::from_parts(0, 10349)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -195,8 +195,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `2652` // Minimum execution time: 15_555 nanoseconds. - Weight::from_ref_time(15_946_000) - .saturating_add(Weight::from_proof_size(2652)) + Weight::from_parts(15_946_000, 0) + .saturating_add(Weight::from_parts(0, 2652)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -212,14 +212,14 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0 + b * (360 ±0)` // Estimated: `897 + b * (7858 ±0)` // Minimum execution time: 5_282 nanoseconds. - Weight::from_ref_time(1_893_501) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(1_893_501, 0) + .saturating_add(Weight::from_parts(0, 897)) // Standard Error: 29_881 - .saturating_add(Weight::from_ref_time(34_151_121).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(34_151_121, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(7858).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 7858).saturating_mul(b.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_child_bounties.rs b/runtime/polkadot/src/weights/pallet_child_bounties.rs index 6712c4ba3369..263a8186adb6 100644 --- a/runtime/polkadot/src/weights/pallet_child_bounties.rs +++ b/runtime/polkadot/src/weights/pallet_child_bounties.rs @@ -63,10 +63,10 @@ impl pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_child_bounties::WeightInfo for WeightInfo pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16054 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_913 nanoseconds. - Weight::from_ref_time(18_394_000) - .saturating_add(Weight::from_proof_size(16054)) + Weight::from_parts(18_394_000, 0) + .saturating_add(Weight::from_parts(0, 16054)) // Standard Error: 50_650 - .saturating_add(Weight::from_ref_time(5_723_694).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_723_694, 0).saturating_mul(m.into())) // Standard Error: 50_650 - .saturating_add(Weight::from_ref_time(8_485_753).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_485_753, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `101 + m * (32 ±0)` // Estimated: `597 + m * (32 ±0)` // Minimum execution time: 16_774 nanoseconds. - Weight::from_ref_time(16_193_749) - .saturating_add(Weight::from_proof_size(597)) + Weight::from_parts(16_193_749, 0) + .saturating_add(Weight::from_parts(0, 597)) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_790).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_790, 0).saturating_mul(b.into())) // Standard Error: 213 - .saturating_add(Weight::from_ref_time(14_817).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_817, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `101 + m * (32 ±0)` // Estimated: `3174 + m * (64 ±0)` // Minimum execution time: 19_209 nanoseconds. - Weight::from_ref_time(18_354_237) - .saturating_add(Weight::from_proof_size(3174)) + Weight::from_parts(18_354_237, 0) + .saturating_add(Weight::from_parts(0, 3174)) // Standard Error: 23 - .saturating_add(Weight::from_ref_time(1_734).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_734, 0).saturating_mul(b.into())) // Standard Error: 240 - .saturating_add(Weight::from_ref_time(26_264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_264, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `423 + m * (32 ±0) + p * (36 ±0)` // Estimated: `5690 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 25_763 nanoseconds. - Weight::from_ref_time(26_388_122) - .saturating_add(Weight::from_proof_size(5690)) + Weight::from_parts(26_388_122, 0) + .saturating_add(Weight::from_parts(0, 5690)) // Standard Error: 50 - .saturating_add(Weight::from_ref_time(2_746).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_746, 0).saturating_mul(b.into())) // Standard Error: 523 - .saturating_add(Weight::from_ref_time(19_574).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_574, 0).saturating_mul(m.into())) // Standard Error: 516 - .saturating_add(Weight::from_ref_time(123_629).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(123_629, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `873 + m * (64 ±0)` // Estimated: `4714 + m * (128 ±0)` // Minimum execution time: 22_830 nanoseconds. - Weight::from_ref_time(23_632_337) - .saturating_add(Weight::from_proof_size(4714)) + Weight::from_parts(23_632_337, 0) + .saturating_add(Weight::from_parts(0, 4714)) // Standard Error: 310 - .saturating_add(Weight::from_ref_time(43_607).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(43_607, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `493 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5361 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 28_031 nanoseconds. - Weight::from_ref_time(28_174_563) - .saturating_add(Weight::from_proof_size(5361)) + Weight::from_parts(28_174_563, 0) + .saturating_add(Weight::from_parts(0, 5361)) // Standard Error: 860 - .saturating_add(Weight::from_ref_time(29_198).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(29_198, 0).saturating_mul(m.into())) // Standard Error: 839 - .saturating_add(Weight::from_ref_time(123_119).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(123_119, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -219,17 +219,17 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `829 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8632 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 39_531 nanoseconds. - Weight::from_ref_time(42_121_105) - .saturating_add(Weight::from_proof_size(8632)) + Weight::from_parts(42_121_105, 0) + .saturating_add(Weight::from_parts(0, 8632)) // Standard Error: 132 - .saturating_add(Weight::from_ref_time(1_767).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_767, 0).saturating_mul(b.into())) // Standard Error: 1_361 - .saturating_add(Weight::from_ref_time(151_993).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(151_993, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -250,16 +250,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `513 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6430 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 30_738 nanoseconds. - Weight::from_ref_time(31_359_687) - .saturating_add(Weight::from_proof_size(6430)) + Weight::from_parts(31_359_687, 0) + .saturating_add(Weight::from_parts(0, 6430)) // Standard Error: 445 - .saturating_add(Weight::from_ref_time(27_105).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(27_105, 0).saturating_mul(m.into())) // Standard Error: 434 - .saturating_add(Weight::from_ref_time(119_167).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(119_167, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -282,19 +282,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `849 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `9900 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 41_645 nanoseconds. - Weight::from_ref_time(43_504_215) - .saturating_add(Weight::from_proof_size(9900)) + Weight::from_parts(43_504_215, 0) + .saturating_add(Weight::from_parts(0, 9900)) // Standard Error: 87 - .saturating_add(Weight::from_ref_time(2_337).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_337, 0).saturating_mul(b.into())) // Standard Error: 928 - .saturating_add(Weight::from_ref_time(21_553).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_553, 0).saturating_mul(m.into())) // Standard Error: 905 - .saturating_add(Weight::from_ref_time(148_246).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(148_246, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -309,12 +309,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `258 + p * (32 ±0)` // Estimated: `1269 + p * (96 ±0)` // Minimum execution time: 15_758 nanoseconds. - Weight::from_ref_time(17_993_925) - .saturating_add(Weight::from_proof_size(1269)) + Weight::from_parts(17_993_925, 0) + .saturating_add(Weight::from_parts(0, 1269)) // Standard Error: 504 - .saturating_add(Weight::from_ref_time(111_766).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(111_766, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs index 0644622f883b..097f5971442a 100644 --- a/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/polkadot/src/weights/pallet_collective_technical_committee.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16342 + m * (7809 ±17) + p * (10238 ±17)` // Minimum execution time: 18_766 nanoseconds. - Weight::from_ref_time(19_022_000) - .saturating_add(Weight::from_proof_size(16342)) + Weight::from_parts(19_022_000, 0) + .saturating_add(Weight::from_parts(0, 16342)) // Standard Error: 51_092 - .saturating_add(Weight::from_ref_time(5_695_526).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_695_526, 0).saturating_mul(m.into())) // Standard Error: 51_092 - .saturating_add(Weight::from_ref_time(8_512_445).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_512_445, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `173 + m * (32 ±0)` // Estimated: `669 + m * (32 ±0)` // Minimum execution time: 17_538 nanoseconds. - Weight::from_ref_time(16_973_296) - .saturating_add(Weight::from_proof_size(669)) + Weight::from_parts(16_973_296, 0) + .saturating_add(Weight::from_parts(0, 669)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_747).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_747, 0).saturating_mul(b.into())) // Standard Error: 198 - .saturating_add(Weight::from_ref_time(12_393).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(12_393, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `173 + m * (32 ±0)` // Estimated: `3318 + m * (64 ±0)` // Minimum execution time: 20_246 nanoseconds. - Weight::from_ref_time(19_210_911) - .saturating_add(Weight::from_proof_size(3318)) + Weight::from_parts(19_210_911, 0) + .saturating_add(Weight::from_parts(0, 3318)) // Standard Error: 20 - .saturating_add(Weight::from_ref_time(1_695).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_695, 0).saturating_mul(b.into())) // Standard Error: 216 - .saturating_add(Weight::from_ref_time(22_896).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_896, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `495 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6050 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 26_490 nanoseconds. - Weight::from_ref_time(27_228_922) - .saturating_add(Weight::from_proof_size(6050)) + Weight::from_parts(27_228_922, 0) + .saturating_add(Weight::from_parts(0, 6050)) // Standard Error: 49 - .saturating_add(Weight::from_ref_time(2_669).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_669, 0).saturating_mul(b.into())) // Standard Error: 518 - .saturating_add(Weight::from_ref_time(18_371).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_371, 0).saturating_mul(m.into())) // Standard Error: 512 - .saturating_add(Weight::from_ref_time(124_547).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(124_547, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `945 + m * (64 ±0)` // Estimated: `4858 + m * (128 ±0)` // Minimum execution time: 23_895 nanoseconds. - Weight::from_ref_time(24_537_170) - .saturating_add(Weight::from_proof_size(4858)) + Weight::from_parts(24_537_170, 0) + .saturating_add(Weight::from_parts(0, 4858)) // Standard Error: 283 - .saturating_add(Weight::from_ref_time(44_346).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(44_346, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `565 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5649 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 28_841 nanoseconds. - Weight::from_ref_time(29_289_017) - .saturating_add(Weight::from_proof_size(5649)) + Weight::from_parts(29_289_017, 0) + .saturating_add(Weight::from_parts(0, 5649)) // Standard Error: 519 - .saturating_add(Weight::from_ref_time(26_360).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_360, 0).saturating_mul(m.into())) // Standard Error: 506 - .saturating_add(Weight::from_ref_time(121_543).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(121_543, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `901 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8920 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 40_558 nanoseconds. - Weight::from_ref_time(41_766_739) - .saturating_add(Weight::from_proof_size(8920)) + Weight::from_parts(41_766_739, 0) + .saturating_add(Weight::from_parts(0, 8920)) // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_174).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_174, 0).saturating_mul(b.into())) // Standard Error: 896 - .saturating_add(Weight::from_ref_time(21_637).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_637, 0).saturating_mul(m.into())) // Standard Error: 873 - .saturating_add(Weight::from_ref_time(147_008).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(147_008, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `585 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6790 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 31_691 nanoseconds. - Weight::from_ref_time(32_313_064) - .saturating_add(Weight::from_proof_size(6790)) + Weight::from_parts(32_313_064, 0) + .saturating_add(Weight::from_parts(0, 6790)) // Standard Error: 412 - .saturating_add(Weight::from_ref_time(26_215).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(26_215, 0).saturating_mul(m.into())) // Standard Error: 402 - .saturating_add(Weight::from_ref_time(120_349).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(120_349, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `921 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10260 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 42_982 nanoseconds. - Weight::from_ref_time(44_535_219) - .saturating_add(Weight::from_proof_size(10260)) + Weight::from_parts(44_535_219, 0) + .saturating_add(Weight::from_parts(0, 10260)) // Standard Error: 83 - .saturating_add(Weight::from_ref_time(2_086).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_086, 0).saturating_mul(b.into())) // Standard Error: 877 - .saturating_add(Weight::from_ref_time(21_836).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_836, 0).saturating_mul(m.into())) // Standard Error: 855 - .saturating_add(Weight::from_ref_time(149_280).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(149_280, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `330 + p * (32 ±0)` // Estimated: `1485 + p * (96 ±0)` // Minimum execution time: 16_623 nanoseconds. - Weight::from_ref_time(18_510_338) - .saturating_add(Weight::from_proof_size(1485)) + Weight::from_parts(18_510_338, 0) + .saturating_add(Weight::from_parts(0, 1485)) // Standard Error: 454 - .saturating_add(Weight::from_ref_time(113_600).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(113_600, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_democracy.rs b/runtime/polkadot/src/weights/pallet_democracy.rs index d6a9051002ae..f00cc1680aa5 100644 --- a/runtime/polkadot/src/weights/pallet_democracy.rs +++ b/runtime/polkadot/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 36_274 nanoseconds. - Weight::from_ref_time(36_815_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(36_815_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 33_036 nanoseconds. - Weight::from_ref_time(33_555_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(33_555_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3532` // Estimated: `12720` // Minimum execution time: 46_200 nanoseconds. - Weight::from_ref_time(46_691_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_691_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3554` // Estimated: `12720` // Minimum execution time: 46_159 nanoseconds. - Weight::from_ref_time(46_507_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(46_507_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 26_963 nanoseconds. - Weight::from_ref_time(27_872_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(27_872_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 92_685 nanoseconds. - Weight::from_ref_time(93_626_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(93_626_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 14_198 nanoseconds. - Weight::from_ref_time(14_642_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(14_642_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_853 nanoseconds. - Weight::from_ref_time(4_020_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_020_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_685 nanoseconds. - Weight::from_ref_time(3_906_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_906_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 28_475 nanoseconds. - Weight::from_ref_time(28_950_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(28_950_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 33_318 nanoseconds. - Weight::from_ref_time(33_996_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(33_996_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 75_841 nanoseconds. - Weight::from_ref_time(76_687_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(76_687_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 20_201 nanoseconds. - Weight::from_ref_time(20_686_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(20_686_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,14 +261,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 7_464 nanoseconds. - Weight::from_ref_time(9_990_560) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(9_990_560, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_811 - .saturating_add(Weight::from_ref_time(2_791_595).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_791_595, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -288,14 +288,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 9_831 nanoseconds. - Weight::from_ref_time(13_727_388) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(13_727_388, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 5_875 - .saturating_add(Weight::from_ref_time(2_769_840).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_769_840, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -309,15 +309,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `925 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 39_341 nanoseconds. - Weight::from_ref_time(43_711_147) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(43_711_147, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 8_917 - .saturating_add(Weight::from_ref_time(3_902_039).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_902_039, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -329,15 +329,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 21_863 nanoseconds. - Weight::from_ref_time(24_086_661) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(24_086_661, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 6_125 - .saturating_add(Weight::from_ref_time(3_868_954).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_868_954, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_222 nanoseconds. - Weight::from_ref_time(3_403_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_403_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `594` // Estimated: `12647` // Minimum execution time: 21_776 nanoseconds. - Weight::from_ref_time(27_468_612) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(27_468_612, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_284 - .saturating_add(Weight::from_ref_time(22_061).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(22_061, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `595 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 26_013 nanoseconds. - Weight::from_ref_time(27_057_379) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(27_057_379, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 553 - .saturating_add(Weight::from_ref_time(65_983).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(65_983, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_233 nanoseconds. - Weight::from_ref_time(19_066_378) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_066_378, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 948 - .saturating_add(Weight::from_ref_time(76_609).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(76_609, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_824 nanoseconds. - Weight::from_ref_time(19_125_896) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_125_896, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_009 - .saturating_add(Weight::from_ref_time(75_921).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(75_921, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `323` // Estimated: `3193` // Minimum execution time: 18_945 nanoseconds. - Weight::from_ref_time(19_439_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(19_439_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 17_978 nanoseconds. - Weight::from_ref_time(18_271_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(18_271_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4886` // Estimated: `19763` // Minimum execution time: 33_654 nanoseconds. - Weight::from_ref_time(34_056_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(34_056_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 31_879 nanoseconds. - Weight::from_ref_time(32_297_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(32_297_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 15_166 nanoseconds. - Weight::from_ref_time(15_391_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_391_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 19_417 nanoseconds. - Weight::from_ref_time(19_739_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(19_739_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs index 996000d4e98c..9ac1a7702ae4 100644 --- a/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/polkadot/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `993` // Estimated: `6982` // Minimum execution time: 19_584 nanoseconds. - Weight::from_ref_time(20_005_000) - .saturating_add(Weight::from_proof_size(6982)) + Weight::from_parts(20_005_000, 0) + .saturating_add(Weight::from_parts(0, 6982)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `114` // Estimated: `1218` // Minimum execution time: 13_857 nanoseconds. - Weight::from_ref_time(14_104_000) - .saturating_add(Weight::from_proof_size(1218)) + Weight::from_parts(14_104_000, 0) + .saturating_add(Weight::from_parts(0, 1218)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `114` // Estimated: `1218` // Minimum execution time: 15_347 nanoseconds. - Weight::from_ref_time(15_771_000) - .saturating_add(Weight::from_proof_size(1218)) + Weight::from_parts(15_771_000, 0) + .saturating_add(Weight::from_parts(0, 1218)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 26_315 nanoseconds. - Weight::from_ref_time(26_931_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(26_931_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 18_524 nanoseconds. - Weight::from_ref_time(18_829_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(18_829_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 453_935 nanoseconds. - Weight::from_ref_time(468_681_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(468_681_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_604 - .saturating_add(Weight::from_ref_time(271_046).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(271_046, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,16 +170,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `369 + a * (768 ±0) + d * (48 ±0)` // Estimated: `10092 + a * (6912 ±0) + d * (441 ±0)` // Minimum execution time: 289_345 nanoseconds. - Weight::from_ref_time(73_555_210) - .saturating_add(Weight::from_proof_size(10092)) + Weight::from_parts(73_555_210, 0) + .saturating_add(Weight::from_parts(0, 10092)) // Standard Error: 4_786 - .saturating_add(Weight::from_ref_time(335_868).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(335_868, 0).saturating_mul(a.into())) // Standard Error: 7_174 - .saturating_add(Weight::from_ref_time(163_779).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(163_779, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(6912).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(441).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 441).saturating_mul(d.into())) } /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) @@ -198,8 +198,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `1236` // Estimated: `8671` // Minimum execution time: 43_960 nanoseconds. - Weight::from_ref_time(44_574_000) - .saturating_add(Weight::from_proof_size(8671)) + Weight::from_parts(44_574_000, 0) + .saturating_add(Weight::from_parts(0, 8671)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -226,16 +226,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `251 + v * (553 ±0) + t * (32 ±0)` // Estimated: `5222 + v * (3871 ±0) + t * (224 ±0)` // Minimum execution time: 5_167_319 nanoseconds. - Weight::from_ref_time(5_178_240_000) - .saturating_add(Weight::from_proof_size(5222)) + Weight::from_parts(5_178_240_000, 0) + .saturating_add(Weight::from_parts(0, 5222)) // Standard Error: 15_890 - .saturating_add(Weight::from_ref_time(84_855).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(84_855, 0).saturating_mul(v.into())) // Standard Error: 47_089 - .saturating_add(Weight::from_ref_time(4_978_618).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(4_978_618, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(3871).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured) @@ -254,14 +254,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `226 + v * (553 ±0) + t * (32 ±0)` // Estimated: `2884 + v * (2212 ±0) + t * (128 ±0)` // Minimum execution time: 4_351_373 nanoseconds. - Weight::from_ref_time(4_374_601_000) - .saturating_add(Weight::from_proof_size(2884)) + Weight::from_parts(4_374_601_000, 0) + .saturating_add(Weight::from_parts(0, 2884)) // Standard Error: 13_786 - .saturating_add(Weight::from_ref_time(192_502).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(192_502, 0).saturating_mul(v.into())) // Standard Error: 40_854 - .saturating_add(Weight::from_ref_time(3_698_526).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(3_698_526, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(Weight::from_proof_size(2212).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs index efdc42e624a8..ada64126d1c7 100644 --- a/runtime/polkadot/src/weights/pallet_elections_phragmen.rs +++ b/runtime/polkadot/src/weights/pallet_elections_phragmen.rs @@ -61,13 +61,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `465 + v * (80 ±0)` // Estimated: `9590 + v * (320 ±0)` // Minimum execution time: 27_938 nanoseconds. - Weight::from_ref_time(29_100_110) - .saturating_add(Weight::from_proof_size(9590)) + Weight::from_parts(29_100_110, 0) + .saturating_add(Weight::from_parts(0, 9590)) // Standard Error: 6_600 - .saturating_add(Weight::from_ref_time(157_595).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(157_595, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -85,13 +85,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `433 + v * (80 ±0)` // Estimated: `9462 + v * (320 ±0)` // Minimum execution time: 38_534 nanoseconds. - Weight::from_ref_time(39_643_343) - .saturating_add(Weight::from_proof_size(9462)) + Weight::from_parts(39_643_343, 0) + .saturating_add(Weight::from_parts(0, 9462)) // Standard Error: 9_959 - .saturating_add(Weight::from_ref_time(126_648).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(126_648, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `465 + v * (80 ±0)` // Estimated: `9590 + v * (320 ±0)` // Minimum execution time: 38_040 nanoseconds. - Weight::from_ref_time(39_536_618) - .saturating_add(Weight::from_proof_size(9590)) + Weight::from_parts(39_536_618, 0) + .saturating_add(Weight::from_parts(0, 9590)) // Standard Error: 11_329 - .saturating_add(Weight::from_ref_time(149_545).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(149_545, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Voting (r:1 w:1) /// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured) @@ -126,8 +126,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `955` // Estimated: `7204` // Minimum execution time: 33_834 nanoseconds. - Weight::from_ref_time(34_319_000) - .saturating_add(Weight::from_proof_size(7204)) + Weight::from_parts(34_319_000, 0) + .saturating_add(Weight::from_parts(0, 7204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -143,13 +143,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2485 + c * (48 ±0)` // Estimated: `8934 + c * (144 ±0)` // Minimum execution time: 29_549 nanoseconds. - Weight::from_ref_time(22_842_922) - .saturating_add(Weight::from_proof_size(8934)) + Weight::from_parts(22_842_922, 0) + .saturating_add(Weight::from_parts(0, 8934)) // Standard Error: 850 - .saturating_add(Weight::from_ref_time(86_966).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(86_966, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -159,13 +159,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `314 + c * (48 ±0)` // Estimated: `796 + c * (48 ±0)` // Minimum execution time: 24_951 nanoseconds. - Weight::from_ref_time(18_393_117) - .saturating_add(Weight::from_proof_size(796)) + Weight::from_parts(18_393_117, 0) + .saturating_add(Weight::from_parts(0, 796)) // Standard Error: 887 - .saturating_add(Weight::from_ref_time(58_381).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_381, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -182,8 +182,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2692` // Estimated: `15440` // Minimum execution time: 42_947 nanoseconds. - Weight::from_ref_time(43_654_000) - .saturating_add(Weight::from_proof_size(15440)) + Weight::from_parts(43_654_000, 0) + .saturating_add(Weight::from_parts(0, 15440)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -194,8 +194,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1806` // Estimated: `2301` // Minimum execution time: 27_864 nanoseconds. - Weight::from_ref_time(28_247_000) - .saturating_add(Weight::from_proof_size(2301)) + Weight::from_parts(28_247_000, 0) + .saturating_add(Weight::from_parts(0, 2301)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -206,8 +206,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -226,8 +226,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2692` // Estimated: `18043` // Minimum execution time: 58_914 nanoseconds. - Weight::from_ref_time(60_596_000) - .saturating_add(Weight::from_proof_size(18043)) + Weight::from_parts(60_596_000, 0) + .saturating_add(Weight::from_parts(0, 18043)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -250,14 +250,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `36028 + v * (872 ±0)` // Estimated: `149172 + v * (12340 ±0)` // Minimum execution time: 339_754_864 nanoseconds. - Weight::from_ref_time(340_507_844_000) - .saturating_add(Weight::from_proof_size(149172)) + Weight::from_parts(340_507_844_000, 0) + .saturating_add(Weight::from_parts(0, 149172)) // Standard Error: 288_237 - .saturating_add(Weight::from_ref_time(41_595_186).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_595_186, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(12340).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -285,19 +285,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5352462 + c * (2560 ±0) + v * (5714 ±4) + e * (123 ±0)` // Minimum execution time: 35_362_437 nanoseconds. - Weight::from_ref_time(35_569_288_000) - .saturating_add(Weight::from_proof_size(5352462)) + Weight::from_parts(35_569_288_000, 0) + .saturating_add(Weight::from_parts(0, 5352462)) // Standard Error: 456_165 - .saturating_add(Weight::from_ref_time(40_481_430).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(40_481_430, 0).saturating_mul(v.into())) // Standard Error: 29_273 - .saturating_add(Weight::from_ref_time(2_019_337).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_019_337, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(269)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_fast_unstake.rs b/runtime/polkadot/src/weights/pallet_fast_unstake.rs index 2f5bc80d014d..fb0a3a37cd46 100644 --- a/runtime/polkadot/src/weights/pallet_fast_unstake.rs +++ b/runtime/polkadot/src/weights/pallet_fast_unstake.rs @@ -79,15 +79,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1127 + b * (391 ±0)` // Estimated: `6126 + b * (17736 ±0)` // Minimum execution time: 78_437 nanoseconds. - Weight::from_ref_time(41_049_087) - .saturating_add(Weight::from_proof_size(6126)) + Weight::from_parts(41_049_087, 0) + .saturating_add(Weight::from_parts(0, 6126)) // Standard Error: 70_691 - .saturating_add(Weight::from_ref_time(42_011_037).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(42_011_037, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(17736).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 17736).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -110,17 +110,17 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1481 + v * (19543 ±0) + b * (48 ±0)` // Estimated: `9009 + v * (41563 ±0) + b * (104 ±0)` // Minimum execution time: 697_307 nanoseconds. - Weight::from_ref_time(698_793_000) - .saturating_add(Weight::from_proof_size(9009)) + Weight::from_parts(698_793_000, 0) + .saturating_add(Weight::from_parts(0, 9009)) // Standard Error: 6_876_720 - .saturating_add(Weight::from_ref_time(229_912_763).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(229_912_763, 0).saturating_mul(v.into())) // Standard Error: 110_350_707 - .saturating_add(Weight::from_ref_time(3_429_229_662).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(3_429_229_662, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(41563).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(104).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 41563).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 104).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `2117` // Estimated: `29662` // Minimum execution time: 118_076 nanoseconds. - Weight::from_ref_time(119_160_000) - .saturating_add(Weight::from_proof_size(29662)) + Weight::from_parts(119_160_000, 0) + .saturating_add(Weight::from_parts(0, 29662)) .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(10)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `8476` // Minimum execution time: 41_749 nanoseconds. - Weight::from_ref_time(42_129_000) - .saturating_add(Weight::from_proof_size(8476)) + Weight::from_parts(42_129_000, 0) + .saturating_add(Weight::from_parts(0, 8476)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_839 nanoseconds. - Weight::from_ref_time(2_959_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_959_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_identity.rs b/runtime/polkadot/src/weights/pallet_identity.rs index 4369ed1e47b9..d2843824ea44 100644 --- a/runtime/polkadot/src/weights/pallet_identity.rs +++ b/runtime/polkadot/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 12_682 nanoseconds. - Weight::from_ref_time(13_076_717) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(13_076_717, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_382 - .saturating_add(Weight::from_ref_time(89_437).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(89_437, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 29_982 nanoseconds. - Weight::from_ref_time(29_717_407) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(29_717_407, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_183 - .saturating_add(Weight::from_ref_time(57_038).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(57_038, 0).saturating_mul(r.into())) // Standard Error: 816 - .saturating_add(Weight::from_ref_time(456_393).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(456_393, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 9_055 nanoseconds. - Weight::from_ref_time(22_730_335) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_730_335, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_382 - .saturating_add(Weight::from_ref_time(2_905_181).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_905_181, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_851 nanoseconds. - Weight::from_ref_time(21_922_814) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_922_814, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_280 - .saturating_add(Weight::from_ref_time(1_155_221).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_155_221, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 50_824 nanoseconds. - Weight::from_ref_time(30_149_529) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(30_149_529, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 5_159 - .saturating_add(Weight::from_ref_time(4_837).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(4_837, 0).saturating_mul(r.into())) // Standard Error: 1_007 - .saturating_add(Weight::from_ref_time(1_105_370).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_105_370, 0).saturating_mul(s.into())) // Standard Error: 1_007 - .saturating_add(Weight::from_ref_time(234_248).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(234_248, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 30_853 nanoseconds. - Weight::from_ref_time(29_526_216) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(29_526_216, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 4_586 - .saturating_add(Weight::from_ref_time(135_813).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(135_813, 0).saturating_mul(r.into())) // Standard Error: 894 - .saturating_add(Weight::from_ref_time(481_439).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(481_439, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 27_424 nanoseconds. - Weight::from_ref_time(26_944_307) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_944_307, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_245 - .saturating_add(Weight::from_ref_time(78_592).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(78_592, 0).saturating_mul(r.into())) // Standard Error: 828 - .saturating_add(Weight::from_ref_time(474_345).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(474_345, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_641 nanoseconds. - Weight::from_ref_time(7_977_418) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_977_418, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_439 - .saturating_add(Weight::from_ref_time(70_951).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(70_951, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_046 nanoseconds. - Weight::from_ref_time(7_698_895) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_698_895, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_555 - .saturating_add(Weight::from_ref_time(90_524).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_524, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_213 nanoseconds. - Weight::from_ref_time(7_839_570) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_839_570, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_489 - .saturating_add(Weight::from_ref_time(90_081).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_081, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 23_745 nanoseconds. - Weight::from_ref_time(23_813_603) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(23_813_603, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_539 - .saturating_add(Weight::from_ref_time(60_572).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(60_572, 0).saturating_mul(r.into())) // Standard Error: 1_024 - .saturating_add(Weight::from_ref_time(767_514).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(767_514, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 64_265 nanoseconds. - Weight::from_ref_time(44_251_564) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(44_251_564, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 8_578 - .saturating_add(Weight::from_ref_time(21_520).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(21_520, 0).saturating_mul(r.into())) // Standard Error: 1_675 - .saturating_add(Weight::from_ref_time(1_132_823).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_132_823, 0).saturating_mul(s.into())) // Standard Error: 1_675 - .saturating_add(Weight::from_ref_time(230_601).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(230_601, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 26_517 nanoseconds. - Weight::from_ref_time(32_015_136) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(32_015_136, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_554 - .saturating_add(Weight::from_ref_time(63_492).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(63_492, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_348 nanoseconds. - Weight::from_ref_time(14_657_120) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_657_120, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 688 - .saturating_add(Weight::from_ref_time(16_667).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(16_667, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 30_951 nanoseconds. - Weight::from_ref_time(33_549_692) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(33_549_692, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 984 - .saturating_add(Weight::from_ref_time(53_468).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(53_468, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 20_829 nanoseconds. - Weight::from_ref_time(23_002_413) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(23_002_413, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 993 - .saturating_add(Weight::from_ref_time(57_051).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(57_051, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_im_online.rs b/runtime/polkadot/src/weights/pallet_im_online.rs index a48d4a272d48..48ebf239b5e5 100644 --- a/runtime/polkadot/src/weights/pallet_im_online.rs +++ b/runtime/polkadot/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 97_067 nanoseconds. - Weight::from_ref_time(75_734_166) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(75_734_166, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 372 - .saturating_add(Weight::from_ref_time(24_977).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(24_977, 0).saturating_mul(k.into())) // Standard Error: 3_752 - .saturating_add(Weight::from_ref_time(369_341).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(369_341, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_indices.rs b/runtime/polkadot/src/weights/pallet_indices.rs index 25554bc3aebd..81c01436f78e 100644 --- a/runtime/polkadot/src/weights/pallet_indices.rs +++ b/runtime/polkadot/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 20_661 nanoseconds. - Weight::from_ref_time(21_119_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_119_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 26_812 nanoseconds. - Weight::from_ref_time(28_583_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(28_583_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 24_615 nanoseconds. - Weight::from_ref_time(25_129_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(25_129_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 28_521 nanoseconds. - Weight::from_ref_time(28_862_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(28_862_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 26_866 nanoseconds. - Weight::from_ref_time(27_520_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(27_520_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_membership.rs b/runtime/polkadot/src/weights/pallet_membership.rs index f5d0198e8cdd..9430dd89e9b4 100644 --- a/runtime/polkadot/src/weights/pallet_membership.rs +++ b/runtime/polkadot/src/weights/pallet_membership.rs @@ -59,13 +59,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `238 + m * (64 ±0)` // Estimated: `4903 + m * (192 ±0)` // Minimum execution time: 17_526 nanoseconds. - Weight::from_ref_time(18_753_497) - .saturating_add(Weight::from_proof_size(4903)) + Weight::from_parts(18_753_497, 0) + .saturating_add(Weight::from_parts(0, 4903)) // Standard Error: 447 - .saturating_add(Weight::from_ref_time(36_485).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(36_485, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -83,13 +83,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 20_636 nanoseconds. - Weight::from_ref_time(20_995_974) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(20_995_974, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 882 - .saturating_add(Weight::from_ref_time(46_721).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(46_721, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -107,13 +107,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 20_321 nanoseconds. - Weight::from_ref_time(21_337_626) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(21_337_626, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 562 - .saturating_add(Weight::from_ref_time(51_247).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(51_247, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -131,13 +131,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 19_216 nanoseconds. - Weight::from_ref_time(21_532_264) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(21_532_264, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 868 - .saturating_add(Weight::from_ref_time(167_139).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(167_139, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -155,13 +155,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `342 + m * (64 ±0)` // Estimated: `5742 + m * (192 ±0)` // Minimum execution time: 20_705 nanoseconds. - Weight::from_ref_time(21_856_516) - .saturating_add(Weight::from_proof_size(5742)) + Weight::from_parts(21_856_516, 0) + .saturating_add(Weight::from_parts(0, 5742)) // Standard Error: 604 - .saturating_add(Weight::from_ref_time(48_209).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(48_209, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -175,13 +175,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 8_241 nanoseconds. - Weight::from_ref_time(8_853_934) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(8_853_934, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 235 - .saturating_add(Weight::from_ref_time(8_869).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(8_869, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_407 nanoseconds. - Weight::from_ref_time(3_649_749) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_649_749, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 83 - .saturating_add(Weight::from_ref_time(693).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(693, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/polkadot/src/weights/pallet_multisig.rs b/runtime/polkadot/src/weights/pallet_multisig.rs index 10d1e94acb66..4e6aaf1ec32b 100644 --- a/runtime/polkadot/src/weights/pallet_multisig.rs +++ b/runtime/polkadot/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 12_525 nanoseconds. - Weight::from_ref_time(12_904_639) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_904_639, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(627).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(627, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `318 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 38_261 nanoseconds. - Weight::from_ref_time(31_580_896) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_580_896, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 643 - .saturating_add(Weight::from_ref_time(73_644).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_644, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_645).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_645, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 28_521 nanoseconds. - Weight::from_ref_time(22_322_453) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(22_322_453, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 511 - .saturating_add(Weight::from_ref_time(70_428).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_428, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_572).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_572, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `455 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 43_031 nanoseconds. - Weight::from_ref_time(35_249_755) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(35_249_755, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 475 - .saturating_add(Weight::from_ref_time(86_751).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(86_751, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_638).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_638, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `325 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 29_204 nanoseconds. - Weight::from_ref_time(30_223_154) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(30_223_154, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 721 - .saturating_add(Weight::from_ref_time(74_976).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_976, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 19_489 nanoseconds. - Weight::from_ref_time(19_999_669) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_999_669, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 476 - .saturating_add(Weight::from_ref_time(72_585).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_585, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `521 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 30_287 nanoseconds. - Weight::from_ref_time(31_301_844) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_301_844, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 704 - .saturating_add(Weight::from_ref_time(74_055).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_055, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 35f488aef18d..5baec28d664f 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3468` // Estimated: `38468` // Minimum execution time: 153_784 nanoseconds. - Weight::from_ref_time(155_121_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(155_121_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3510` // Estimated: `39063` // Minimum execution time: 151_609 nanoseconds. - Weight::from_ref_time(155_385_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(155_385_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3393` // Estimated: `38950` // Minimum execution time: 165_036 nanoseconds. - Weight::from_ref_time(166_264_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(166_264_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `13485` // Minimum execution time: 61_052 nanoseconds. - Weight::from_ref_time(61_773_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(61_773_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3748` // Estimated: `44674` // Minimum execution time: 155_226 nanoseconds. - Weight::from_ref_time(155_893_000) - .saturating_add(Weight::from_proof_size(44674)) + Weight::from_parts(155_893_000, 0) + .saturating_add(Weight::from_parts(0, 44674)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1672` // Estimated: `13025` // Minimum execution time: 53_472 nanoseconds. - Weight::from_ref_time(55_368_257) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(55_368_257, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 904 - .saturating_add(Weight::from_ref_time(4_928).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_928, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2196` // Estimated: `22991` // Minimum execution time: 103_698 nanoseconds. - Weight::from_ref_time(105_075_914) - .saturating_add(Weight::from_proof_size(22991)) + Weight::from_parts(105_075_914, 0) + .saturating_add(Weight::from_parts(0, 22991)) // Standard Error: 1_503 - .saturating_add(Weight::from_ref_time(19_668).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(19_668, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,8 +301,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2584` // Estimated: `46001` // Minimum execution time: 163_337 nanoseconds. - Weight::from_ref_time(167_095_416) - .saturating_add(Weight::from_proof_size(46001)) + Weight::from_parts(167_095_416, 0) + .saturating_add(Weight::from_parts(0, 46001)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -353,8 +353,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `32002` // Minimum execution time: 149_656 nanoseconds. - Weight::from_ref_time(150_555_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(150_555_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -388,14 +388,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1805` // Estimated: `21998 + n * (2520 ±0)` // Minimum execution time: 66_157 nanoseconds. - Weight::from_ref_time(66_972_809) - .saturating_add(Weight::from_proof_size(21998)) + Weight::from_parts(66_972_809, 0) + .saturating_add(Weight::from_parts(0, 21998)) // Standard Error: 9_409 - .saturating_add(Weight::from_ref_time(1_327_035).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_327_035, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -408,8 +408,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1393` // Estimated: `8752` // Minimum execution time: 34_743 nanoseconds. - Weight::from_ref_time(35_038_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(35_038_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -425,10 +425,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `5883` // Minimum execution time: 14_305 nanoseconds. - Weight::from_ref_time(14_805_073) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_805_073, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 125 - .saturating_add(Weight::from_ref_time(1_944).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_944, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -447,8 +447,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_054 nanoseconds. - Weight::from_ref_time(5_333_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_333_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -458,8 +458,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `2639` // Minimum execution time: 20_025 nanoseconds. - Weight::from_ref_time(20_643_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(20_643_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -486,8 +486,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2032` // Estimated: `20489` // Minimum execution time: 65_418 nanoseconds. - Weight::from_ref_time(65_853_000) - .saturating_add(Weight::from_proof_size(20489)) + Weight::from_parts(65_853_000, 0) + .saturating_add(Weight::from_parts(0, 20489)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -500,8 +500,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `508` // Estimated: `5708` // Minimum execution time: 14_918 nanoseconds. - Weight::from_ref_time(15_304_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(15_304_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_preimage.rs b/runtime/polkadot/src/weights/pallet_preimage.rs index 1bc3d7a50bca..2d604245e541 100644 --- a/runtime/polkadot/src/weights/pallet_preimage.rs +++ b/runtime/polkadot/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `175` // Estimated: `2566` // Minimum execution time: 27_940 nanoseconds. - Weight::from_ref_time(28_162_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(28_162_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_390).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_390, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 17_953 nanoseconds. - Weight::from_ref_time(18_146_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(18_146_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_389).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_389, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 17_394 nanoseconds. - Weight::from_ref_time(17_572_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(17_572_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_386).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_386, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `353` // Estimated: `2566` // Minimum execution time: 34_819 nanoseconds. - Weight::from_ref_time(36_012_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(36_012_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 22_730 nanoseconds. - Weight::from_ref_time(23_936_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(23_936_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `220` // Estimated: `2566` // Minimum execution time: 19_808 nanoseconds. - Weight::from_ref_time(21_010_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_010_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 12_864 nanoseconds. - Weight::from_ref_time(13_780_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_780_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `42` // Estimated: `2566` // Minimum execution time: 14_507 nanoseconds. - Weight::from_ref_time(15_339_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_339_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 9_058 nanoseconds. - Weight::from_ref_time(9_570_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_570_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 21_505 nanoseconds. - Weight::from_ref_time(22_513_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(22_513_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 8_747 nanoseconds. - Weight::from_ref_time(9_161_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_161_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `106` // Estimated: `2566` // Minimum execution time: 9_108 nanoseconds. - Weight::from_ref_time(9_493_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_493_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_proxy.rs b/runtime/polkadot/src/weights/pallet_proxy.rs index e209a6d00665..fdad64b4ef36 100644 --- a/runtime/polkadot/src/weights/pallet_proxy.rs +++ b/runtime/polkadot/src/weights/pallet_proxy.rs @@ -53,8 +53,8 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 16_045 nanoseconds. - Weight::from_ref_time(17_922_796) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(17_922_796, 0) + .saturating_add(Weight::from_parts(0, 3716)) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -70,12 +70,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 34_619 nanoseconds. - Weight::from_ref_time(35_338_676) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(35_338_676, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_899 - .saturating_add(Weight::from_ref_time(162_971).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(162_971, 0).saturating_mul(a.into())) // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(13_533).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(13_533, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -90,12 +90,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_156 nanoseconds. - Weight::from_ref_time(22_277_542) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_277_542, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_498 - .saturating_add(Weight::from_ref_time(164_253).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(164_253, 0).saturating_mul(a.into())) // Standard Error: 1_548 - .saturating_add(Weight::from_ref_time(3_031).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(3_031, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_507 nanoseconds. - Weight::from_ref_time(23_041_588) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(23_041_588, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_515 - .saturating_add(Weight::from_ref_time(143_107).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(143_107, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 30_053 nanoseconds. - Weight::from_ref_time(31_573_633) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(31_573_633, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 2_251 - .saturating_add(Weight::from_ref_time(140_597).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_597, 0).saturating_mul(a.into())) // Standard Error: 2_326 - .saturating_add(Weight::from_ref_time(33_286).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(33_286, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_886 nanoseconds. - Weight::from_ref_time(23_835_705) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_835_705, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_804 - .saturating_add(Weight::from_ref_time(57_157).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(57_157, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_234 nanoseconds. - Weight::from_ref_time(23_637_414) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_637_414, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_672 - .saturating_add(Weight::from_ref_time(65_808).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(65_808, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_995 nanoseconds. - Weight::from_ref_time(18_853_035) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_853_035, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_823 - .saturating_add(Weight::from_ref_time(35_158).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(35_158, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 24_710 nanoseconds. - Weight::from_ref_time(25_539_249) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(25_539_249, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_383 - .saturating_add(Weight::from_ref_time(10_689).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(10_689, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 19_199 nanoseconds. - Weight::from_ref_time(19_877_054) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_877_054, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_043 - .saturating_add(Weight::from_ref_time(31_448).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(31_448, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/pallet_scheduler.rs b/runtime/polkadot/src/weights/pallet_scheduler.rs index 9a5c7810e134..c08daf240bc3 100644 --- a/runtime/polkadot/src/weights/pallet_scheduler.rs +++ b/runtime/polkadot/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_926 nanoseconds. - Weight::from_ref_time(5_185_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(5_185_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 4_566 nanoseconds. - Weight::from_ref_time(7_521_754) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(7_521_754, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_078 - .saturating_add(Weight::from_ref_time(981_390).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(981_390, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_979 nanoseconds. - Weight::from_ref_time(6_097_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_097_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `211 + s * (1 ±0)` // Estimated: `5252 + s * (1 ±0)` // Minimum execution time: 20_316 nanoseconds. - Weight::from_ref_time(20_395_000) - .saturating_add(Weight::from_proof_size(5252)) + Weight::from_parts(20_395_000, 0) + .saturating_add(Weight::from_parts(0, 5252)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_259).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_259, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_432 nanoseconds. - Weight::from_ref_time(7_590_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_590_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_809 nanoseconds. - Weight::from_ref_time(5_893_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_893_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_608 nanoseconds. - Weight::from_ref_time(2_747_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_747_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_614 nanoseconds. - Weight::from_ref_time(2_712_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_712_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 14_631 nanoseconds. - Weight::from_ref_time(17_646_956) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_646_956, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_176 - .saturating_add(Weight::from_ref_time(961_640).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(961_640, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 19_439 nanoseconds. - Weight::from_ref_time(18_724_125) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(18_724_125, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 3_388 - .saturating_add(Weight::from_ref_time(1_745_988).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_745_988, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 17_649 nanoseconds. - Weight::from_ref_time(21_717_238) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(21_717_238, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_317 - .saturating_add(Weight::from_ref_time(999_966).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(999_966, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 20_150 nanoseconds. - Weight::from_ref_time(20_756_481) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_756_481, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 5_251 - .saturating_add(Weight::from_ref_time(1_768_601).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_768_601, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_session.rs b/runtime/polkadot/src/weights/pallet_session.rs index 7a68abe6299f..85a2a563f1d6 100644 --- a/runtime/polkadot/src/weights/pallet_session.rs +++ b/runtime/polkadot/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1951` // Estimated: `24793` // Minimum execution time: 52_494 nanoseconds. - Weight::from_ref_time(53_401_000) - .saturating_add(Weight::from_proof_size(24793)) + Weight::from_parts(53_401_000, 0) + .saturating_add(Weight::from_parts(0, 24793)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1847` // Estimated: `9735` // Minimum execution time: 36_990 nanoseconds. - Weight::from_ref_time(37_780_000) - .saturating_add(Weight::from_proof_size(9735)) + Weight::from_parts(37_780_000, 0) + .saturating_add(Weight::from_parts(0, 9735)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/pallet_staking.rs b/runtime/polkadot/src/weights/pallet_staking.rs index 42a25678ff6a..0a77b33364ea 100644 --- a/runtime/polkadot/src/weights/pallet_staking.rs +++ b/runtime/polkadot/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1012` // Estimated: `10386` // Minimum execution time: 43_740 nanoseconds. - Weight::from_ref_time(44_468_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(44_468_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2149` // Estimated: `22888` // Minimum execution time: 85_188 nanoseconds. - Weight::from_ref_time(85_825_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(85_825_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2356` // Estimated: `29534` // Minimum execution time: 92_366 nanoseconds. - Weight::from_ref_time(93_364_000) - .saturating_add(Weight::from_proof_size(29534)) + Weight::from_parts(93_364_000, 0) + .saturating_add(Weight::from_parts(0, 29534)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1011` // Estimated: `10442` // Minimum execution time: 34_821 nanoseconds. - Weight::from_ref_time(36_375_117) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(36_375_117, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 528 - .saturating_add(Weight::from_ref_time(9_227).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(9_227, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,14 +168,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2377 + s * (4 ±0)` // Estimated: `32194 + s * (4 ±0)` // Minimum execution time: 80_054 nanoseconds. - Weight::from_ref_time(85_486_698) - .saturating_add(Weight::from_proof_size(32194)) + Weight::from_parts(85_486_698, 0) + .saturating_add(Weight::from_parts(0, 32194)) // Standard Error: 2_051 - .saturating_add(Weight::from_ref_time(1_190_809).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_190_809, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1341` // Estimated: `19359` // Minimum execution time: 58_711 nanoseconds. - Weight::from_ref_time(59_365_000) - .saturating_add(Weight::from_proof_size(19359)) + Weight::from_parts(59_365_000, 0) + .saturating_add(Weight::from_parts(0, 19359)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,14 +219,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1221 + k * (601 ±0)` // Estimated: `3566 + k * (3033 ±0)` // Minimum execution time: 27_191 nanoseconds. - Weight::from_ref_time(26_752_481) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(26_752_481, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 9_824 - .saturating_add(Weight::from_ref_time(8_400_737).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(8_400_737, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(3033).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 3033).saturating_mul(k.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -256,14 +256,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1881 + n * (105 ±0)` // Estimated: `21988 + n * (2520 ±0)` // Minimum execution time: 66_494 nanoseconds. - Weight::from_ref_time(63_759_325) - .saturating_add(Weight::from_proof_size(21988)) + Weight::from_parts(63_759_325, 0) + .saturating_add(Weight::from_parts(0, 21988)) // Standard Error: 13_741 - .saturating_add(Weight::from_ref_time(3_422_077).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_422_077, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1767` // Estimated: `17932` // Minimum execution time: 58_584 nanoseconds. - Weight::from_ref_time(59_566_000) - .saturating_add(Weight::from_proof_size(17932)) + Weight::from_parts(59_566_000, 0) + .saturating_add(Weight::from_parts(0, 17932)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `769` // Estimated: `3566` // Minimum execution time: 15_107 nanoseconds. - Weight::from_ref_time(15_419_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(15_419_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `868` // Estimated: `9679` // Minimum execution time: 23_303 nanoseconds. - Weight::from_ref_time(23_841_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(23_841_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_839 nanoseconds. - Weight::from_ref_time(3_009_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_009_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_258 nanoseconds. - Weight::from_ref_time(11_718_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_718_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_284 nanoseconds. - Weight::from_ref_time(11_634_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_634_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_422 nanoseconds. - Weight::from_ref_time(11_775_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_775_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_041 nanoseconds. - Weight::from_ref_time(3_485_637) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_485_637, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 28 - .saturating_add(Weight::from_ref_time(11_577).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(11_577, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,14 +407,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2071 + s * (4 ±0)` // Estimated: `27823 + s * (4 ±0)` // Minimum execution time: 72_735 nanoseconds. - Weight::from_ref_time(77_758_788) - .saturating_add(Weight::from_proof_size(27823)) + Weight::from_parts(77_758_788, 0) + .saturating_add(Weight::from_parts(0, 27823)) // Standard Error: 2_098 - .saturating_add(Weight::from_ref_time(1_204_930).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_204_930, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking UnappliedSlashes (r:1 w:1) /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66604` // Estimated: `69079` // Minimum execution time: 122_159 nanoseconds. - Weight::from_ref_time(930_005_952) - .saturating_add(Weight::from_proof_size(69079)) + Weight::from_parts(930_005_952, 0) + .saturating_add(Weight::from_parts(0, 69079)) // Standard Error: 58_572 - .saturating_add(Weight::from_ref_time(4_941_609).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_941_609, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,15 +455,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `34307 + n * (150 ±0)` // Estimated: `79850 + n * (8026 ±0)` // Minimum execution time: 88_998 nanoseconds. - Weight::from_ref_time(89_115_261) - .saturating_add(Weight::from_proof_size(79850)) + Weight::from_parts(89_115_261, 0) + .saturating_add(Weight::from_parts(0, 79850)) // Standard Error: 14_441 - .saturating_add(Weight::from_ref_time(29_610_077).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(29_610_077, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8026).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 8026).saturating_mul(n.into())) } /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -491,15 +491,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `62046 + n * (477 ±0)` // Estimated: `131062 + n * (16040 ±3)` // Minimum execution time: 109_154 nanoseconds. - Weight::from_ref_time(65_384_400) - .saturating_add(Weight::from_proof_size(131062)) + Weight::from_parts(65_384_400, 0) + .saturating_add(Weight::from_parts(0, 131062)) // Standard Error: 22_770 - .saturating_add(Weight::from_ref_time(41_592_841).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(41_592_841, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16040).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16040).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2150 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 84_424 nanoseconds. - Weight::from_ref_time(86_051_149) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(86_051_149, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 4_213 - .saturating_add(Weight::from_ref_time(48_663).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(48_663, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,14 +558,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2377 + s * (4 ±0)` // Estimated: `31701 + s * (4 ±0)` // Minimum execution time: 85_740 nanoseconds. - Weight::from_ref_time(87_514_396) - .saturating_add(Weight::from_proof_size(31701)) + Weight::from_parts(87_514_396, 0) + .saturating_add(Weight::from_parts(0, 31701)) // Standard Error: 5_169 - .saturating_add(Weight::from_ref_time(1_156_685).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_156_685, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -610,19 +610,19 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3658 ±0) + n * (812 ±0)` // Estimated: `472212 + v * (16741 ±0) + n * (12939 ±0)` // Minimum execution time: 523_071 nanoseconds. - Weight::from_ref_time(524_088_000) - .saturating_add(Weight::from_proof_size(472212)) + Weight::from_parts(524_088_000, 0) + .saturating_add(Weight::from_parts(0, 472212)) // Standard Error: 2_051_818 - .saturating_add(Weight::from_ref_time(65_963_939).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(65_963_939, 0).saturating_mul(v.into())) // Standard Error: 204_452 - .saturating_add(Weight::from_ref_time(17_176_688).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(17_176_688, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16741).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(12939).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16741).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12939).saturating_mul(n.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -649,18 +649,18 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3067 + v * (455 ±0) + n * (1003 ±0)` // Estimated: `456188 + v * (14295 ±0) + n * (11775 ±0)` // Minimum execution time: 32_257_897 nanoseconds. - Weight::from_ref_time(32_376_431_000) - .saturating_add(Weight::from_proof_size(456188)) + Weight::from_parts(32_376_431_000, 0) + .saturating_add(Weight::from_parts(0, 456188)) // Standard Error: 355_726 - .saturating_add(Weight::from_ref_time(5_080_198).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_080_198, 0).saturating_mul(v.into())) // Standard Error: 355_726 - .saturating_add(Weight::from_ref_time(3_195_407).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_195_407, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(14295).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(11775).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14295).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 11775).saturating_mul(n.into())) } /// Storage: Staking CounterForValidators (r:1 w:0) /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -674,14 +674,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `917 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_860_791 nanoseconds. - Weight::from_ref_time(3_942_649_000) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(3_942_649_000, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 45_427 - .saturating_add(Weight::from_ref_time(2_955_973).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(2_955_973, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) } /// Storage: Staking MinCommission (r:0 w:1) /// Proof: Staking MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_334 nanoseconds. - Weight::from_ref_time(6_585_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_585_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_990 nanoseconds. - Weight::from_ref_time(6_241_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_241_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1922` // Estimated: `19438` // Minimum execution time: 71_020 nanoseconds. - Weight::from_ref_time(71_651_000) - .saturating_add(Weight::from_proof_size(19438)) + Weight::from_parts(71_651_000, 0) + .saturating_add(Weight::from_parts(0, 19438)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `627` // Estimated: `3019` // Minimum execution time: 14_422 nanoseconds. - Weight::from_ref_time(14_912_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(14_912_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_171 nanoseconds. - Weight::from_ref_time(3_313_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_313_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_timestamp.rs b/runtime/polkadot/src/weights/pallet_timestamp.rs index 732eed3c828a..cf131bb12182 100644 --- a/runtime/polkadot/src/weights/pallet_timestamp.rs +++ b/runtime/polkadot/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 10_462 nanoseconds. - Weight::from_ref_time(10_856_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(10_856_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 4_811 nanoseconds. - Weight::from_ref_time(5_007_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_007_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/polkadot/src/weights/pallet_tips.rs b/runtime/polkadot/src/weights/pallet_tips.rs index a70428db7698..b08a8362e39d 100644 --- a/runtime/polkadot/src/weights/pallet_tips.rs +++ b/runtime/polkadot/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 24_717 nanoseconds. - Weight::from_ref_time(25_747_782) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(25_747_782, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_823).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_823, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 23_963 nanoseconds. - Weight::from_ref_time(24_323_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(24_323_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,15 +89,15 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `106 + t * (64 ±0)` // Estimated: `3288 + t * (192 ±0)` // Minimum execution time: 20_330 nanoseconds. - Weight::from_ref_time(19_770_627) - .saturating_add(Weight::from_proof_size(3288)) + Weight::from_parts(19_770_627, 0) + .saturating_add(Weight::from_parts(0, 3288)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_722).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_722, 0).saturating_mul(r.into())) // Standard Error: 6_711 - .saturating_add(Weight::from_ref_time(133_401).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(133_401, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) } /// Storage: PhragmenElection Members (r:1 w:0) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `359 + t * (112 ±0)` // Estimated: `3688 + t * (224 ±0)` // Minimum execution time: 15_707 nanoseconds. - Weight::from_ref_time(15_992_893) - .saturating_add(Weight::from_proof_size(3688)) + Weight::from_parts(15_992_893, 0) + .saturating_add(Weight::from_parts(0, 3688)) // Standard Error: 2_102 - .saturating_add(Weight::from_ref_time(122_754).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(122_754, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -131,13 +131,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `398 + t * (112 ±0)` // Estimated: `6740 + t * (336 ±0)` // Minimum execution time: 44_350 nanoseconds. - Weight::from_ref_time(46_263_953) - .saturating_add(Weight::from_proof_size(6740)) + Weight::from_parts(46_263_953, 0) + .saturating_add(Weight::from_parts(0, 6740)) // Standard Error: 8_644 - .saturating_add(Weight::from_ref_time(147_757).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(147_757, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 15_401 nanoseconds. - Weight::from_ref_time(16_069_268) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(16_069_268, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 2_069 - .saturating_add(Weight::from_ref_time(13_562).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(13_562, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/polkadot/src/weights/pallet_treasury.rs b/runtime/polkadot/src/weights/pallet_treasury.rs index 85fa1766b300..934334d70264 100644 --- a/runtime/polkadot/src/weights/pallet_treasury.rs +++ b/runtime/polkadot/src/weights/pallet_treasury.rs @@ -56,8 +56,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `6` // Estimated: `1396` // Minimum execution time: 14_716 nanoseconds. - Weight::from_ref_time(15_127_000) - .saturating_add(Weight::from_proof_size(1396)) + Weight::from_parts(15_127_000, 0) + .saturating_add(Weight::from_parts(0, 1396)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 24_325 nanoseconds. - Weight::from_ref_time(24_889_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(24_889_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 35_492 nanoseconds. - Weight::from_ref_time(36_192_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(36_192_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -99,10 +99,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 9_842 nanoseconds. - Weight::from_ref_time(12_599_619) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(12_599_619, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(17_246).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(17_246, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -113,8 +113,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 7_388 nanoseconds. - Weight::from_ref_time(7_549_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(7_549_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -136,14 +136,14 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `245 + p * (314 ±0)` // Estimated: `2816 + p * (7789 ±0)` // Minimum execution time: 40_466 nanoseconds. - Weight::from_ref_time(46_938_455) - .saturating_add(Weight::from_proof_size(2816)) + Weight::from_parts(46_938_455, 0) + .saturating_add(Weight::from_parts(0, 2816)) // Standard Error: 31_202 - .saturating_add(Weight::from_ref_time(33_059_622).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(33_059_622, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7789).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_utility.rs b/runtime/polkadot/src/weights/pallet_utility.rs index 74c1a552b739..4bace522a701 100644 --- a/runtime/polkadot/src/weights/pallet_utility.rs +++ b/runtime/polkadot/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_038 nanoseconds. - Weight::from_ref_time(14_201_154) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(14_201_154, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_273 - .saturating_add(Weight::from_ref_time(4_845_639).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_845_639, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_899 nanoseconds. - Weight::from_ref_time(5_052_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_052_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_792 nanoseconds. - Weight::from_ref_time(14_264_895) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(14_264_895, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_467 - .saturating_add(Weight::from_ref_time(5_166_200).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(5_166_200, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_890 nanoseconds. - Weight::from_ref_time(9_103_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_103_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_910 nanoseconds. - Weight::from_ref_time(13_514_252) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(13_514_252, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_640 - .saturating_add(Weight::from_ref_time(4_839_844).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_839_844, 0).saturating_mul(c.into())) } } diff --git a/runtime/polkadot/src/weights/pallet_vesting.rs b/runtime/polkadot/src/weights/pallet_vesting.rs index 5a77f0ab36eb..598e91db064d 100644 --- a/runtime/polkadot/src/weights/pallet_vesting.rs +++ b/runtime/polkadot/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 30_459 nanoseconds. - Weight::from_ref_time(29_414_981) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(29_414_981, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 853 - .saturating_add(Weight::from_ref_time(44_483).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(44_483, 0).saturating_mul(l.into())) // Standard Error: 1_518 - .saturating_add(Weight::from_ref_time(64_668).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(64_668, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `377 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_310 nanoseconds. - Weight::from_ref_time(29_062_397) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(29_062_397, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 877 - .saturating_add(Weight::from_ref_time(36_222).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_222, 0).saturating_mul(l.into())) // Standard Error: 1_562 - .saturating_add(Weight::from_ref_time(42_827).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(42_827, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_792 nanoseconds. - Weight::from_ref_time(32_223_934) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_223_934, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 833 - .saturating_add(Weight::from_ref_time(46_218).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_218, 0).saturating_mul(l.into())) // Standard Error: 1_483 - .saturating_add(Weight::from_ref_time(68_198).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_198, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `512 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_330 nanoseconds. - Weight::from_ref_time(31_644_065) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_644_065, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 887 - .saturating_add(Weight::from_ref_time(43_137).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_137, 0).saturating_mul(l.into())) // Standard Error: 1_578 - .saturating_add(Weight::from_ref_time(55_494).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_494, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `583 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 47_622 nanoseconds. - Weight::from_ref_time(47_953_546) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(47_953_546, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_056 - .saturating_add(Weight::from_ref_time(39_785).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_785, 0).saturating_mul(l.into())) // Standard Error: 3_659 - .saturating_add(Weight::from_ref_time(41_672).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(41_672, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `718 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 50_175 nanoseconds. - Weight::from_ref_time(50_736_243) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(50_736_243, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 4_214 - .saturating_add(Weight::from_ref_time(36_528).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(36_528, 0).saturating_mul(l.into())) // Standard Error: 7_498 - .saturating_add(Weight::from_ref_time(48_527).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(48_527, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 33_600 nanoseconds. - Weight::from_ref_time(32_676_944) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_676_944, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_328 - .saturating_add(Weight::from_ref_time(51_061).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(51_061, 0).saturating_mul(l.into())) // Standard Error: 2_452 - .saturating_add(Weight::from_ref_time(79_609).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(79_609, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `510 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 34_035 nanoseconds. - Weight::from_ref_time(33_098_531) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(33_098_531, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 838 - .saturating_add(Weight::from_ref_time(46_629).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_629, 0).saturating_mul(l.into())) // Standard Error: 1_548 - .saturating_add(Weight::from_ref_time(72_485).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_485, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/polkadot/src/weights/pallet_xcm.rs b/runtime/polkadot/src/weights/pallet_xcm.rs index 508935ac1b41..db59ffd8eef6 100644 --- a/runtime/polkadot/src/weights/pallet_xcm.rs +++ b/runtime/polkadot/src/weights/pallet_xcm.rs @@ -62,8 +62,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `470` // Estimated: `11730` // Minimum execution time: 37_334 nanoseconds. - Weight::from_ref_time(37_920_000) - .saturating_add(Weight::from_proof_size(11730)) + Weight::from_parts(37_920_000, 0) + .saturating_add(Weight::from_parts(0, 11730)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,16 +72,16 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 25_178 nanoseconds. - Weight::from_ref_time(25_519_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(25_519_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 23_763 nanoseconds. - Weight::from_ref_time(24_214_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(24_214_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Benchmark Override (r:0 w:0) /// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured) @@ -90,8 +90,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 18_446_744_073_709_551 nanoseconds. - Weight::from_ref_time(18_446_744_073_709_551_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(18_446_744_073_709_551_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -100,8 +100,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_987 nanoseconds. - Weight::from_ref_time(10_249_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_249_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -111,8 +111,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_604 nanoseconds. - Weight::from_ref_time(2_783_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_783_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -138,8 +138,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `470` // Estimated: `16110` // Minimum execution time: 41_261 nanoseconds. - Weight::from_ref_time(42_307_000) - .saturating_add(Weight::from_proof_size(16110)) + Weight::from_parts(42_307_000, 0) + .saturating_add(Weight::from_parts(0, 16110)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -164,8 +164,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `742` // Estimated: `17321` // Minimum execution time: 43_993 nanoseconds. - Weight::from_ref_time(44_583_000) - .saturating_add(Weight::from_proof_size(17321)) + Weight::from_parts(44_583_000, 0) + .saturating_add(Weight::from_parts(0, 17321)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -176,8 +176,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 16_945 nanoseconds. - Weight::from_ref_time(17_320_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(17_320_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -188,8 +188,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 16_857 nanoseconds. - Weight::from_ref_time(17_251_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(17_251_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -200,8 +200,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 19_594 nanoseconds. - Weight::from_ref_time(20_088_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(20_088_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -223,8 +223,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `540` // Estimated: `17640` // Minimum execution time: 39_047 nanoseconds. - Weight::from_ref_time(39_491_000) - .saturating_add(Weight::from_proof_size(17640)) + Weight::from_parts(39_491_000, 0) + .saturating_add(Weight::from_parts(0, 17640)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -235,8 +235,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_462 nanoseconds. - Weight::from_ref_time(8_769_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_769_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -246,8 +246,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 17_774 nanoseconds. - Weight::from_ref_time(18_055_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(18_055_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -270,8 +270,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `544` // Estimated: `22618` // Minimum execution time: 44_737 nanoseconds. - Weight::from_ref_time(45_471_000) - .saturating_add(Weight::from_proof_size(22618)) + Weight::from_parts(45_471_000, 0) + .saturating_add(Weight::from_parts(0, 22618)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/polkadot/src/weights/runtime_common_auctions.rs b/runtime/polkadot/src/weights/runtime_common_auctions.rs index 9f484f2d6623..e9dc7a90a182 100644 --- a/runtime/polkadot/src/weights/runtime_common_auctions.rs +++ b/runtime/polkadot/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 13_702 nanoseconds. - Weight::from_ref_time(14_131_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(14_131_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `725` // Estimated: `19470` // Minimum execution time: 74_041 nanoseconds. - Weight::from_ref_time(76_382_000) - .saturating_add(Weight::from_proof_size(19470)) + Weight::from_parts(76_382_000, 0) + .saturating_add(Weight::from_parts(0, 19470)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060445` // Estimated: `51339005` // Minimum execution time: 15_737_440 nanoseconds. - Weight::from_ref_time(15_967_121_000) - .saturating_add(Weight::from_proof_size(51339005)) + Weight::from_parts(15_967_121_000, 0) + .saturating_add(Weight::from_parts(0, 51339005)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_819_822 nanoseconds. - Weight::from_ref_time(4_990_219_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_990_219_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/polkadot/src/weights/runtime_common_claims.rs b/runtime/polkadot/src/weights/runtime_common_claims.rs index b20db7729dca..44761d42ba0f 100644 --- a/runtime/polkadot/src/weights/runtime_common_claims.rs +++ b/runtime/polkadot/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `618` // Estimated: `20301` // Minimum execution time: 143_551 nanoseconds. - Weight::from_ref_time(147_538_000) - .saturating_add(Weight::from_proof_size(20301)) + Weight::from_parts(147_538_000, 0) + .saturating_add(Weight::from_parts(0, 20301)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `182` // Estimated: `1223` // Minimum execution time: 10_986 nanoseconds. - Weight::from_ref_time(11_519_000) - .saturating_add(Weight::from_proof_size(1223)) + Weight::from_parts(11_519_000, 0) + .saturating_add(Weight::from_parts(0, 1223)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `618` // Estimated: `20301` // Minimum execution time: 146_443 nanoseconds. - Weight::from_ref_time(150_592_000) - .saturating_add(Weight::from_proof_size(20301)) + Weight::from_parts(150_592_000, 0) + .saturating_add(Weight::from_parts(0, 20301)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `692` // Estimated: `23764` // Minimum execution time: 69_307 nanoseconds. - Weight::from_ref_time(84_145_000) - .saturating_add(Weight::from_proof_size(23764)) + Weight::from_parts(84_145_000, 0) + .saturating_add(Weight::from_parts(0, 23764)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `438` // Estimated: `11652` // Minimum execution time: 22_152 nanoseconds. - Weight::from_ref_time(22_926_000) - .saturating_add(Weight::from_proof_size(11652)) + Weight::from_parts(22_926_000, 0) + .saturating_add(Weight::from_parts(0, 11652)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs index 58e38da20e85..bf3787a64c04 100644 --- a/runtime/polkadot/src/weights/runtime_common_crowdloan.rs +++ b/runtime/polkadot/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `395` // Estimated: `9500` // Minimum execution time: 39_775 nanoseconds. - Weight::from_ref_time(40_606_000) - .saturating_add(Weight::from_proof_size(9500)) + Weight::from_parts(40_606_000, 0) + .saturating_add(Weight::from_parts(0, 9500)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `407` // Estimated: `14067` // Minimum execution time: 116_028 nanoseconds. - Weight::from_ref_time(117_110_000) - .saturating_add(Weight::from_proof_size(14067)) + Weight::from_parts(117_110_000, 0) + .saturating_add(Weight::from_parts(0, 14067)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 57_368 nanoseconds. - Weight::from_ref_time(58_291_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(58_291_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `191 + k * (221 ±0)` // Estimated: `196 + k * (221 ±0)` // Minimum execution time: 38_405 nanoseconds. - Weight::from_ref_time(53_604_000) - .saturating_add(Weight::from_proof_size(196)) + Weight::from_parts(53_604_000, 0) + .saturating_add(Weight::from_parts(0, 196)) // Standard Error: 13_955 - .saturating_add(Weight::from_ref_time(23_725_495).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_725_495, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 28_816 nanoseconds. - Weight::from_ref_time(29_449_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(29_449_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_666 nanoseconds. - Weight::from_ref_time(18_315_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(18_315_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 24_524 nanoseconds. - Weight::from_ref_time(24_958_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(24_958_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_467 nanoseconds. - Weight::from_ref_time(17_772_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_772_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `157 + n * (420 ±0)` // Estimated: `7142 + n * (14663 ±0)` // Minimum execution time: 112_481 nanoseconds. - Weight::from_ref_time(113_770_000) - .saturating_add(Weight::from_proof_size(7142)) + Weight::from_parts(113_770_000, 0) + .saturating_add(Weight::from_parts(0, 7142)) // Standard Error: 50_565 - .saturating_add(Weight::from_ref_time(51_191_368).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(51_191_368, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs index 58df8776f83c..a8b01292903c 100644 --- a/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/polkadot/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `70` // Estimated: `5655` // Minimum execution time: 25_903 nanoseconds. - Weight::from_ref_time(26_325_000) - .saturating_add(Weight::from_proof_size(5655)) + Weight::from_parts(26_325_000, 0) + .saturating_add(Weight::from_parts(0, 5655)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -86,8 +86,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `561` // Estimated: `21450` // Minimum execution time: 7_553_331 nanoseconds. - Weight::from_ref_time(7_726_216_000) - .saturating_add(Weight::from_proof_size(21450)) + Weight::from_parts(7_726_216_000, 0) + .saturating_add(Weight::from_parts(0, 21450)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -116,8 +116,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `419` // Estimated: `20030` // Minimum execution time: 7_582_213 nanoseconds. - Weight::from_ref_time(7_756_452_000) - .saturating_add(Weight::from_proof_size(20030)) + Weight::from_parts(7_756_452_000, 0) + .saturating_add(Weight::from_parts(0, 20030)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -138,8 +138,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 41_148 nanoseconds. - Weight::from_ref_time(42_082_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(42_082_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -162,8 +162,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `707` // Estimated: `27719` // Minimum execution time: 46_614 nanoseconds. - Weight::from_ref_time(48_057_000) - .saturating_add(Weight::from_proof_size(27719)) + Weight::from_parts(48_057_000, 0) + .saturating_add(Weight::from_parts(0, 27719)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -195,10 +195,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `287` // Estimated: `19987` // Minimum execution time: 43_351 nanoseconds. - Weight::from_ref_time(43_888_000) - .saturating_add(Weight::from_proof_size(19987)) + Weight::from_parts(43_888_000, 0) + .saturating_add(Weight::from_parts(0, 19987)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_391).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_391, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -210,10 +210,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_863 nanoseconds. - Weight::from_ref_time(9_010_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_010_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(969).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(969, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_common_slots.rs b/runtime/polkadot/src/weights/runtime_common_slots.rs index e0eb0dfd59ab..c7ba0a5a7861 100644 --- a/runtime/polkadot/src/weights/runtime_common_slots.rs +++ b/runtime/polkadot/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_910 nanoseconds. - Weight::from_ref_time(12_346_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_346_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_842 nanoseconds. - Weight::from_ref_time(12_456_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_456_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 12_093 nanoseconds. - Weight::from_ref_time(12_420_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_420_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +112,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 11_996 nanoseconds. - Weight::from_ref_time(12_626_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_626_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -140,8 +140,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `349` // Estimated: `3376` // Minimum execution time: 12_296 nanoseconds. - Weight::from_ref_time(12_553_000) - .saturating_add(Weight::from_proof_size(3376)) + Weight::from_parts(12_553_000, 0) + .saturating_add(Weight::from_parts(0, 3376)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs index b7e374c720c0..673abc01ed74 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_disputes.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_694 nanoseconds. - Weight::from_ref_time(2_819_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_819_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs index bb1b06f59329..bc3561fd9dff 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_hrmp.rs @@ -68,8 +68,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `609` // Estimated: `26271` // Minimum execution time: 41_409 nanoseconds. - Weight::from_ref_time(41_949_000) - .saturating_add(Weight::from_proof_size(26271)) + Weight::from_parts(41_949_000, 0) + .saturating_add(Weight::from_parts(0, 26271)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -92,8 +92,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `873` // Estimated: `21456` // Minimum execution time: 41_061 nanoseconds. - Weight::from_ref_time(41_725_000) - .saturating_add(Weight::from_proof_size(21456)) + Weight::from_parts(41_725_000, 0) + .saturating_add(Weight::from_parts(0, 21456)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -114,8 +114,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `744` // Estimated: `15354` // Minimum execution time: 37_443 nanoseconds. - Weight::from_ref_time(40_253_000) - .saturating_add(Weight::from_proof_size(15354)) + Weight::from_parts(40_253_000, 0) + .saturating_add(Weight::from_parts(0, 15354)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,20 +138,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `254 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6354 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_095_305 nanoseconds. - Weight::from_ref_time(1_102_171_000) - .saturating_add(Weight::from_proof_size(6354)) + Weight::from_parts(1_102_171_000, 0) + .saturating_add(Weight::from_parts(0, 6354)) // Standard Error: 98_328 - .saturating_add(Weight::from_ref_time(3_222_513).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_222_513, 0).saturating_mul(i.into())) // Standard Error: 98_328 - .saturating_add(Weight::from_ref_time(3_343_772).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_343_772, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Configuration ActiveConfig (r:1 w:0) /// Proof Skipped: Configuration ActiveConfig (max_values: Some(1), max_size: None, mode: Measured) @@ -177,15 +177,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `725 + c * (166 ±0)` // Estimated: `7371 + c * (18828 ±0)` // Minimum execution time: 9_405 nanoseconds. - Weight::from_ref_time(4_666_821) - .saturating_add(Weight::from_proof_size(7371)) + Weight::from_parts(4_666_821, 0) + .saturating_add(Weight::from_parts(0, 7371)) // Standard Error: 21_110 - .saturating_add(Weight::from_ref_time(18_925_237).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(18_925_237, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18828).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18828).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -205,15 +205,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307 + c * (155 ±0)` // Estimated: `2232 + c * (8361 ±0)` // Minimum execution time: 6_303 nanoseconds. - Weight::from_ref_time(3_137_132) - .saturating_add(Weight::from_proof_size(2232)) + Weight::from_parts(3_137_132, 0) + .saturating_add(Weight::from_parts(0, 2232)) // Standard Error: 14_988 - .saturating_add(Weight::from_ref_time(11_754_128).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_754_128, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -227,13 +227,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1022 + c * (13 ±0)` // Estimated: `7911 + c * (45 ±0)` // Minimum execution time: 21_716 nanoseconds. - Weight::from_ref_time(26_754_962) - .saturating_add(Weight::from_proof_size(7911)) + Weight::from_parts(26_754_962, 0) + .saturating_add(Weight::from_parts(0, 7911)) // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(58_005).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(58_005, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -245,15 +245,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `217 + c * (94 ±0)` // Estimated: `912 + c * (2664 ±0)` // Minimum execution time: 5_229 nanoseconds. - Weight::from_ref_time(4_661_405) - .saturating_add(Weight::from_proof_size(912)) + Weight::from_parts(4_661_405, 0) + .saturating_add(Weight::from_parts(0, 912)) // Standard Error: 3_567 - .saturating_add(Weight::from_ref_time(3_157_636).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_157_636, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -282,8 +282,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `609` // Estimated: `37389` // Minimum execution time: 54_228 nanoseconds. - Weight::from_ref_time(54_782_000) - .saturating_add(Weight::from_proof_size(37389)) + Weight::from_parts(54_782_000, 0) + .saturating_add(Weight::from_parts(0, 37389)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs index edf738143278..717d278612f7 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_initializer.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_583 nanoseconds. - Weight::from_ref_time(8_408_703) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(8_408_703, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 9 - .saturating_add(Weight::from_ref_time(1_287).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_287, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras.rs b/runtime/polkadot/src/weights/runtime_parachains_paras.rs index 70d07f042255..77aa0f3c9137 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 33_964 nanoseconds. - Weight::from_ref_time(34_183_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(34_183_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_374).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_374, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 8_472 nanoseconds. - Weight::from_ref_time(8_522_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_522_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(972).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(972, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Configuration ActiveConfig (r:1 w:0) @@ -112,10 +112,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16785` // Estimated: `198990` // Minimum execution time: 62_077 nanoseconds. - Weight::from_ref_time(63_533_000) - .saturating_add(Weight::from_proof_size(198990)) + Weight::from_parts(63_533_000, 0) + .saturating_add(Weight::from_parts(0, 198990)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_397).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_397, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,10 +131,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 14_330 nanoseconds. - Weight::from_ref_time(14_560_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(14_560_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(971).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(971, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,8 +147,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 20_598 nanoseconds. - Weight::from_ref_time(21_189_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(21_189_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 8_753 nanoseconds. - Weight::from_ref_time(8_999_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(8_999_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_375).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_375, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 6_338 nanoseconds. - Weight::from_ref_time(6_709_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(6_709_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26968` // Estimated: `111832` // Minimum execution time: 92_190 nanoseconds. - Weight::from_ref_time(94_190_000) - .saturating_add(Weight::from_proof_size(111832)) + Weight::from_parts(94_190_000, 0) + .saturating_add(Weight::from_parts(0, 111832)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27554` // Estimated: `225877` // Minimum execution time: 816_058 nanoseconds. - Weight::from_ref_time(823_769_000) - .saturating_add(Weight::from_proof_size(225877)) + Weight::from_parts(823_769_000, 0) + .saturating_add(Weight::from_parts(0, 225877)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -240,8 +240,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27500` // Estimated: `113960` // Minimum execution time: 91_497 nanoseconds. - Weight::from_ref_time(93_349_000) - .saturating_add(Weight::from_proof_size(113960)) + Weight::from_parts(93_349_000, 0) + .saturating_add(Weight::from_parts(0, 113960)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,8 +262,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27022` // Estimated: `169062` // Minimum execution time: 643_156 nanoseconds. - Weight::from_ref_time(648_775_000) - .saturating_add(Weight::from_proof_size(169062)) + Weight::from_parts(648_775_000, 0) + .saturating_add(Weight::from_parts(0, 169062)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -280,8 +280,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26968` // Estimated: `111832` // Minimum execution time: 90_809 nanoseconds. - Weight::from_ref_time(92_716_000) - .saturating_add(Weight::from_proof_size(111832)) + Weight::from_parts(92_716_000, 0) + .saturating_add(Weight::from_parts(0, 111832)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs index 064d476d0980..c2b20957f448 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_paras_inherent.rs @@ -115,13 +115,13 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `51185` // Estimated: `1520629 + v * (16 ±0)` // Minimum execution time: 797_153 nanoseconds. - Weight::from_ref_time(331_841_614) - .saturating_add(Weight::from_proof_size(1520629)) + Weight::from_parts(331_841_614, 0) + .saturating_add(Weight::from_parts(0, 1520629)) // Standard Error: 29_705 - .saturating_add(Weight::from_ref_time(48_468_871).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_468_871, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) - .saturating_add(Weight::from_proof_size(16).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) } /// Storage: ParaInherent Included (r:1 w:1) /// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured) @@ -190,8 +190,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42987` // Estimated: `1234899` // Minimum execution time: 357_157 nanoseconds. - Weight::from_ref_time(363_548_000) - .saturating_add(Weight::from_proof_size(1234899)) + Weight::from_parts(363_548_000, 0) + .saturating_add(Weight::from_parts(0, 1234899)) .saturating_add(T::DbWeight::get().reads(27)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -265,10 +265,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `43019` // Estimated: `1286239` // Minimum execution time: 5_691_962 nanoseconds. - Weight::from_ref_time(946_685_737) - .saturating_add(Weight::from_proof_size(1286239)) + Weight::from_parts(946_685_737, 0) + .saturating_add(Weight::from_parts(0, 1286239)) // Standard Error: 51_849 - .saturating_add(Weight::from_ref_time(47_866_559).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_866_559, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(30)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -345,8 +345,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `43046` // Estimated: `1378064` // Minimum execution time: 38_935_048 nanoseconds. - Weight::from_ref_time(39_141_931_000) - .saturating_add(Weight::from_proof_size(1378064)) + Weight::from_parts(39_141_931_000, 0) + .saturating_add(Weight::from_parts(0, 1378064)) .saturating_add(T::DbWeight::get().reads(32)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/polkadot/src/weights/runtime_parachains_ump.rs b/runtime/polkadot/src/weights/runtime_parachains_ump.rs index b5cc9bc0798a..3c96f6a06aff 100644 --- a/runtime/polkadot/src/weights/runtime_parachains_ump.rs +++ b/runtime/polkadot/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_467 nanoseconds. - Weight::from_ref_time(1_128_103) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_128_103, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_929).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_929, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `272` // Estimated: `2078` // Minimum execution time: 9_593 nanoseconds. - Weight::from_ref_time(9_926_000) - .saturating_add(Weight::from_proof_size(2078)) + Weight::from_parts(9_926_000, 0) + .saturating_add(Weight::from_parts(0, 2078)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `257` // Estimated: `3231` // Minimum execution time: 24_517 nanoseconds. - Weight::from_ref_time(24_802_000) - .saturating_add(Weight::from_proof_size(3231)) + Weight::from_parts(24_802_000, 0) + .saturating_add(Weight::from_parts(0, 3231)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/constants/src/weights/block_weights.rs b/runtime/rococo/constants/src/weights/block_weights.rs index a7dd62ab56ae..f617a0c1cd9d 100644 --- a/runtime/rococo/constants/src/weights/block_weights.rs +++ b/runtime/rococo/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 484_818 /// 75th: 467_914 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(468_724)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(468_724), 0); } #[cfg(test)] diff --git a/runtime/rococo/constants/src/weights/extrinsic_weights.rs b/runtime/rococo/constants/src/weights/extrinsic_weights.rs index a05fc44628cd..7148d38709cc 100644 --- a/runtime/rococo/constants/src/weights/extrinsic_weights.rs +++ b/runtime/rococo/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 95_147 /// 75th: 94_666 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_585)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_585), 0); } #[cfg(test)] diff --git a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs index d6fc79f0afd3..6277e18add76 100644 --- a/runtime/rococo/src/weights/frame_benchmarking_baseline.rs +++ b/runtime/rococo/src/weights/frame_benchmarking_baseline.rs @@ -51,8 +51,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 177 nanoseconds. - Weight::from_ref_time(213_240) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(213_240, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn subtraction(_i: u32, ) -> Weight { @@ -60,8 +60,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 176 nanoseconds. - Weight::from_ref_time(217_103) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(217_103, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn multiplication(_i: u32, ) -> Weight { @@ -69,8 +69,8 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 182 nanoseconds. - Weight::from_ref_time(222_120) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(222_120, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 1000000]`. fn division(_i: u32, ) -> Weight { @@ -78,16 +78,16 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 178 nanoseconds. - Weight::from_ref_time(214_174) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(214_174, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn hashing() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 23_495_750 nanoseconds. - Weight::from_ref_time(23_635_881_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(23_635_881_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `i` is `[0, 100]`. fn sr25519_verification(i: u32, ) -> Weight { @@ -95,9 +95,9 @@ impl frame_benchmarking::baseline::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 226 nanoseconds. - Weight::from_ref_time(238_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(238_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 9_925 - .saturating_add(Weight::from_ref_time(46_955_989).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(46_955_989, 0).saturating_mul(i.into())) } } diff --git a/runtime/rococo/src/weights/frame_system.rs b/runtime/rococo/src/weights/frame_system.rs index ad88093cb7d8..62e5b92c57aa 100644 --- a/runtime/rococo/src/weights/frame_system.rs +++ b/runtime/rococo/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_748 nanoseconds. - Weight::from_ref_time(2_117_356) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_117_356, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(367).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(367, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_063 nanoseconds. - Weight::from_ref_time(7_145_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_145_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_721).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_721, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_665 nanoseconds. - Weight::from_ref_time(3_765_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(3_765_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_681 nanoseconds. - Weight::from_ref_time(1_739_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_739_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1_662 - .saturating_add(Weight::from_ref_time(660_663).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(660_663, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_849 nanoseconds. - Weight::from_ref_time(1_894_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_894_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 767 - .saturating_add(Weight::from_ref_time(482_324).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(482_324, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `131 + p * (69 ±0)` // Estimated: `126 + p * (70 ±0)` // Minimum execution time: 3_861 nanoseconds. - Weight::from_ref_time(3_923_000) - .saturating_add(Weight::from_proof_size(126)) + Weight::from_parts(3_923_000, 0) + .saturating_add(Weight::from_parts(0, 126)) // Standard Error: 869 - .saturating_add(Weight::from_ref_time(999_646).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(999_646, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_balances.rs b/runtime/rococo/src/weights/pallet_balances.rs index 9e6af9772680..94599ca312df 100644 --- a/runtime/rococo/src/weights/pallet_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances.rs @@ -47,49 +47,49 @@ impl pallet_balances::WeightInfo for WeightInfo { // Storage: System Account (r:1 w:1) fn transfer() -> Weight { // Minimum execution time: 40_106 nanoseconds. - Weight::from_ref_time(40_750_000 as u64) + Weight::from_parts(40_750_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_keep_alive() -> Weight { // Minimum execution time: 30_737 nanoseconds. - Weight::from_ref_time(31_295_000 as u64) + Weight::from_parts(31_295_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_creating() -> Weight { // Minimum execution time: 23_902 nanoseconds. - Weight::from_ref_time(24_338_000 as u64) + Weight::from_parts(24_338_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn set_balance_killing() -> Weight { // Minimum execution time: 26_492 nanoseconds. - Weight::from_ref_time(26_866_000 as u64) + Weight::from_parts(26_866_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) fn force_transfer() -> Weight { // Minimum execution time: 40_384 nanoseconds. - Weight::from_ref_time(41_000_000 as u64) + Weight::from_parts(41_000_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } // Storage: System Account (r:1 w:1) fn transfer_all() -> Weight { // Minimum execution time: 35_115 nanoseconds. - Weight::from_ref_time(35_696_000 as u64) + Weight::from_parts(35_696_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) fn force_unreserve() -> Weight { // Minimum execution time: 20_274 nanoseconds. - Weight::from_ref_time(20_885_000 as u64) + Weight::from_parts(20_885_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } diff --git a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs index 941f632219e3..94feb6398396 100644 --- a/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs +++ b/runtime/rococo/src/weights/pallet_balances_nis_counterpart_balances.rs @@ -56,8 +56,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1876` // Estimated: `8288` // Minimum execution time: 52_909 nanoseconds. - Weight::from_ref_time(54_611_000) - .saturating_add(Weight::from_proof_size(8288)) + Weight::from_parts(54_611_000, 0) + .saturating_add(Weight::from_parts(0, 8288)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -70,8 +70,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1702` // Estimated: `7777` // Minimum execution time: 37_606 nanoseconds. - Weight::from_ref_time(38_089_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(38_089_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1352` // Estimated: `3098` // Minimum execution time: 25_313 nanoseconds. - Weight::from_ref_time(25_782_000) - .saturating_add(Weight::from_proof_size(3098)) + Weight::from_parts(25_782_000, 0) + .saturating_add(Weight::from_parts(0, 3098)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1910` // Estimated: `5701` // Minimum execution time: 34_720 nanoseconds. - Weight::from_ref_time(35_645_000) - .saturating_add(Weight::from_proof_size(5701)) + Weight::from_parts(35_645_000, 0) + .saturating_add(Weight::from_parts(0, 5701)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -116,8 +116,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1872` // Estimated: `10891` // Minimum execution time: 51_178 nanoseconds. - Weight::from_ref_time(52_624_000) - .saturating_add(Weight::from_proof_size(10891)) + Weight::from_parts(52_624_000, 0) + .saturating_add(Weight::from_parts(0, 10891)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -130,8 +130,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1874` // Estimated: `7777` // Minimum execution time: 47_648 nanoseconds. - Weight::from_ref_time(49_070_000) - .saturating_add(Weight::from_proof_size(7777)) + Weight::from_parts(49_070_000, 0) + .saturating_add(Weight::from_parts(0, 7777)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1350` // Estimated: `2587` // Minimum execution time: 23_698 nanoseconds. - Weight::from_ref_time(24_378_000) - .saturating_add(Weight::from_proof_size(2587)) + Weight::from_parts(24_378_000, 0) + .saturating_add(Weight::from_parts(0, 2587)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_bounties.rs b/runtime/rococo/src/weights/pallet_bounties.rs index ad4268a90f94..aedb0669f29c 100644 --- a/runtime/rococo/src/weights/pallet_bounties.rs +++ b/runtime/rococo/src/weights/pallet_bounties.rs @@ -59,10 +59,10 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `3102` // Minimum execution time: 24_400 nanoseconds. - Weight::from_ref_time(25_972_758) - .saturating_add(Weight::from_proof_size(3102)) + Weight::from_parts(25_972_758, 0) + .saturating_add(Weight::from_parts(0, 3102)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(716).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(716, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -71,48 +71,48 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn propose_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn award_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn claim_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Bounties Bounties (r:1 w:1) /// Proof: Bounties Bounties (max_values: None, max_size: Some(177), added: 2652, mode: MaxEncodedLen) @@ -127,8 +127,8 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `546` // Estimated: `7746` // Minimum execution time: 41_193 nanoseconds. - Weight::from_ref_time(41_719_000) - .saturating_add(Weight::from_proof_size(7746)) + Weight::from_parts(41_719_000, 0) + .saturating_add(Weight::from_parts(0, 7746)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -137,16 +137,16 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn extend_bounty_expiry() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Bounties BountyApprovals (r:1 w:1) /// Proof: Bounties BountyApprovals (max_values: Some(1), max_size: Some(402), added: 897, mode: MaxEncodedLen) @@ -156,7 +156,7 @@ impl pallet_bounties::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `897` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(2_606_006) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(2_606_006, 0) + .saturating_add(Weight::from_parts(0, 897)) } } diff --git a/runtime/rococo/src/weights/pallet_child_bounties.rs b/runtime/rococo/src/weights/pallet_child_bounties.rs index 2947394fc0d4..432bc4c50742 100644 --- a/runtime/rococo/src/weights/pallet_child_bounties.rs +++ b/runtime/rococo/src/weights/pallet_child_bounties.rs @@ -51,63 +51,63 @@ impl pallet_child_bounties::WeightInfo for WeightInfo Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn accept_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn unassign_curator() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn award_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn claim_child_bounty() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn close_child_bounty_added() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn close_child_bounty_active() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 0 nanoseconds. - Weight::from_ref_time(0) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(0, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/rococo/src/weights/pallet_collective.rs b/runtime/rococo/src/weights/pallet_collective.rs index 345c48607532..610f9160494d 100644 --- a/runtime/rococo/src/weights/pallet_collective.rs +++ b/runtime/rococo/src/weights/pallet_collective.rs @@ -52,11 +52,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `n` is `[1, 100]`. /// The range of component `p` is `[1, 100]`. fn set_members(m: u32, _n: u32, p: u32, ) -> Weight { - Weight::from_ref_time(0 as u64) + Weight::from_parts(0 as u64, 0) // Standard Error: 15_000 - .saturating_add(Weight::from_ref_time(10_832_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(10_832_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 15_000 - .saturating_add(Weight::from_ref_time(12_894_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(12_894_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().reads((1 as u64).saturating_mul(p as u64))) .saturating_add(T::DbWeight::get().writes(2 as u64)) @@ -66,11 +66,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn execute(b: u32, m: u32, ) -> Weight { - Weight::from_ref_time(19_069_000 as u64) + Weight::from_parts(19_069_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(2_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(13_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(13_000 as u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) } // Storage: Collective Members (r:1 w:0) @@ -78,11 +78,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `b` is `[1, 1024]`. /// The range of component `m` is `[1, 100]`. fn propose_execute(b: u32, m: u32, ) -> Weight { - Weight::from_ref_time(20_794_000 as u64) + Weight::from_parts(20_794_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(2_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(2_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(22_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(22_000 as u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) } // Storage: Collective Members (r:1 w:0) @@ -94,13 +94,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[2, 100]`. /// The range of component `p` is `[1, 100]`. fn propose_proposed(b: u32, m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(27_870_000 as u64) + Weight::from_parts(27_870_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(3_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(3_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(22_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(22_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 1_000 - .saturating_add(Weight::from_ref_time(94_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(94_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -108,9 +108,9 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Collective Voting (r:1 w:1) /// The range of component `m` is `[5, 100]`. fn vote(m: u32, ) -> Weight { - Weight::from_ref_time(27_249_000 as u64) + Weight::from_parts(27_249_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(35_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(35_000 as u64, 0).saturating_mul(m as u64)) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -121,11 +121,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_disapproved(m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(30_754_000 as u64) + Weight::from_parts(30_754_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(28_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(28_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(81_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(81_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(3 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -137,13 +137,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_early_approved(b: u32, m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(39_508_000 as u64) + Weight::from_parts(39_508_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(1_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(29_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(29_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(90_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(90_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -155,11 +155,11 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_disapproved(m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(32_769_000 as u64) + Weight::from_parts(32_769_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(31_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(31_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(83_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(83_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(4 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -172,13 +172,13 @@ impl pallet_collective::WeightInfo for WeightInfo { /// The range of component `m` is `[4, 100]`. /// The range of component `p` is `[1, 100]`. fn close_approved(b: u32, m: u32, p: u32, ) -> Weight { - Weight::from_ref_time(41_704_000 as u64) + Weight::from_parts(41_704_000 as u64, 0) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_000 as u64).saturating_mul(b as u64)) + .saturating_add(Weight::from_parts(1_000 as u64, 0).saturating_mul(b as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(28_000 as u64).saturating_mul(m as u64)) + .saturating_add(Weight::from_parts(28_000 as u64, 0).saturating_mul(m as u64)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(92_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(92_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } @@ -187,9 +187,9 @@ impl pallet_collective::WeightInfo for WeightInfo { // Storage: Collective ProposalOf (r:0 w:1) /// The range of component `p` is `[1, 100]`. fn disapprove_proposal(p: u32, ) -> Weight { - Weight::from_ref_time(22_720_000 as u64) + Weight::from_parts(22_720_000 as u64, 0) // Standard Error: 2_000 - .saturating_add(Weight::from_ref_time(74_000 as u64).saturating_mul(p as u64)) + .saturating_add(Weight::from_parts(74_000 as u64, 0).saturating_mul(p as u64)) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } diff --git a/runtime/rococo/src/weights/pallet_collective_council.rs b/runtime/rococo/src/weights/pallet_collective_council.rs index 0aba1fe00070..636e155f9337 100644 --- a/runtime/rococo/src/weights/pallet_collective_council.rs +++ b/runtime/rococo/src/weights/pallet_collective_council.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16322 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 17_652 nanoseconds. - Weight::from_ref_time(17_887_000) - .saturating_add(Weight::from_proof_size(16322)) + Weight::from_parts(17_887_000, 0) + .saturating_add(Weight::from_parts(0, 16322)) // Standard Error: 48_823 - .saturating_add(Weight::from_ref_time(5_530_238).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_530_238, 0).saturating_mul(m.into())) // Standard Error: 48_823 - .saturating_add(Weight::from_ref_time(8_205_203).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_205_203, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `664 + m * (32 ±0)` // Minimum execution time: 16_377 nanoseconds. - Weight::from_ref_time(15_516_969) - .saturating_add(Weight::from_proof_size(664)) + Weight::from_parts(15_516_969, 0) + .saturating_add(Weight::from_parts(0, 664)) // Standard Error: 28 - .saturating_add(Weight::from_ref_time(1_799).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_799, 0).saturating_mul(b.into())) // Standard Error: 298 - .saturating_add(Weight::from_ref_time(14_715).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(14_715, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `168 + m * (32 ±0)` // Estimated: `3308 + m * (64 ±0)` // Minimum execution time: 18_627 nanoseconds. - Weight::from_ref_time(17_627_291) - .saturating_add(Weight::from_proof_size(3308)) + Weight::from_parts(17_627_291, 0) + .saturating_add(Weight::from_parts(0, 3308)) // Standard Error: 21 - .saturating_add(Weight::from_ref_time(1_527).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_527, 0).saturating_mul(b.into())) // Standard Error: 224 - .saturating_add(Weight::from_ref_time(24_848).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(24_848, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `490 + m * (32 ±0) + p * (36 ±0)` // Estimated: `6025 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 25_043 nanoseconds. - Weight::from_ref_time(26_178_725) - .saturating_add(Weight::from_proof_size(6025)) + Weight::from_parts(26_178_725, 0) + .saturating_add(Weight::from_parts(0, 6025)) // Standard Error: 48 - .saturating_add(Weight::from_ref_time(2_348).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_348, 0).saturating_mul(b.into())) // Standard Error: 508 - .saturating_add(Weight::from_ref_time(17_576).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_576, 0).saturating_mul(m.into())) // Standard Error: 502 - .saturating_add(Weight::from_ref_time(120_249).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(120_249, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Members (r:1 w:0) /// Proof Skipped: Council Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `940 + m * (64 ±0)` // Estimated: `4848 + m * (128 ±0)` // Minimum execution time: 22_290 nanoseconds. - Weight::from_ref_time(22_948_862) - .saturating_add(Weight::from_proof_size(4848)) + Weight::from_parts(22_948_862, 0) + .saturating_add(Weight::from_parts(0, 4848)) // Standard Error: 266 - .saturating_add(Weight::from_ref_time(42_141).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(42_141, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `560 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5629 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 26_965 nanoseconds. - Weight::from_ref_time(28_111_495) - .saturating_add(Weight::from_proof_size(5629)) + Weight::from_parts(28_111_495, 0) + .saturating_add(Weight::from_parts(0, 5629)) // Standard Error: 406 - .saturating_add(Weight::from_ref_time(18_952).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(18_952, 0).saturating_mul(m.into())) // Standard Error: 396 - .saturating_add(Weight::from_ref_time(135_279).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(135_279, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -219,17 +219,17 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `896 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8900 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 38_169 nanoseconds. - Weight::from_ref_time(40_193_158) - .saturating_add(Weight::from_proof_size(8900)) + Weight::from_parts(40_193_158, 0) + .saturating_add(Weight::from_parts(0, 8900)) // Standard Error: 128 - .saturating_add(Weight::from_ref_time(2_040).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_040, 0).saturating_mul(b.into())) // Standard Error: 1_320 - .saturating_add(Weight::from_ref_time(148_950).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(148_950, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -250,16 +250,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `580 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6765 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 29_862 nanoseconds. - Weight::from_ref_time(30_698_565) - .saturating_add(Weight::from_proof_size(6765)) + Weight::from_parts(30_698_565, 0) + .saturating_add(Weight::from_parts(0, 6765)) // Standard Error: 377 - .saturating_add(Weight::from_ref_time(22_192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_192, 0).saturating_mul(m.into())) // Standard Error: 367 - .saturating_add(Weight::from_ref_time(134_679).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(134_679, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: Council Voting (r:1 w:1) /// Proof Skipped: Council Voting (max_values: None, max_size: None, mode: Measured) @@ -282,19 +282,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `916 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10235 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 40_518 nanoseconds. - Weight::from_ref_time(41_833_162) - .saturating_add(Weight::from_proof_size(10235)) + Weight::from_parts(41_833_162, 0) + .saturating_add(Weight::from_parts(0, 10235)) // Standard Error: 85 - .saturating_add(Weight::from_ref_time(2_290).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_290, 0).saturating_mul(b.into())) // Standard Error: 905 - .saturating_add(Weight::from_ref_time(21_516).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(21_516, 0).saturating_mul(m.into())) // Standard Error: 882 - .saturating_add(Weight::from_ref_time(145_621).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(145_621, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: Council Proposals (r:1 w:1) /// Proof Skipped: Council Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -309,12 +309,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `325 + p * (32 ±0)` // Estimated: `1470 + p * (96 ±0)` // Minimum execution time: 15_193 nanoseconds. - Weight::from_ref_time(17_443_092) - .saturating_add(Weight::from_proof_size(1470)) + Weight::from_parts(17_443_092, 0) + .saturating_add(Weight::from_parts(0, 1470)) // Standard Error: 506 - .saturating_add(Weight::from_ref_time(107_440).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(107_440, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs index 9aabc9c0011e..c8717d8f569a 100644 --- a/runtime/rococo/src/weights/pallet_collective_technical_committee.rs +++ b/runtime/rococo/src/weights/pallet_collective_technical_committee.rs @@ -64,18 +64,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `0 + m * (3233 ±0) + p * (3223 ±0)` // Estimated: `16206 + m * (7809 ±16) + p * (10238 ±16)` // Minimum execution time: 18_363 nanoseconds. - Weight::from_ref_time(18_626_000) - .saturating_add(Weight::from_proof_size(16206)) + Weight::from_parts(18_626_000, 0) + .saturating_add(Weight::from_parts(0, 16206)) // Standard Error: 48_932 - .saturating_add(Weight::from_ref_time(5_502_228).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(5_502_228, 0).saturating_mul(m.into())) // Standard Error: 48_932 - .saturating_add(Weight::from_ref_time(8_265_192).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(8_265_192, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7809).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(10238).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7809).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 10238).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -88,14 +88,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `139 + m * (32 ±0)` // Estimated: `635 + m * (32 ±0)` // Minimum execution time: 16_669 nanoseconds. - Weight::from_ref_time(15_873_517) - .saturating_add(Weight::from_proof_size(635)) + Weight::from_parts(15_873_517, 0) + .saturating_add(Weight::from_parts(0, 635)) // Standard Error: 53 - .saturating_add(Weight::from_ref_time(1_939).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_939, 0).saturating_mul(b.into())) // Standard Error: 554 - .saturating_add(Weight::from_ref_time(13_017).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(13_017, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -110,14 +110,14 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `139 + m * (32 ±0)` // Estimated: `3250 + m * (64 ±0)` // Minimum execution time: 19_226 nanoseconds. - Weight::from_ref_time(18_203_584) - .saturating_add(Weight::from_proof_size(3250)) + Weight::from_parts(18_203_584, 0) + .saturating_add(Weight::from_parts(0, 3250)) // Standard Error: 19 - .saturating_add(Weight::from_ref_time(1_537).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_537, 0).saturating_mul(b.into())) // Standard Error: 202 - .saturating_add(Weight::from_ref_time(22_602).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_602, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -140,18 +140,18 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `461 + m * (32 ±0) + p * (36 ±0)` // Estimated: `5880 + m * (165 ±0) + p * (180 ±0)` // Minimum execution time: 25_845 nanoseconds. - Weight::from_ref_time(26_944_072) - .saturating_add(Weight::from_proof_size(5880)) + Weight::from_parts(26_944_072, 0) + .saturating_add(Weight::from_parts(0, 5880)) // Standard Error: 49 - .saturating_add(Weight::from_ref_time(2_373).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_373, 0).saturating_mul(b.into())) // Standard Error: 519 - .saturating_add(Weight::from_ref_time(17_532).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(17_532, 0).saturating_mul(m.into())) // Standard Error: 513 - .saturating_add(Weight::from_ref_time(121_955).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(121_955, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(165).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 165).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Members (r:1 w:0) /// Proof Skipped: TechnicalCommittee Members (max_values: Some(1), max_size: None, mode: Measured) @@ -164,13 +164,13 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `911 + m * (64 ±0)` // Estimated: `4790 + m * (128 ±0)` // Minimum execution time: 23_163 nanoseconds. - Weight::from_ref_time(23_720_815) - .saturating_add(Weight::from_proof_size(4790)) + Weight::from_parts(23_720_815, 0) + .saturating_add(Weight::from_parts(0, 4790)) // Standard Error: 246 - .saturating_add(Weight::from_ref_time(41_772).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(41_772, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(128).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(m.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -189,16 +189,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `531 + m * (64 ±0) + p * (36 ±0)` // Estimated: `5513 + m * (260 ±0) + p * (144 ±0)` // Minimum execution time: 27_743 nanoseconds. - Weight::from_ref_time(28_729_876) - .saturating_add(Weight::from_proof_size(5513)) + Weight::from_parts(28_729_876, 0) + .saturating_add(Weight::from_parts(0, 5513)) // Standard Error: 381 - .saturating_add(Weight::from_ref_time(19_708).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(19_708, 0).saturating_mul(m.into())) // Standard Error: 371 - .saturating_add(Weight::from_ref_time(138_115).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(138_115, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(260).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(144).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 260).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -219,19 +219,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `867 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `8784 + b * (4 ±0) + m * (264 ±0) + p * (160 ±0)` // Minimum execution time: 38_714 nanoseconds. - Weight::from_ref_time(39_840_766) - .saturating_add(Weight::from_proof_size(8784)) + Weight::from_parts(39_840_766, 0) + .saturating_add(Weight::from_parts(0, 8784)) // Standard Error: 84 - .saturating_add(Weight::from_ref_time(2_316).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_316, 0).saturating_mul(b.into())) // Standard Error: 897 - .saturating_add(Weight::from_ref_time(22_230).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_230, 0).saturating_mul(m.into())) // Standard Error: 875 - .saturating_add(Weight::from_ref_time(146_018).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(146_018, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(4).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(264).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(160).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 264).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 160).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -252,16 +252,16 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `551 + m * (64 ±0) + p * (36 ±0)` // Estimated: `6620 + m * (325 ±0) + p * (180 ±0)` // Minimum execution time: 30_419 nanoseconds. - Weight::from_ref_time(31_221_203) - .saturating_add(Weight::from_proof_size(6620)) + Weight::from_parts(31_221_203, 0) + .saturating_add(Weight::from_parts(0, 6620)) // Standard Error: 370 - .saturating_add(Weight::from_ref_time(23_359).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(23_359, 0).saturating_mul(m.into())) // Standard Error: 361 - .saturating_add(Weight::from_ref_time(139_033).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(139_033, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(325).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(180).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 325).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 180).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Voting (r:1 w:1) /// Proof Skipped: TechnicalCommittee Voting (max_values: None, max_size: None, mode: Measured) @@ -284,19 +284,19 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `887 + b * (1 ±0) + m * (64 ±0) + p * (40 ±0)` // Estimated: `10090 + b * (5 ±0) + m * (330 ±0) + p * (200 ±0)` // Minimum execution time: 41_170 nanoseconds. - Weight::from_ref_time(43_013_899) - .saturating_add(Weight::from_proof_size(10090)) + Weight::from_parts(43_013_899, 0) + .saturating_add(Weight::from_parts(0, 10090)) // Standard Error: 80 - .saturating_add(Weight::from_ref_time(1_999).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_999, 0).saturating_mul(b.into())) // Standard Error: 848 - .saturating_add(Weight::from_ref_time(22_005).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(22_005, 0).saturating_mul(m.into())) // Standard Error: 827 - .saturating_add(Weight::from_ref_time(145_539).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(145_539, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(5).saturating_mul(b.into())) - .saturating_add(Weight::from_proof_size(330).saturating_mul(m.into())) - .saturating_add(Weight::from_proof_size(200).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 5).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 330).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 200).saturating_mul(p.into())) } /// Storage: TechnicalCommittee Proposals (r:1 w:1) /// Proof Skipped: TechnicalCommittee Proposals (max_values: Some(1), max_size: None, mode: Measured) @@ -311,12 +311,12 @@ impl pallet_collective::WeightInfo for WeightInfo { // Measured: `296 + p * (32 ±0)` // Estimated: `1383 + p * (96 ±0)` // Minimum execution time: 15_951 nanoseconds. - Weight::from_ref_time(17_842_394) - .saturating_add(Weight::from_proof_size(1383)) + Weight::from_parts(17_842_394, 0) + .saturating_add(Weight::from_parts(0, 1383)) // Standard Error: 462 - .saturating_add(Weight::from_ref_time(110_189).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(110_189, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_democracy.rs b/runtime/rococo/src/weights/pallet_democracy.rs index 70a9fd4e10bf..abf2aa8713fa 100644 --- a/runtime/rococo/src/weights/pallet_democracy.rs +++ b/runtime/rococo/src/weights/pallet_democracy.rs @@ -58,8 +58,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4831` // Estimated: `23409` // Minimum execution time: 35_009 nanoseconds. - Weight::from_ref_time(35_562_000) - .saturating_add(Weight::from_proof_size(23409)) + Weight::from_parts(35_562_000, 0) + .saturating_add(Weight::from_parts(0, 23409)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,8 +70,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3587` // Estimated: `5705` // Minimum execution time: 32_327 nanoseconds. - Weight::from_ref_time(32_829_000) - .saturating_add(Weight::from_proof_size(5705)) + Weight::from_parts(32_829_000, 0) + .saturating_add(Weight::from_parts(0, 5705)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -86,8 +86,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3494` // Estimated: `12720` // Minimum execution time: 44_432 nanoseconds. - Weight::from_ref_time(44_971_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(44_971_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -102,8 +102,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3516` // Estimated: `12720` // Minimum execution time: 44_198 nanoseconds. - Weight::from_ref_time(44_910_000) - .saturating_add(Weight::from_proof_size(12720)) + Weight::from_parts(44_910_000, 0) + .saturating_add(Weight::from_parts(0, 12720)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -118,8 +118,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `365` // Estimated: `7712` // Minimum execution time: 26_814 nanoseconds. - Weight::from_ref_time(27_292_000) - .saturating_add(Weight::from_proof_size(7712)) + Weight::from_parts(27_292_000, 0) + .saturating_add(Weight::from_parts(0, 7712)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,8 +142,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `6003` // Estimated: `36392` // Minimum execution time: 89_645 nanoseconds. - Weight::from_ref_time(90_833_000) - .saturating_add(Weight::from_proof_size(36392)) + Weight::from_parts(90_833_000, 0) + .saturating_add(Weight::from_parts(0, 36392)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -156,8 +156,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3415` // Estimated: `6340` // Minimum execution time: 13_608 nanoseconds. - Weight::from_ref_time(14_008_000) - .saturating_add(Weight::from_proof_size(6340)) + Weight::from_parts(14_008_000, 0) + .saturating_add(Weight::from_parts(0, 6340)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -168,8 +168,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_288 nanoseconds. - Weight::from_ref_time(3_531_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_531_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:0 w:1) @@ -179,8 +179,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_313 nanoseconds. - Weight::from_ref_time(3_500_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_500_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy NextExternal (r:1 w:1) @@ -196,8 +196,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3654` // Minimum execution time: 27_758 nanoseconds. - Weight::from_ref_time(28_367_000) - .saturating_add(Weight::from_proof_size(3654)) + Weight::from_parts(28_367_000, 0) + .saturating_add(Weight::from_parts(0, 3654)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -212,8 +212,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `3518` // Estimated: `8868` // Minimum execution time: 31_910 nanoseconds. - Weight::from_ref_time(32_522_000) - .saturating_add(Weight::from_proof_size(8868)) + Weight::from_parts(32_522_000, 0) + .saturating_add(Weight::from_parts(0, 8868)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -230,8 +230,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `5882` // Estimated: `28033` // Minimum execution time: 73_861 nanoseconds. - Weight::from_ref_time(74_543_000) - .saturating_add(Weight::from_proof_size(28033)) + Weight::from_parts(74_543_000, 0) + .saturating_add(Weight::from_parts(0, 28033)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -244,8 +244,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `238` // Estimated: `2528` // Minimum execution time: 20_285 nanoseconds. - Weight::from_ref_time(20_556_000) - .saturating_add(Weight::from_proof_size(2528)) + Weight::from_parts(20_556_000, 0) + .saturating_add(Weight::from_parts(0, 2528)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -261,14 +261,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `998 + r * (2676 ±0)` // Minimum execution time: 7_440 nanoseconds. - Weight::from_ref_time(10_296_992) - .saturating_add(Weight::from_proof_size(998)) + Weight::from_parts(10_296_992, 0) + .saturating_add(Weight::from_parts(0, 998)) // Standard Error: 5_598 - .saturating_add(Weight::from_ref_time(2_783_476).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_783_476, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy LowestUnbaked (r:1 w:1) /// Proof: Democracy LowestUnbaked (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -288,14 +288,14 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `211 + r * (117 ±0)` // Estimated: `19318 + r * (2676 ±0)` // Minimum execution time: 10_023 nanoseconds. - Weight::from_ref_time(14_953_199) - .saturating_add(Weight::from_proof_size(19318)) + Weight::from_parts(14_953_199, 0) + .saturating_add(Weight::from_parts(0, 19318)) // Standard Error: 6_703 - .saturating_add(Weight::from_ref_time(2_749_933).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(2_749_933, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:3 w:3) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -309,15 +309,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `891 + r * (139 ±0)` // Estimated: `22584 + r * (2676 ±0)` // Minimum execution time: 36_963 nanoseconds. - Weight::from_ref_time(43_759_217) - .saturating_add(Weight::from_proof_size(22584)) + Weight::from_parts(43_759_217, 0) + .saturating_add(Weight::from_parts(0, 22584)) // Standard Error: 7_017 - .saturating_add(Weight::from_ref_time(3_833_993).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_833_993, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy VotingOf (r:2 w:2) /// Proof: Democracy VotingOf (max_values: None, max_size: Some(3795), added: 6270, mode: MaxEncodedLen) @@ -329,15 +329,15 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `524 + r * (139 ±0)` // Estimated: `12540 + r * (2676 ±0)` // Minimum execution time: 21_086 nanoseconds. - Weight::from_ref_time(23_113_225) - .saturating_add(Weight::from_proof_size(12540)) + Weight::from_parts(23_113_225, 0) + .saturating_add(Weight::from_parts(0, 12540)) // Standard Error: 5_813 - .saturating_add(Weight::from_ref_time(3_831_698).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(3_831_698, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(r.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(r.into()))) - .saturating_add(Weight::from_proof_size(2676).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(0, 2676).saturating_mul(r.into())) } /// Storage: Democracy PublicProps (r:0 w:1) /// Proof: Democracy PublicProps (max_values: Some(1), max_size: Some(16702), added: 17197, mode: MaxEncodedLen) @@ -346,8 +346,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_266 nanoseconds. - Weight::from_ref_time(3_325_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_325_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Democracy VotingOf (r:1 w:1) @@ -362,10 +362,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `556` // Estimated: `12647` // Minimum execution time: 19_889 nanoseconds. - Weight::from_ref_time(26_324_448) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(26_324_448, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 1_495 - .saturating_add(Weight::from_ref_time(22_352).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(22_352, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -381,10 +381,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `557 + r * (22 ±0)` // Estimated: `12647` // Minimum execution time: 24_827 nanoseconds. - Weight::from_ref_time(26_090_461) - .saturating_add(Weight::from_proof_size(12647)) + Weight::from_parts(26_090_461, 0) + .saturating_add(Weight::from_parts(0, 12647)) // Standard Error: 597 - .saturating_add(Weight::from_ref_time(57_287).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(57_287, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -398,10 +398,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_382 nanoseconds. - Weight::from_ref_time(19_142_641) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_142_641, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_005 - .saturating_add(Weight::from_ref_time(69_264).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(69_264, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -415,10 +415,10 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `758 + r * (26 ±0)` // Estimated: `8946` // Minimum execution time: 16_322 nanoseconds. - Weight::from_ref_time(19_304_122) - .saturating_add(Weight::from_proof_size(8946)) + Weight::from_parts(19_304_122, 0) + .saturating_add(Weight::from_parts(0, 8946)) // Standard Error: 1_054 - .saturating_add(Weight::from_ref_time(67_276).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(67_276, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -433,8 +433,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `395` // Estimated: `3193` // Minimum execution time: 19_283 nanoseconds. - Weight::from_ref_time(19_989_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(19_989_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -447,8 +447,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `3155` // Minimum execution time: 17_636 nanoseconds. - Weight::from_ref_time(17_805_000) - .saturating_add(Weight::from_proof_size(3155)) + Weight::from_parts(17_805_000, 0) + .saturating_add(Weight::from_parts(0, 3155)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -463,8 +463,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4958` // Estimated: `19763` // Minimum execution time: 33_929 nanoseconds. - Weight::from_ref_time(34_287_000) - .saturating_add(Weight::from_proof_size(19763)) + Weight::from_parts(34_287_000, 0) + .saturating_add(Weight::from_parts(0, 19763)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -477,8 +477,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `4820` // Estimated: `19725` // Minimum execution time: 30_741 nanoseconds. - Weight::from_ref_time(31_317_000) - .saturating_add(Weight::from_proof_size(19725)) + Weight::from_parts(31_317_000, 0) + .saturating_add(Weight::from_parts(0, 19725)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -491,8 +491,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 15_874 nanoseconds. - Weight::from_ref_time(16_183_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_183_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -505,8 +505,8 @@ impl pallet_democracy::WeightInfo for WeightInfo { // Measured: `269` // Estimated: `5204` // Minimum execution time: 19_214 nanoseconds. - Weight::from_ref_time(19_604_000) - .saturating_add(Weight::from_proof_size(5204)) + Weight::from_parts(19_604_000, 0) + .saturating_add(Weight::from_parts(0, 5204)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_elections_phragmen.rs b/runtime/rococo/src/weights/pallet_elections_phragmen.rs index 567396657119..48ffc089cdc5 100644 --- a/runtime/rococo/src/weights/pallet_elections_phragmen.rs +++ b/runtime/rococo/src/weights/pallet_elections_phragmen.rs @@ -61,11 +61,11 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `427 + v * (80 ±0)` // Estimated: `9438 + v * (320 ±0)` // Minimum execution time: 27_130 nanoseconds. - Weight::from_ref_time(30_823_053) - .saturating_add(Weight::from_proof_size(9438)) + Weight::from_parts(30_823_053, 0) + .saturating_add(Weight::from_parts(0, 9438)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -83,13 +83,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `395 + v * (80 ±0)` // Estimated: `9310 + v * (320 ±0)` // Minimum execution time: 36_644 nanoseconds. - Weight::from_ref_time(37_624_444) - .saturating_add(Weight::from_proof_size(9310)) + Weight::from_parts(37_624_444, 0) + .saturating_add(Weight::from_parts(0, 9310)) // Standard Error: 4_167 - .saturating_add(Weight::from_ref_time(123_846).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(123_846, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:0) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -107,13 +107,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `427 + v * (80 ±0)` // Estimated: `9438 + v * (320 ±0)` // Minimum execution time: 36_499 nanoseconds. - Weight::from_ref_time(37_129_866) - .saturating_add(Weight::from_proof_size(9438)) + Weight::from_parts(37_129_866, 0) + .saturating_add(Weight::from_parts(0, 9438)) // Standard Error: 4_033 - .saturating_add(Weight::from_ref_time(176_669).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(176_669, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(320).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 320).saturating_mul(v.into())) } /// Storage: PhragmenElection Voting (r:1 w:1) /// Proof Skipped: PhragmenElection Voting (max_values: None, max_size: None, mode: Measured) @@ -124,8 +124,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `917` // Estimated: `7166` // Minimum execution time: 32_287 nanoseconds. - Weight::from_ref_time(32_928_000) - .saturating_add(Weight::from_proof_size(7166)) + Weight::from_parts(32_928_000, 0) + .saturating_add(Weight::from_parts(0, 7166)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -141,13 +141,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `2805 + c * (48 ±0)` // Estimated: `9894 + c * (144 ±0)` // Minimum execution time: 29_136 nanoseconds. - Weight::from_ref_time(22_308_791) - .saturating_add(Weight::from_proof_size(9894)) + Weight::from_parts(22_308_791, 0) + .saturating_add(Weight::from_parts(0, 9894)) // Standard Error: 876 - .saturating_add(Weight::from_ref_time(82_538).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(82_538, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(144).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 144).saturating_mul(c.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -157,13 +157,13 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `314 + c * (48 ±0)` // Estimated: `796 + c * (48 ±0)` // Minimum execution time: 24_804 nanoseconds. - Weight::from_ref_time(17_680_542) - .saturating_add(Weight::from_proof_size(796)) + Weight::from_parts(17_680_542, 0) + .saturating_add(Weight::from_parts(0, 796)) // Standard Error: 908 - .saturating_add(Weight::from_ref_time(59_567).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(59_567, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(48).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 48).saturating_mul(c.into())) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -180,8 +180,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3079` // Estimated: `17375` // Minimum execution time: 42_528 nanoseconds. - Weight::from_ref_time(43_550_000) - .saturating_add(Weight::from_proof_size(17375)) + Weight::from_parts(43_550_000, 0) + .saturating_add(Weight::from_parts(0, 17375)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `1742` // Estimated: `2237` // Minimum execution time: 27_187 nanoseconds. - Weight::from_ref_time(27_805_000) - .saturating_add(Weight::from_proof_size(2237)) + Weight::from_parts(27_805_000, 0) + .saturating_add(Weight::from_parts(0, 2237)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -204,8 +204,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: PhragmenElection Members (r:1 w:1) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -224,8 +224,8 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `3079` // Estimated: `19978` // Minimum execution time: 58_082 nanoseconds. - Weight::from_ref_time(58_776_000) - .saturating_add(Weight::from_proof_size(19978)) + Weight::from_parts(58_776_000, 0) + .saturating_add(Weight::from_parts(0, 19978)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -248,14 +248,14 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `35961 + v * (872 ±0)` // Estimated: `148908 + v * (12340 ±0)` // Minimum execution time: 331_691_733 nanoseconds. - Weight::from_ref_time(332_320_461_000) - .saturating_add(Weight::from_proof_size(148908)) + Weight::from_parts(332_320_461_000, 0) + .saturating_add(Weight::from_parts(0, 148908)) // Standard Error: 286_396 - .saturating_add(Weight::from_ref_time(41_310_974).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_310_974, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(12340).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12340).saturating_mul(v.into())) } /// Storage: PhragmenElection Candidates (r:1 w:1) /// Proof Skipped: PhragmenElection Candidates (max_values: Some(1), max_size: None, mode: Measured) @@ -283,19 +283,19 @@ impl pallet_elections_phragmen::WeightInfo for WeightIn // Measured: `0 + v * (639 ±0) + e * (28 ±0)` // Estimated: `5334639 + v * (5714 ±4) + e * (123 ±0) + c * (2560 ±0)` // Minimum execution time: 33_629_192 nanoseconds. - Weight::from_ref_time(33_734_555_000) - .saturating_add(Weight::from_proof_size(5334639)) + Weight::from_parts(33_734_555_000, 0) + .saturating_add(Weight::from_parts(0, 5334639)) // Standard Error: 500_681 - .saturating_add(Weight::from_ref_time(41_778_821).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(41_778_821, 0).saturating_mul(v.into())) // Standard Error: 32_130 - .saturating_add(Weight::from_ref_time(2_073_697).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(2_073_697, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(265)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(6)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(5714).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(123).saturating_mul(e.into())) - .saturating_add(Weight::from_proof_size(2560).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 5714).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 123).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 2560).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_identity.rs b/runtime/rococo/src/weights/pallet_identity.rs index 1799d2d4e737..42eabd66952c 100644 --- a/runtime/rococo/src/weights/pallet_identity.rs +++ b/runtime/rococo/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_925 nanoseconds. - Weight::from_ref_time(12_665_139) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_665_139, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(72_276).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(72_276, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 28_918 nanoseconds. - Weight::from_ref_time(28_097_477) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(28_097_477, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 3_576 - .saturating_add(Weight::from_ref_time(77_253).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(77_253, 0).saturating_mul(r.into())) // Standard Error: 697 - .saturating_add(Weight::from_ref_time(449_336).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(449_336, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 8_955 nanoseconds. - Weight::from_ref_time(21_965_439) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_965_439, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 6_060 - .saturating_add(Weight::from_ref_time(2_820_536).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_820_536, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_824 nanoseconds. - Weight::from_ref_time(21_568_996) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(21_568_996, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_185 - .saturating_add(Weight::from_ref_time(1_111_881).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_111_881, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 49_012 nanoseconds. - Weight::from_ref_time(27_982_974) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(27_982_974, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 4_404 - .saturating_add(Weight::from_ref_time(40_856).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(40_856, 0).saturating_mul(r.into())) // Standard Error: 860 - .saturating_add(Weight::from_ref_time(1_095_905).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_095_905, 0).saturating_mul(s.into())) // Standard Error: 860 - .saturating_add(Weight::from_ref_time(229_635).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(229_635, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 29_213 nanoseconds. - Weight::from_ref_time(29_949_444) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(29_949_444, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 6_424 - .saturating_add(Weight::from_ref_time(28_127).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(28_127, 0).saturating_mul(r.into())) // Standard Error: 1_253 - .saturating_add(Weight::from_ref_time(469_679).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(469_679, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 26_570 nanoseconds. - Weight::from_ref_time(25_883_542) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(25_883_542, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 4_190 - .saturating_add(Weight::from_ref_time(83_705).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(83_705, 0).saturating_mul(r.into())) // Standard Error: 817 - .saturating_add(Weight::from_ref_time(466_224).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(466_224, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_721 nanoseconds. - Weight::from_ref_time(8_180_083) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(8_180_083, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 2_124 - .saturating_add(Weight::from_ref_time(64_849).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(64_849, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_264 nanoseconds. - Weight::from_ref_time(7_794_379) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_794_379, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_240 - .saturating_add(Weight::from_ref_time(84_998).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(84_998, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_054 nanoseconds. - Weight::from_ref_time(7_654_187) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_654_187, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_266 - .saturating_add(Weight::from_ref_time(90_481).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(90_481, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 22_652 nanoseconds. - Weight::from_ref_time(23_126_063) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(23_126_063, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_983 - .saturating_add(Weight::from_ref_time(46_117).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(46_117, 0).saturating_mul(r.into())) // Standard Error: 1_107 - .saturating_add(Weight::from_ref_time(769_575).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(769_575, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,12 +265,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 62_780 nanoseconds. - Weight::from_ref_time(43_731_161) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(43_731_161, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 1_194 - .saturating_add(Weight::from_ref_time(1_103_649).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_103_649, 0).saturating_mul(s.into())) // Standard Error: 1_194 - .saturating_add(Weight::from_ref_time(226_342).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(226_342, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -287,10 +287,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 26_340 nanoseconds. - Weight::from_ref_time(31_104_975) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(31_104_975, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_390 - .saturating_add(Weight::from_ref_time(61_166).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(61_166, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -304,10 +304,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_270 nanoseconds. - Weight::from_ref_time(14_537_982) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_537_982, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 636 - .saturating_add(Weight::from_ref_time(17_033).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(17_033, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -323,10 +323,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 29_575 nanoseconds. - Weight::from_ref_time(32_700_041) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(32_700_041, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_036 - .saturating_add(Weight::from_ref_time(47_756).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(47_756, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -340,10 +340,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 19_365 nanoseconds. - Weight::from_ref_time(22_147_406) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(22_147_406, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 1_052 - .saturating_add(Weight::from_ref_time(55_393).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(55_393, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_im_online.rs b/runtime/rococo/src/weights/pallet_im_online.rs index 47385d9032ff..b8b60d80b9c6 100644 --- a/runtime/rococo/src/weights/pallet_im_online.rs +++ b/runtime/rococo/src/weights/pallet_im_online.rs @@ -64,15 +64,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `458 + k * (32 ±0)` // Estimated: `10348843 + k * (96 ±0) + e * (25 ±0)` // Minimum execution time: 93_589 nanoseconds. - Weight::from_ref_time(71_584_319) - .saturating_add(Weight::from_proof_size(10348843)) + Weight::from_parts(71_584_319, 0) + .saturating_add(Weight::from_parts(0, 10348843)) // Standard Error: 308 - .saturating_add(Weight::from_ref_time(25_613).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(25_613, 0).saturating_mul(k.into())) // Standard Error: 3_106 - .saturating_add(Weight::from_ref_time(419_344).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(419_344, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(96).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 96).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/rococo/src/weights/pallet_indices.rs b/runtime/rococo/src/weights/pallet_indices.rs index 52e290ecd826..b512aa435d61 100644 --- a/runtime/rococo/src/weights/pallet_indices.rs +++ b/runtime/rococo/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 19_681 nanoseconds. - Weight::from_ref_time(20_040_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(20_040_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 25_976 nanoseconds. - Weight::from_ref_time(26_421_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(26_421_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 20_821 nanoseconds. - Weight::from_ref_time(21_357_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_357_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 24_303 nanoseconds. - Weight::from_ref_time(24_872_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(24_872_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 23_017 nanoseconds. - Weight::from_ref_time(23_367_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(23_367_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_membership.rs b/runtime/rococo/src/weights/pallet_membership.rs index f3ac8a47d392..b980b3f08b77 100644 --- a/runtime/rococo/src/weights/pallet_membership.rs +++ b/runtime/rococo/src/weights/pallet_membership.rs @@ -59,13 +59,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `204 + m * (64 ±0)` // Estimated: `4801 + m * (192 ±0)` // Minimum execution time: 17_716 nanoseconds. - Weight::from_ref_time(18_300_855) - .saturating_add(Weight::from_proof_size(4801)) + Weight::from_parts(18_300_855, 0) + .saturating_add(Weight::from_parts(0, 4801)) // Standard Error: 707 - .saturating_add(Weight::from_ref_time(35_646).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(35_646, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -83,13 +83,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 20_396 nanoseconds. - Weight::from_ref_time(21_358_869) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_358_869, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 509 - .saturating_add(Weight::from_ref_time(29_287).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(29_287, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -107,13 +107,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 20_656 nanoseconds. - Weight::from_ref_time(21_504_328) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_504_328, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 572 - .saturating_add(Weight::from_ref_time(42_506).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(42_506, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -131,13 +131,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 19_471 nanoseconds. - Weight::from_ref_time(21_360_585) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_360_585, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 798 - .saturating_add(Weight::from_ref_time(161_383).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(161_383, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:1) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -155,13 +155,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `308 + m * (64 ±0)` // Estimated: `5640 + m * (192 ±0)` // Minimum execution time: 20_622 nanoseconds. - Weight::from_ref_time(21_759_987) - .saturating_add(Weight::from_proof_size(5640)) + Weight::from_parts(21_759_987, 0) + .saturating_add(Weight::from_parts(0, 5640)) // Standard Error: 590 - .saturating_add(Weight::from_ref_time(44_407).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(44_407, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(4)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(m.into())) } /// Storage: TechnicalMembership Members (r:1 w:0) /// Proof: TechnicalMembership Members (max_values: Some(1), max_size: Some(3202), added: 3697, mode: MaxEncodedLen) @@ -175,13 +175,13 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `64 + m * (32 ±0)` // Estimated: `3761 + m * (32 ±0)` // Minimum execution time: 8_420 nanoseconds. - Weight::from_ref_time(8_746_448) - .saturating_add(Weight::from_proof_size(3761)) + Weight::from_parts(8_746_448, 0) + .saturating_add(Weight::from_parts(0, 3761)) // Standard Error: 217 - .saturating_add(Weight::from_ref_time(10_729).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(10_729, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(32).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(0, 32).saturating_mul(m.into())) } /// Storage: TechnicalMembership Prime (r:0 w:1) /// Proof: TechnicalMembership Prime (max_values: Some(1), max_size: Some(32), added: 527, mode: MaxEncodedLen) @@ -193,10 +193,10 @@ impl pallet_membership::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 3_370 nanoseconds. - Weight::from_ref_time(3_616_384) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_616_384, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 82 - .saturating_add(Weight::from_ref_time(869).saturating_mul(m.into())) + .saturating_add(Weight::from_parts(869, 0).saturating_mul(m.into())) .saturating_add(T::DbWeight::get().writes(2)) } } diff --git a/runtime/rococo/src/weights/pallet_multisig.rs b/runtime/rococo/src/weights/pallet_multisig.rs index 9b4cba3cd7ba..24d0bfbfdd95 100644 --- a/runtime/rococo/src/weights/pallet_multisig.rs +++ b/runtime/rococo/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 12_159 nanoseconds. - Weight::from_ref_time(12_743_877) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_743_877, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(487).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(487, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `244 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 35_591 nanoseconds. - Weight::from_ref_time(29_818_741) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(29_818_741, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 547 - .saturating_add(Weight::from_ref_time(65_531).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_531, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_496).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_496, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `5821` // Minimum execution time: 26_213 nanoseconds. - Weight::from_ref_time(20_375_068) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(20_375_068, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 451 - .saturating_add(Weight::from_ref_time(65_039).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_039, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_462).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_462, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `380 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 40_154 nanoseconds. - Weight::from_ref_time(32_557_959) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(32_557_959, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 436 - .saturating_add(Weight::from_ref_time(83_464).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(83_464, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_534).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_534, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `251 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 26_917 nanoseconds. - Weight::from_ref_time(27_722_105) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(27_722_105, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 608 - .saturating_add(Weight::from_ref_time(72_968).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_968, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `242` // Estimated: `5821` // Minimum execution time: 17_795 nanoseconds. - Weight::from_ref_time(18_071_255) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(18_071_255, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 468 - .saturating_add(Weight::from_ref_time(71_217).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(71_217, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `446 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 27_986 nanoseconds. - Weight::from_ref_time(28_751_681) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(28_751_681, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 535 - .saturating_add(Weight::from_ref_time(68_018).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_018, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_nis.rs b/runtime/rococo/src/weights/pallet_nis.rs index 8f3ec822b26f..a31dfc1a3ced 100644 --- a/runtime/rococo/src/weights/pallet_nis.rs +++ b/runtime/rococo/src/weights/pallet_nis.rs @@ -57,10 +57,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6278 + l * (48 ±0)` // Estimated: `60718` // Minimum execution time: 29_565 nanoseconds. - Weight::from_ref_time(30_915_591) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(30_915_591, 0) + .saturating_add(Weight::from_parts(0, 60718)) // Standard Error: 715 - .saturating_add(Weight::from_ref_time(71_605).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(71_605, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -75,8 +75,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `54280` // Estimated: `60718` // Minimum execution time: 104_481 nanoseconds. - Weight::from_ref_time(105_287_000) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(105_287_000, 0) + .saturating_add(Weight::from_parts(0, 60718)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -92,10 +92,10 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6278 + l * (48 ±0)` // Estimated: `60718` // Minimum execution time: 36_171 nanoseconds. - Weight::from_ref_time(31_323_217) - .saturating_add(Weight::from_proof_size(60718)) + Weight::from_parts(31_323_217, 0) + .saturating_add(Weight::from_parts(0, 60718)) // Standard Error: 704 - .saturating_add(Weight::from_ref_time(60_030).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(60_030, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -108,8 +108,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `256` // Estimated: `3138` // Minimum execution time: 33_447 nanoseconds. - Weight::from_ref_time(34_002_000) - .saturating_add(Weight::from_proof_size(3138)) + Weight::from_parts(34_002_000, 0) + .saturating_add(Weight::from_parts(0, 3138)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -126,8 +126,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `456` // Estimated: `9418` // Minimum execution time: 47_531 nanoseconds. - Weight::from_ref_time(48_091_000) - .saturating_add(Weight::from_proof_size(9418)) + Weight::from_parts(48_091_000, 0) + .saturating_add(Weight::from_parts(0, 9418)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -146,8 +146,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `698` // Estimated: `8792` // Minimum execution time: 65_201 nanoseconds. - Weight::from_ref_time(65_632_000) - .saturating_add(Weight::from_proof_size(8792)) + Weight::from_parts(65_632_000, 0) + .saturating_add(Weight::from_parts(0, 8792)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -168,8 +168,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `759` // Estimated: `12516` // Minimum execution time: 73_950 nanoseconds. - Weight::from_ref_time(74_676_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(74_676_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -190,8 +190,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `538` // Estimated: `12516` // Minimum execution time: 65_825 nanoseconds. - Weight::from_ref_time(66_547_000) - .saturating_add(Weight::from_proof_size(12516)) + Weight::from_parts(66_547_000, 0) + .saturating_add(Weight::from_parts(0, 12516)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -206,8 +206,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `6689` // Estimated: `9635` // Minimum execution time: 22_192 nanoseconds. - Weight::from_ref_time(22_520_000) - .saturating_add(Weight::from_proof_size(9635)) + Weight::from_parts(22_520_000, 0) + .saturating_add(Weight::from_parts(0, 9635)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -218,8 +218,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `76` // Estimated: `50497` // Minimum execution time: 4_977 nanoseconds. - Weight::from_ref_time(5_119_000) - .saturating_add(Weight::from_proof_size(50497)) + Weight::from_parts(5_119_000, 0) + .saturating_add(Weight::from_parts(0, 50497)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -230,8 +230,8 @@ impl pallet_nis::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_689 nanoseconds. - Weight::from_ref_time(6_916_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_916_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/pallet_preimage.rs b/runtime/rococo/src/weights/pallet_preimage.rs index d777aed754a9..c76f9818da32 100644 --- a/runtime/rococo/src/weights/pallet_preimage.rs +++ b/runtime/rococo/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `247` // Estimated: `2566` // Minimum execution time: 26_442 nanoseconds. - Weight::from_ref_time(26_812_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(26_812_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_281).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_281, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 17_693 nanoseconds. - Weight::from_ref_time(17_769_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(17_769_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_281).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_281, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 16_501 nanoseconds. - Weight::from_ref_time(16_663_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_663_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_278).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_278, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `425` // Estimated: `2566` // Minimum execution time: 33_371 nanoseconds. - Weight::from_ref_time(35_412_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(35_412_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 23_195 nanoseconds. - Weight::from_ref_time(24_218_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(24_218_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `292` // Estimated: `2566` // Minimum execution time: 19_495 nanoseconds. - Weight::from_ref_time(20_799_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_799_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 12_702 nanoseconds. - Weight::from_ref_time(13_425_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_425_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `114` // Estimated: `2566` // Minimum execution time: 14_501 nanoseconds. - Weight::from_ref_time(15_026_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_026_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 9_175 nanoseconds. - Weight::from_ref_time(9_576_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_576_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `216` // Estimated: `2566` // Minimum execution time: 20_819 nanoseconds. - Weight::from_ref_time(22_920_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(22_920_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 8_868 nanoseconds. - Weight::from_ref_time(9_307_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_307_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `178` // Estimated: `2566` // Minimum execution time: 9_208 nanoseconds. - Weight::from_ref_time(9_607_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_607_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_proxy.rs b/runtime/rococo/src/weights/pallet_proxy.rs index 1da6ba3e6106..105d51206831 100644 --- a/runtime/rococo/src/weights/pallet_proxy.rs +++ b/runtime/rococo/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 15_018 nanoseconds. - Weight::from_ref_time(16_186_045) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(16_186_045, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_214 - .saturating_add(Weight::from_ref_time(14_972).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(14_972, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 33_456 nanoseconds. - Weight::from_ref_time(34_242_157) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(34_242_157, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_652 - .saturating_add(Weight::from_ref_time(147_990).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(147_990, 0).saturating_mul(a.into())) // Standard Error: 1_707 - .saturating_add(Weight::from_ref_time(21_908).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(21_908, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,10 +92,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 20_842 nanoseconds. - Weight::from_ref_time(22_436_884) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_436_884, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_298 - .saturating_add(Weight::from_ref_time(140_488).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(140_488, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -110,10 +110,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_073 nanoseconds. - Weight::from_ref_time(22_251_973) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_251_973, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_325 - .saturating_add(Weight::from_ref_time(138_590).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(138_590, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -130,12 +130,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 30_176 nanoseconds. - Weight::from_ref_time(31_340_606) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(31_340_606, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 1_713 - .saturating_add(Weight::from_ref_time(130_710).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(130_710, 0).saturating_mul(a.into())) // Standard Error: 1_770 - .saturating_add(Weight::from_ref_time(20_337).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(20_337, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,10 +147,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_465 nanoseconds. - Weight::from_ref_time(23_290_906) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_290_906, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 3_041 - .saturating_add(Weight::from_ref_time(61_583).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(61_583, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 21_907 nanoseconds. - Weight::from_ref_time(23_048_103) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_048_103, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_896 - .saturating_add(Weight::from_ref_time(60_094).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(60_094, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -177,10 +177,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_731 nanoseconds. - Weight::from_ref_time(18_311_553) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_311_553, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_096 - .saturating_add(Weight::from_ref_time(30_316).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(30_316, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 23_918 nanoseconds. - Weight::from_ref_time(24_700_236) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(24_700_236, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_421 - .saturating_add(Weight::from_ref_time(12_058).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(12_058, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 18_502 nanoseconds. - Weight::from_ref_time(19_381_694) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_381_694, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 2_022 - .saturating_add(Weight::from_ref_time(30_729).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(30_729, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/pallet_scheduler.rs b/runtime/rococo/src/weights/pallet_scheduler.rs index 894c276aa72a..b681ec9592f7 100644 --- a/runtime/rococo/src/weights/pallet_scheduler.rs +++ b/runtime/rococo/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_788 nanoseconds. - Weight::from_ref_time(4_943_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_943_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 4_439 nanoseconds. - Weight::from_ref_time(7_706_950) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(7_706_950, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_091 - .saturating_add(Weight::from_ref_time(753_077).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(753_077, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_753 nanoseconds. - Weight::from_ref_time(5_907_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_907_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `283 + s * (1 ±0)` // Estimated: `5324 + s * (1 ±0)` // Minimum execution time: 20_618 nanoseconds. - Weight::from_ref_time(21_082_000) - .saturating_add(Weight::from_proof_size(5324)) + Weight::from_parts(21_082_000, 0) + .saturating_add(Weight::from_parts(0, 5324)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(1_168).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_168, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_052 nanoseconds. - Weight::from_ref_time(7_344_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_344_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_445 nanoseconds. - Weight::from_ref_time(5_751_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_751_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_522 nanoseconds. - Weight::from_ref_time(2_634_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_634_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_470 nanoseconds. - Weight::from_ref_time(2_562_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_562_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 14_699 nanoseconds. - Weight::from_ref_time(17_608_774) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_608_774, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 1_963 - .saturating_add(Weight::from_ref_time(748_209).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(748_209, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 18_682 nanoseconds. - Weight::from_ref_time(18_694_523) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(18_694_523, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_329 - .saturating_add(Weight::from_ref_time(1_320_933).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_320_933, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 17_456 nanoseconds. - Weight::from_ref_time(21_646_211) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(21_646_211, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_003 - .saturating_add(Weight::from_ref_time(775_665).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(775_665, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 19_742 nanoseconds. - Weight::from_ref_time(20_337_093) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_337_093, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_541 - .saturating_add(Weight::from_ref_time(1_363_379).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_363_379, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_session.rs b/runtime/rococo/src/weights/pallet_session.rs index e2ee85f0bba0..518e323be17e 100644 --- a/runtime/rococo/src/weights/pallet_session.rs +++ b/runtime/rococo/src/weights/pallet_session.rs @@ -47,7 +47,7 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:6 w:6) fn set_keys() -> Weight { - Weight::from_ref_time(36_115_000 as u64) + Weight::from_parts(36_115_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(7 as u64)) } @@ -55,7 +55,7 @@ impl pallet_session::WeightInfo for WeightInfo { // Storage: Session NextKeys (r:1 w:1) // Storage: Session KeyOwner (r:0 w:6) fn purge_keys() -> Weight { - Weight::from_ref_time(21_459_000 as u64) + Weight::from_parts(21_459_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(7 as u64)) } diff --git a/runtime/rococo/src/weights/pallet_timestamp.rs b/runtime/rococo/src/weights/pallet_timestamp.rs index abba8ee0711b..4cbf7c2d29dc 100644 --- a/runtime/rococo/src/weights/pallet_timestamp.rs +++ b/runtime/rococo/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `345` // Estimated: `1006` // Minimum execution time: 10_142 nanoseconds. - Weight::from_ref_time(10_663_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(10_663_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `128` // Estimated: `0` // Minimum execution time: 4_724 nanoseconds. - Weight::from_ref_time(4_840_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_840_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/rococo/src/weights/pallet_tips.rs b/runtime/rococo/src/weights/pallet_tips.rs index 486963a3e1bf..4b718ccbeb62 100644 --- a/runtime/rococo/src/weights/pallet_tips.rs +++ b/runtime/rococo/src/weights/pallet_tips.rs @@ -55,10 +55,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `4` // Estimated: `4958` // Minimum execution time: 23_543 nanoseconds. - Weight::from_ref_time(24_747_811) - .saturating_add(Weight::from_proof_size(4958)) + Weight::from_parts(24_747_811, 0) + .saturating_add(Weight::from_parts(0, 4958)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_753).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_753, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -71,8 +71,8 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `253` // Estimated: `2981` // Minimum execution time: 22_745 nanoseconds. - Weight::from_ref_time(23_211_000) - .saturating_add(Weight::from_proof_size(2981)) + Weight::from_parts(23_211_000, 0) + .saturating_add(Weight::from_parts(0, 2981)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,15 +89,15 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `106 + t * (64 ±0)` // Estimated: `3288 + t * (192 ±0)` // Minimum execution time: 19_811 nanoseconds. - Weight::from_ref_time(18_276_124) - .saturating_add(Weight::from_proof_size(3288)) + Weight::from_parts(18_276_124, 0) + .saturating_add(Weight::from_parts(0, 3288)) // Standard Error: 17 - .saturating_add(Weight::from_ref_time(1_688).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(1_688, 0).saturating_mul(r.into())) // Standard Error: 15_727 - .saturating_add(Weight::from_ref_time(141_077).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(141_077, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(192).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 192).saturating_mul(t.into())) } /// Storage: PhragmenElection Members (r:1 w:0) /// Proof Skipped: PhragmenElection Members (max_values: Some(1), max_size: None, mode: Measured) @@ -109,13 +109,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `359 + t * (112 ±0)` // Estimated: `3688 + t * (224 ±0)` // Minimum execution time: 14_950 nanoseconds. - Weight::from_ref_time(15_548_168) - .saturating_add(Weight::from_proof_size(3688)) + Weight::from_parts(15_548_168, 0) + .saturating_add(Weight::from_parts(0, 3688)) // Standard Error: 1_508 - .saturating_add(Weight::from_ref_time(128_689).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(128_689, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -131,13 +131,13 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `398 + t * (112 ±0)` // Estimated: `6740 + t * (336 ±0)` // Minimum execution time: 42_790 nanoseconds. - Weight::from_ref_time(44_540_138) - .saturating_add(Weight::from_proof_size(6740)) + Weight::from_parts(44_540_138, 0) + .saturating_add(Weight::from_parts(0, 6740)) // Standard Error: 5_351 - .saturating_add(Weight::from_ref_time(117_779).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(117_779, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(336).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 336).saturating_mul(t.into())) } /// Storage: Tips Tips (r:1 w:1) /// Proof Skipped: Tips Tips (max_values: None, max_size: None, mode: Measured) @@ -149,10 +149,10 @@ impl pallet_tips::WeightInfo for WeightInfo { // Measured: `301` // Estimated: `3077` // Minimum execution time: 14_534 nanoseconds. - Weight::from_ref_time(15_248_418) - .saturating_add(Weight::from_proof_size(3077)) + Weight::from_parts(15_248_418, 0) + .saturating_add(Weight::from_parts(0, 3077)) // Standard Error: 1_226 - .saturating_add(Weight::from_ref_time(16_164).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(16_164, 0).saturating_mul(t.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/pallet_treasury.rs b/runtime/rococo/src/weights/pallet_treasury.rs index de7b8e7ae49d..6b693fd32937 100644 --- a/runtime/rococo/src/weights/pallet_treasury.rs +++ b/runtime/rococo/src/weights/pallet_treasury.rs @@ -50,8 +50,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 242 nanoseconds. - Weight::from_ref_time(254_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(254_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Treasury ProposalCount (r:1 w:1) /// Proof: Treasury ProposalCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -62,8 +62,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `139` // Estimated: `499` // Minimum execution time: 23_958 nanoseconds. - Weight::from_ref_time(24_529_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(24_529_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,8 +76,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `329` // Estimated: `5186` // Minimum execution time: 35_366 nanoseconds. - Weight::from_ref_time(35_746_000) - .saturating_add(Weight::from_proof_size(5186)) + Weight::from_parts(35_746_000, 0) + .saturating_add(Weight::from_parts(0, 5186)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -91,10 +91,10 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `464 + p * (8 ±0)` // Estimated: `3480` // Minimum execution time: 9_776 nanoseconds. - Weight::from_ref_time(11_853_376) - .saturating_add(Weight::from_proof_size(3480)) + Weight::from_parts(11_853_376, 0) + .saturating_add(Weight::from_parts(0, 3480)) // Standard Error: 731 - .saturating_add(Weight::from_ref_time(24_013).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(24_013, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -105,8 +105,8 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `90` // Estimated: `897` // Minimum execution time: 7_367 nanoseconds. - Weight::from_ref_time(7_568_000) - .saturating_add(Weight::from_proof_size(897)) + Weight::from_parts(7_568_000, 0) + .saturating_add(Weight::from_parts(0, 897)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -128,14 +128,14 @@ impl pallet_treasury::WeightInfo for WeightInfo { // Measured: `326 + p * (314 ±0)` // Estimated: `5419 + p * (7789 ±0)` // Minimum execution time: 59_810 nanoseconds. - Weight::from_ref_time(62_031_885) - .saturating_add(Weight::from_proof_size(5419)) + Weight::from_parts(62_031_885, 0) + .saturating_add(Weight::from_parts(0, 5419)) // Standard Error: 22_913 - .saturating_add(Weight::from_ref_time(32_120_590).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(32_120_590, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(7789).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 7789).saturating_mul(p.into())) } } diff --git a/runtime/rococo/src/weights/pallet_utility.rs b/runtime/rococo/src/weights/pallet_utility.rs index 792309cbe3ff..d9a466793317 100644 --- a/runtime/rococo/src/weights/pallet_utility.rs +++ b/runtime/rococo/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_813 nanoseconds. - Weight::from_ref_time(12_467_313) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_467_313, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 4_411 - .saturating_add(Weight::from_ref_time(4_492_040).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_492_040, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 4_943 nanoseconds. - Weight::from_ref_time(5_130_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_130_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_627 nanoseconds. - Weight::from_ref_time(15_708_935) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(15_708_935, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_588 - .saturating_add(Weight::from_ref_time(4_775_663).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_775_663, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_641 nanoseconds. - Weight::from_ref_time(8_930_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_930_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_797 nanoseconds. - Weight::from_ref_time(11_600_399) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_600_399, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_729 - .saturating_add(Weight::from_ref_time(4_503_235).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_503_235, 0).saturating_mul(c.into())) } } diff --git a/runtime/rococo/src/weights/pallet_vesting.rs b/runtime/rococo/src/weights/pallet_vesting.rs index ede3dc7535b5..fe6d2ae876ad 100644 --- a/runtime/rococo/src/weights/pallet_vesting.rs +++ b/runtime/rococo/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `339 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_343 nanoseconds. - Weight::from_ref_time(28_450_019) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_450_019, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 809 - .saturating_add(Weight::from_ref_time(42_260).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(42_260, 0).saturating_mul(l.into())) // Standard Error: 1_439 - .saturating_add(Weight::from_ref_time(67_582).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(67_582, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `339 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 28_514 nanoseconds. - Weight::from_ref_time(28_172_301) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_172_301, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 718 - .saturating_add(Weight::from_ref_time(33_507).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(33_507, 0).saturating_mul(l.into())) // Standard Error: 1_278 - .saturating_add(Weight::from_ref_time(39_823).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(39_823, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `474 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_925 nanoseconds. - Weight::from_ref_time(30_972_009) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_972_009, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 857 - .saturating_add(Weight::from_ref_time(43_811).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_811, 0).saturating_mul(l.into())) // Standard Error: 1_525 - .saturating_add(Weight::from_ref_time(70_194).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(70_194, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `474 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 30_704 nanoseconds. - Weight::from_ref_time(31_074_902) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(31_074_902, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_252 - .saturating_add(Weight::from_ref_time(32_974).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(32_974, 0).saturating_mul(l.into())) // Standard Error: 2_229 - .saturating_add(Weight::from_ref_time(43_347).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(43_347, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `545 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 46_744 nanoseconds. - Weight::from_ref_time(47_068_536) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(47_068_536, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 2_209 - .saturating_add(Weight::from_ref_time(35_912).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(35_912, 0).saturating_mul(l.into())) // Standard Error: 3_930 - .saturating_add(Weight::from_ref_time(39_371).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(39_371, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `680 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 49_029 nanoseconds. - Weight::from_ref_time(49_544_140) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(49_544_140, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 2_136 - .saturating_add(Weight::from_ref_time(39_954).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_954, 0).saturating_mul(l.into())) // Standard Error: 3_801 - .saturating_add(Weight::from_ref_time(29_214).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(29_214, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `472 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_811 nanoseconds. - Weight::from_ref_time(32_149_813) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_149_813, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 906 - .saturating_add(Weight::from_ref_time(43_353).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_353, 0).saturating_mul(l.into())) // Standard Error: 1_674 - .saturating_add(Weight::from_ref_time(66_779).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(66_779, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `472 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_937 nanoseconds. - Weight::from_ref_time(32_420_178) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_420_178, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 700 - .saturating_add(Weight::from_ref_time(41_369).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(41_369, 0).saturating_mul(l.into())) // Standard Error: 1_294 - .saturating_add(Weight::from_ref_time(61_637).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(61_637, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/rococo/src/weights/pallet_xcm.rs b/runtime/rococo/src/weights/pallet_xcm.rs index 0cb98be63dcf..e257e5621c19 100644 --- a/runtime/rococo/src/weights/pallet_xcm.rs +++ b/runtime/rococo/src/weights/pallet_xcm.rs @@ -62,8 +62,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `612` // Estimated: `12582` // Minimum execution time: 35_247 nanoseconds. - Weight::from_ref_time(35_914_000) - .saturating_add(Weight::from_proof_size(12582)) + Weight::from_parts(35_914_000, 0) + .saturating_add(Weight::from_parts(0, 12582)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -72,24 +72,24 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 20_897 nanoseconds. - Weight::from_ref_time(21_217_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(21_217_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 19_523 nanoseconds. - Weight::from_ref_time(19_814_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(19_814_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 9_282 nanoseconds. - Weight::from_ref_time(9_523_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_523_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -98,8 +98,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_524 nanoseconds. - Weight::from_ref_time(9_873_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_873_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -109,8 +109,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_609 nanoseconds. - Weight::from_ref_time(2_747_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_747_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -136,8 +136,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `612` // Estimated: `17388` // Minimum execution time: 40_493 nanoseconds. - Weight::from_ref_time(41_628_000) - .saturating_add(Weight::from_proof_size(17388)) + Weight::from_parts(41_628_000, 0) + .saturating_add(Weight::from_parts(0, 17388)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -162,8 +162,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `884` // Estimated: `18457` // Minimum execution time: 43_846 nanoseconds. - Weight::from_ref_time(44_377_000) - .saturating_add(Weight::from_proof_size(18457)) + Weight::from_parts(44_377_000, 0) + .saturating_add(Weight::from_parts(0, 18457)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -174,8 +174,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 16_954 nanoseconds. - Weight::from_ref_time(17_622_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(17_622_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -186,8 +186,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 17_064 nanoseconds. - Weight::from_ref_time(17_460_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(17_460_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -198,8 +198,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 19_267 nanoseconds. - Weight::from_ref_time(19_864_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(19_864_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -221,8 +221,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `682` // Estimated: `18634` // Minimum execution time: 37_866 nanoseconds. - Weight::from_ref_time(38_331_000) - .saturating_add(Weight::from_proof_size(18634)) + Weight::from_parts(38_331_000, 0) + .saturating_add(Weight::from_parts(0, 18634)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -233,8 +233,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_655 nanoseconds. - Weight::from_ref_time(8_974_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_974_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -244,8 +244,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 17_328 nanoseconds. - Weight::from_ref_time(18_147_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(18_147_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -268,8 +268,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `686` // Estimated: `23612` // Minimum execution time: 44_960 nanoseconds. - Weight::from_ref_time(45_541_000) - .saturating_add(Weight::from_proof_size(23612)) + Weight::from_parts(45_541_000, 0) + .saturating_add(Weight::from_parts(0, 23612)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/rococo/src/weights/runtime_common_auctions.rs b/runtime/rococo/src/weights/runtime_common_auctions.rs index 4dc927a199c0..09aff080885c 100644 --- a/runtime/rococo/src/weights/runtime_common_auctions.rs +++ b/runtime/rococo/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_996 nanoseconds. - Weight::from_ref_time(13_515_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(13_515_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `792` // Estimated: `19604` // Minimum execution time: 69_368 nanoseconds. - Weight::from_ref_time(70_426_000) - .saturating_add(Weight::from_proof_size(19604)) + Weight::from_parts(70_426_000, 0) + .saturating_add(Weight::from_parts(0, 19604)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060535` // Estimated: `51327080` // Minimum execution time: 15_633_312 nanoseconds. - Weight::from_ref_time(16_032_872_000) - .saturating_add(Weight::from_proof_size(51327080)) + Weight::from_parts(16_032_872_000, 0) + .saturating_add(Weight::from_parts(0, 51327080)) .saturating_add(T::DbWeight::get().reads(3683)) .saturating_add(T::DbWeight::get().writes(3678)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_771_029 nanoseconds. - Weight::from_ref_time(4_880_229_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_880_229_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/rococo/src/weights/runtime_common_claims.rs b/runtime/rococo/src/weights/runtime_common_claims.rs index 165e7418b212..df10a8b978e5 100644 --- a/runtime/rococo/src/weights/runtime_common_claims.rs +++ b/runtime/rococo/src/weights/runtime_common_claims.rs @@ -64,8 +64,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `590` // Estimated: `20189` // Minimum execution time: 140_460 nanoseconds. - Weight::from_ref_time(142_311_000) - .saturating_add(Weight::from_proof_size(20189)) + Weight::from_parts(142_311_000, 0) + .saturating_add(Weight::from_parts(0, 20189)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -82,8 +82,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `216` // Estimated: `1359` // Minimum execution time: 10_819 nanoseconds. - Weight::from_ref_time(11_397_000) - .saturating_add(Weight::from_proof_size(1359)) + Weight::from_parts(11_397_000, 0) + .saturating_add(Weight::from_parts(0, 1359)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -106,8 +106,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `590` // Estimated: `20189` // Minimum execution time: 144_657 nanoseconds. - Weight::from_ref_time(158_036_000) - .saturating_add(Weight::from_proof_size(20189)) + Weight::from_parts(158_036_000, 0) + .saturating_add(Weight::from_parts(0, 20189)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -132,8 +132,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `664` // Estimated: `23624` // Minimum execution time: 64_722 nanoseconds. - Weight::from_ref_time(67_839_000) - .saturating_add(Weight::from_proof_size(23624)) + Weight::from_parts(67_839_000, 0) + .saturating_add(Weight::from_parts(0, 23624)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -150,8 +150,8 @@ impl runtime_common::claims::WeightInfo for WeightInfo< // Measured: `472` // Estimated: `11788` // Minimum execution time: 22_132 nanoseconds. - Weight::from_ref_time(22_516_000) - .saturating_add(Weight::from_proof_size(11788)) + Weight::from_parts(22_516_000, 0) + .saturating_add(Weight::from_parts(0, 11788)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/rococo/src/weights/runtime_common_crowdloan.rs b/runtime/rococo/src/weights/runtime_common_crowdloan.rs index edcd1eecc62b..fd3aaa799f93 100644 --- a/runtime/rococo/src/weights/runtime_common_crowdloan.rs +++ b/runtime/rococo/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `418` // Estimated: `9592` // Minimum execution time: 39_138 nanoseconds. - Weight::from_ref_time(41_066_000) - .saturating_add(Weight::from_proof_size(9592)) + Weight::from_parts(41_066_000, 0) + .saturating_add(Weight::from_parts(0, 9592)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `474` // Estimated: `14402` // Minimum execution time: 113_847 nanoseconds. - Weight::from_ref_time(115_656_000) - .saturating_add(Weight::from_proof_size(14402)) + Weight::from_parts(115_656_000, 0) + .saturating_add(Weight::from_parts(0, 14402)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `785` // Estimated: `12237` // Minimum execution time: 54_332 nanoseconds. - Weight::from_ref_time(55_814_000) - .saturating_add(Weight::from_proof_size(12237)) + Weight::from_parts(55_814_000, 0) + .saturating_add(Weight::from_parts(0, 12237)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `190 + k * (221 ±0)` // Estimated: `195 + k * (221 ±0)` // Minimum execution time: 40_419 nanoseconds. - Weight::from_ref_time(42_695_000) - .saturating_add(Weight::from_proof_size(195)) + Weight::from_parts(42_695_000, 0) + .saturating_add(Weight::from_parts(0, 195)) // Standard Error: 13_706 - .saturating_add(Weight::from_ref_time(23_364_182).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_364_182, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 30_943 nanoseconds. - Weight::from_ref_time(32_116_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(32_116_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_805 nanoseconds. - Weight::from_ref_time(18_346_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(18_346_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 25_274 nanoseconds. - Weight::from_ref_time(25_881_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(25_881_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_388 nanoseconds. - Weight::from_ref_time(18_053_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(18_053_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `224 + n * (420 ±0)` // Estimated: `7477 + n * (14663 ±0)` // Minimum execution time: 113_445 nanoseconds. - Weight::from_ref_time(114_171_000) - .saturating_add(Weight::from_proof_size(7477)) + Weight::from_parts(114_171_000, 0) + .saturating_add(Weight::from_parts(0, 7477)) // Standard Error: 48_008 - .saturating_add(Weight::from_ref_time(48_852_541).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(48_852_541, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs index 8fd2f8cd78e3..b868661d759c 100644 --- a/runtime/rococo/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/rococo/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `97` // Estimated: `5736` // Minimum execution time: 25_924 nanoseconds. - Weight::from_ref_time(26_062_000) - .saturating_add(Weight::from_proof_size(5736)) + Weight::from_parts(26_062_000, 0) + .saturating_add(Weight::from_parts(0, 5736)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -86,8 +86,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `636` // Estimated: `22200` // Minimum execution time: 7_235_970 nanoseconds. - Weight::from_ref_time(7_281_458_000) - .saturating_add(Weight::from_proof_size(22200)) + Weight::from_parts(7_281_458_000, 0) + .saturating_add(Weight::from_parts(0, 22200)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -116,8 +116,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `521` // Estimated: `21050` // Minimum execution time: 7_237_411 nanoseconds. - Weight::from_ref_time(7_298_102_000) - .saturating_add(Weight::from_proof_size(21050)) + Weight::from_parts(7_298_102_000, 0) + .saturating_add(Weight::from_parts(0, 21050)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -138,8 +138,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 40_327 nanoseconds. - Weight::from_ref_time(41_175_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(41_175_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -162,8 +162,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `774` // Estimated: `28188` // Minimum execution time: 47_101 nanoseconds. - Weight::from_ref_time(50_571_000) - .saturating_add(Weight::from_proof_size(28188)) + Weight::from_parts(50_571_000, 0) + .saturating_add(Weight::from_parts(0, 28188)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -195,10 +195,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `362` // Estimated: `20812` // Minimum execution time: 42_559 nanoseconds. - Weight::from_ref_time(43_029_000) - .saturating_add(Weight::from_proof_size(20812)) + Weight::from_parts(43_029_000, 0) + .saturating_add(Weight::from_parts(0, 20812)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_278).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_278, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -210,10 +210,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 8_294 nanoseconds. - Weight::from_ref_time(8_519_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_519_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(863).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(863, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_common_slots.rs b/runtime/rococo/src/weights/runtime_common_slots.rs index 0c74dc2d2eb5..dd2d4ca0fc01 100644 --- a/runtime/rococo/src/weights/runtime_common_slots.rs +++ b/runtime/rococo/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_367 nanoseconds. - Weight::from_ref_time(12_891_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_891_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_473 nanoseconds. - Weight::from_ref_time(12_916_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(12_916_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -94,8 +94,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_510 nanoseconds. - Weight::from_ref_time(13_142_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(13_142_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -112,8 +112,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_711 nanoseconds. - Weight::from_ref_time(13_182_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(13_182_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -140,8 +140,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `424` // Estimated: `3676` // Minimum execution time: 12_717 nanoseconds. - Weight::from_ref_time(13_331_000) - .saturating_add(Weight::from_proof_size(3676)) + Weight::from_parts(13_331_000, 0) + .saturating_add(Weight::from_parts(0, 3676)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_disputes.rs b/runtime/rococo/src/weights/runtime_parachains_disputes.rs index 6a4569f76c21..6ac3d7e3aa24 100644 --- a/runtime/rococo/src/weights/runtime_parachains_disputes.rs +++ b/runtime/rococo/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_696 nanoseconds. - Weight::from_ref_time(2_792_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_792_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs index 292215c20ece..ef6d2fde1122 100644 --- a/runtime/rococo/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/rococo/src/weights/runtime_parachains_hrmp.rs @@ -68,8 +68,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `751` // Estimated: `27549` // Minimum execution time: 41_473 nanoseconds. - Weight::from_ref_time(42_079_000) - .saturating_add(Weight::from_proof_size(27549)) + Weight::from_parts(42_079_000, 0) + .saturating_add(Weight::from_parts(0, 27549)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -92,8 +92,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1015` // Estimated: `22450` // Minimum execution time: 43_838 nanoseconds. - Weight::from_ref_time(44_349_000) - .saturating_add(Weight::from_proof_size(22450)) + Weight::from_parts(44_349_000, 0) + .saturating_add(Weight::from_parts(0, 22450)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -114,8 +114,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `886` // Estimated: `16206` // Minimum execution time: 37_715 nanoseconds. - Weight::from_ref_time(38_216_000) - .saturating_add(Weight::from_proof_size(16206)) + Weight::from_parts(38_216_000, 0) + .saturating_add(Weight::from_parts(0, 16206)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -138,20 +138,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `321 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6756 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_139_713 nanoseconds. - Weight::from_ref_time(1_149_351_000) - .saturating_add(Weight::from_proof_size(6756)) + Weight::from_parts(1_149_351_000, 0) + .saturating_add(Weight::from_parts(0, 6756)) // Standard Error: 102_771 - .saturating_add(Weight::from_ref_time(3_268_939).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_268_939, 0).saturating_mul(i.into())) // Standard Error: 102_771 - .saturating_add(Weight::from_ref_time(3_285_572).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_285_572, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Configuration ActiveConfig (r:1 w:0) /// Proof Skipped: Configuration ActiveConfig (max_values: Some(1), max_size: None, mode: Measured) @@ -177,15 +177,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `867 + c * (166 ±0)` // Estimated: `8649 + c * (18828 ±0)` // Minimum execution time: 10_129 nanoseconds. - Weight::from_ref_time(1_599_737) - .saturating_add(Weight::from_proof_size(8649)) + Weight::from_parts(1_599_737, 0) + .saturating_add(Weight::from_parts(0, 8649)) // Standard Error: 26_858 - .saturating_add(Weight::from_ref_time(19_852_004).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(19_852_004, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18828).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18828).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -205,15 +205,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `374 + c * (155 ±0)` // Estimated: `2634 + c * (8361 ±0)` // Minimum execution time: 6_329 nanoseconds. - Weight::from_ref_time(10_727_281) - .saturating_add(Weight::from_proof_size(2634)) + Weight::from_parts(10_727_281, 0) + .saturating_add(Weight::from_parts(0, 2634)) // Standard Error: 11_758 - .saturating_add(Weight::from_ref_time(11_751_197).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_751_197, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -227,13 +227,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `1089 + c * (13 ±0)` // Estimated: `8112 + c * (45 ±0)` // Minimum execution time: 21_690 nanoseconds. - Weight::from_ref_time(26_705_840) - .saturating_add(Weight::from_proof_size(8112)) + Weight::from_parts(26_705_840, 0) + .saturating_add(Weight::from_parts(0, 8112)) // Standard Error: 1_184 - .saturating_add(Weight::from_ref_time(57_633).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(57_633, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -245,15 +245,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `284 + c * (94 ±0)` // Estimated: `1046 + c * (2664 ±0)` // Minimum execution time: 5_331 nanoseconds. - Weight::from_ref_time(4_953_714) - .saturating_add(Weight::from_proof_size(1046)) + Weight::from_parts(4_953_714, 0) + .saturating_add(Weight::from_parts(0, 1046)) // Standard Error: 2_879 - .saturating_add(Weight::from_ref_time(3_244_474).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_244_474, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -282,8 +282,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `751` // Estimated: `38951` // Minimum execution time: 55_907 nanoseconds. - Weight::from_ref_time(56_539_000) - .saturating_add(Weight::from_proof_size(38951)) + Weight::from_parts(56_539_000, 0) + .saturating_add(Weight::from_parts(0, 38951)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_initializer.rs b/runtime/rococo/src/weights/runtime_parachains_initializer.rs index 9769d5eb258c..3a6996d1bdc4 100644 --- a/runtime/rococo/src/weights/runtime_parachains_initializer.rs +++ b/runtime/rococo/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_373 nanoseconds. - Weight::from_ref_time(7_055_744) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(7_055_744, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_317).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_317, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/rococo/src/weights/runtime_parachains_paras.rs b/runtime/rococo/src/weights/runtime_parachains_paras.rs index a3379897e6eb..0b68286a0cee 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 31_973 nanoseconds. - Weight::from_ref_time(32_196_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(32_196_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_261).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_261, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 7_916 nanoseconds. - Weight::from_ref_time(8_016_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_016_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(862).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(862, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Configuration ActiveConfig (r:1 w:0) @@ -112,10 +112,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16860` // Estimated: `199815` // Minimum execution time: 59_766 nanoseconds. - Weight::from_ref_time(59_934_000) - .saturating_add(Weight::from_proof_size(199815)) + Weight::from_parts(59_934_000, 0) + .saturating_add(Weight::from_parts(0, 199815)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_286).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_286, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -131,10 +131,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 14_051 nanoseconds. - Weight::from_ref_time(14_182_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(14_182_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(865).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(865, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -147,8 +147,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 19_945 nanoseconds. - Weight::from_ref_time(20_439_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(20_439_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -162,10 +162,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 8_592 nanoseconds. - Weight::from_ref_time(8_753_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(8_753_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_269).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_269, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -178,8 +178,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 6_174 nanoseconds. - Weight::from_ref_time(6_534_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(6_534_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27043` // Estimated: `112132` // Minimum execution time: 92_652 nanoseconds. - Weight::from_ref_time(95_331_000) - .saturating_add(Weight::from_proof_size(112132)) + Weight::from_parts(95_331_000, 0) + .saturating_add(Weight::from_parts(0, 112132)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,8 +222,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27629` // Estimated: `226477` // Minimum execution time: 779_781 nanoseconds. - Weight::from_ref_time(787_267_000) - .saturating_add(Weight::from_proof_size(226477)) + Weight::from_parts(787_267_000, 0) + .saturating_add(Weight::from_parts(0, 226477)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -240,8 +240,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27575` // Estimated: `114260` // Minimum execution time: 92_252 nanoseconds. - Weight::from_ref_time(93_314_000) - .saturating_add(Weight::from_proof_size(114260)) + Weight::from_parts(93_314_000, 0) + .saturating_add(Weight::from_parts(0, 114260)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -262,8 +262,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27097` // Estimated: `169512` // Minimum execution time: 618_905 nanoseconds. - Weight::from_ref_time(623_853_000) - .saturating_add(Weight::from_proof_size(169512)) + Weight::from_parts(623_853_000, 0) + .saturating_add(Weight::from_parts(0, 169512)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -280,8 +280,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27043` // Estimated: `112132` // Minimum execution time: 91_070 nanoseconds. - Weight::from_ref_time(92_430_000) - .saturating_add(Weight::from_proof_size(112132)) + Weight::from_parts(92_430_000, 0) + .saturating_add(Weight::from_parts(0, 112132)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs b/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs index 9f2a741c57e2..7df9411d24a7 100644 --- a/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/rococo/src/weights/runtime_parachains_paras_inherent.rs @@ -70,9 +70,9 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_variable_disputes(v: u32, ) -> Weight { - Weight::from_ref_time(352_590_000 as u64) + Weight::from_parts(352_590_000 as u64, 0) // Standard Error: 13_000 - .saturating_add(Weight::from_ref_time(49_254_000 as u64).saturating_mul(v as u64)) + .saturating_add(Weight::from_parts(49_254_000 as u64, 0).saturating_mul(v as u64)) .saturating_add(T::DbWeight::get().reads(24 as u64)) .saturating_add(T::DbWeight::get().writes(16 as u64)) } @@ -102,7 +102,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_bitfields() -> Weight { - Weight::from_ref_time(299_878_000 as u64) + Weight::from_parts(299_878_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(21 as u64)) .saturating_add(T::DbWeight::get().writes(15 as u64)) } @@ -134,7 +134,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_backed_candidates_variable(_v: u32) -> Weight { - Weight::from_ref_time(442_472_000 as u64) + Weight::from_parts(442_472_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(25 as u64)) .saturating_add(T::DbWeight::get().writes(14 as u64)) } @@ -166,7 +166,7 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Storage: Hrmp HrmpWatermarks (r:0 w:1) // Storage: Paras Heads (r:0 w:1) fn enter_backed_candidate_code_upgrade() -> Weight { - Weight::from_ref_time(36_903_411_000 as u64) + Weight::from_parts(36_903_411_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(25 as u64)) .saturating_add(T::DbWeight::get().writes(14 as u64)) } diff --git a/runtime/rococo/src/weights/runtime_parachains_ump.rs b/runtime/rococo/src/weights/runtime_parachains_ump.rs index 1e91dcf5fc62..9631136e2816 100644 --- a/runtime/rococo/src/weights/runtime_parachains_ump.rs +++ b/runtime/rococo/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_149 nanoseconds. - Weight::from_ref_time(2_328_083) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_328_083, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 13 - .saturating_add(Weight::from_ref_time(1_853).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_853, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `234` // Estimated: `1926` // Minimum execution time: 8_704 nanoseconds. - Weight::from_ref_time(8_997_000) - .saturating_add(Weight::from_proof_size(1926)) + Weight::from_parts(8_997_000, 0) + .saturating_add(Weight::from_parts(0, 1926)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `219` // Estimated: `3193` // Minimum execution time: 22_612 nanoseconds. - Weight::from_ref_time(22_947_000) - .saturating_add(Weight::from_proof_size(3193)) + Weight::from_parts(22_947_000, 0) + .saturating_add(Weight::from_parts(0, 3193)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 99eee16135ba..22f088b8eebc 100644 --- a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -47,13 +47,13 @@ pub struct WeightInfo(PhantomData); impl WeightInfo { // Storage: System Account (r:1 w:1) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_ref_time(20_385_000 as u64) + Weight::from_parts(20_385_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) pub(crate) fn transfer_asset() -> Weight { - Weight::from_ref_time(32_756_000 as u64) + Weight::from_parts(32_756_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -65,23 +65,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_ref_time(50_645_000 as u64) + Weight::from_parts(50_645_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Benchmark Override (r:0 w:0) pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_ref_time(2_000_000_000_000 as u64) + Weight::from_parts(2_000_000_000_000 as u64, 0) } // Storage: System Account (r:1 w:1) pub(crate) fn receive_teleported_asset() -> Weight { - Weight::from_ref_time(19_595_000 as u64) + Weight::from_parts(19_595_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) pub(crate) fn deposit_asset() -> Weight { - Weight::from_ref_time(21_763_000 as u64) + Weight::from_parts(21_763_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -93,7 +93,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_ref_time(40_930_000 as u64) + Weight::from_parts(40_930_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -105,7 +105,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_ref_time(40_788_000 as u64) + Weight::from_parts(40_788_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index baa2517946ae..7c9a8ea0f37f 100644 --- a/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/rococo/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -52,38 +52,38 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_holding() -> Weight { - Weight::from_ref_time(21_822_000 as u64) + Weight::from_parts(21_822_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_ref_time(3_109_000 as u64) + Weight::from_parts(3_109_000 as u64, 0) } // Storage: XcmPallet Queries (r:1 w:0) pub(crate) fn query_response() -> Weight { - Weight::from_ref_time(12_087_000 as u64) + Weight::from_parts(12_087_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) } pub(crate) fn transact() -> Weight { - Weight::from_ref_time(12_398_000 as u64) + Weight::from_parts(12_398_000 as u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_ref_time(3_247_000 as u64) + Weight::from_parts(3_247_000 as u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_ref_time(3_086_000 as u64) + Weight::from_parts(3_086_000 as u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_ref_time(3_112_000 as u64) + Weight::from_parts(3_112_000 as u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_ref_time(3_118_000 as u64) + Weight::from_parts(3_118_000 as u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_ref_time(4_054_000 as u64) + Weight::from_parts(4_054_000 as u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_ref_time(3_111_000 as u64) + Weight::from_parts(3_111_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -92,18 +92,18 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_error() -> Weight { - Weight::from_ref_time(18_425_000 as u64) + Weight::from_parts(18_425_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: XcmPallet AssetTraps (r:1 w:1) pub(crate) fn claim_asset() -> Weight { - Weight::from_ref_time(7_144_000 as u64) + Weight::from_parts(7_144_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } pub(crate) fn trap() -> Weight { - Weight::from_ref_time(3_060_000 as u64) + Weight::from_parts(3_060_000 as u64, 0) } // Storage: XcmPallet VersionNotifyTargets (r:1 w:1) // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -113,13 +113,13 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn subscribe_version() -> Weight { - Weight::from_ref_time(21_642_000 as u64) + Weight::from_parts(21_642_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: XcmPallet VersionNotifyTargets (r:0 w:1) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_ref_time(4_873_000 as u64) + Weight::from_parts(4_873_000 as u64, 0) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -129,24 +129,24 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_ref_time(22_809_000 as u64) + Weight::from_parts(22_809_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_ref_time(5_259_000 as u64) + Weight::from_parts(5_259_000 as u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_ref_time(3_745_000 as u64) + Weight::from_parts(3_745_000 as u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_ref_time(3_847_000 as u64) + Weight::from_parts(3_847_000 as u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_ref_time(3_633_000 as u64) + Weight::from_parts(3_633_000 as u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_ref_time(3_633_000 as u64) + Weight::from_parts(3_633_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -154,12 +154,12 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn query_pallet() -> Weight { - Weight::from_ref_time(21_645_000 as u64) + Weight::from_parts(21_645_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_ref_time(4_017_000 as u64) + Weight::from_parts(4_017_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -167,23 +167,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn report_transact_status() -> Weight { - Weight::from_ref_time(20_465_000 as u64) + Weight::from_parts(20_465_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_ref_time(3_723_000 as u64) + Weight::from_parts(3_723_000 as u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_ref_time(3_687_000 as u64) + Weight::from_parts(3_687_000 as u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_ref_time(3_654_000 as u64) + Weight::from_parts(3_654_000 as u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_ref_time(3_721_000 as u64) + Weight::from_parts(3_721_000 as u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_ref_time(3_111_000 as u64) + Weight::from_parts(3_111_000 as u64, 0) } } diff --git a/runtime/test-runtime/constants/src/weights/block_weights.rs b/runtime/test-runtime/constants/src/weights/block_weights.rs index ea8a341b58bb..b2092d875c83 100644 --- a/runtime/test-runtime/constants/src/weights/block_weights.rs +++ b/runtime/test-runtime/constants/src/weights/block_weights.rs @@ -24,7 +24,7 @@ pub mod constants { parameter_types! { /// Importing a block with 0 Extrinsics. pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000)); + Weight::from_parts(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(5_000_000), 0); } #[cfg(test)] diff --git a/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs b/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs index 0512efb60e2a..332c3b324bb9 100644 --- a/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs +++ b/runtime/test-runtime/constants/src/weights/extrinsic_weights.rs @@ -24,7 +24,7 @@ pub mod constants { parameter_types! { /// Executing a NO-OP `System::remarks` Extrinsic. pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000)); + Weight::from_parts(constants::WEIGHT_REF_TIME_PER_NANOS.saturating_mul(125_000), 0); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/block_weights.rs b/runtime/westend/constants/src/weights/block_weights.rs index c48c2937baf6..2024253a5b86 100644 --- a/runtime/westend/constants/src/weights/block_weights.rs +++ b/runtime/westend/constants/src/weights/block_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 477_043 /// 75th: 447_140 pub const BlockExecutionWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(449_258)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(449_258), 0); } #[cfg(test)] diff --git a/runtime/westend/constants/src/weights/extrinsic_weights.rs b/runtime/westend/constants/src/weights/extrinsic_weights.rs index 5fb04862bac0..8c31b6c673c7 100644 --- a/runtime/westend/constants/src/weights/extrinsic_weights.rs +++ b/runtime/westend/constants/src/weights/extrinsic_weights.rs @@ -52,7 +52,7 @@ parameter_types! { /// 95th: 95_413 /// 75th: 95_017 pub const ExtrinsicBaseWeight: Weight = - Weight::from_ref_time(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_845)); + Weight::from_parts(WEIGHT_REF_TIME_PER_NANOS.saturating_mul(94_845), 0); } #[cfg(test)] diff --git a/runtime/westend/src/weights/frame_election_provider_support.rs b/runtime/westend/src/weights/frame_election_provider_support.rs index a27419f81ca2..4e82bb1dddfd 100644 --- a/runtime/westend/src/weights/frame_election_provider_support.rs +++ b/runtime/westend/src/weights/frame_election_provider_support.rs @@ -53,12 +53,12 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 6_551_903 nanoseconds. - Weight::from_ref_time(6_570_398_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_570_398_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 143_968 - .saturating_add(Weight::from_ref_time(6_021_286).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(6_021_286, 0).saturating_mul(v.into())) // Standard Error: 14_718_857 - .saturating_add(Weight::from_ref_time(1_574_587_516).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_574_587_516, 0).saturating_mul(d.into())) } /// The range of component `v` is `[1000, 2000]`. /// The range of component `t` is `[500, 1000]`. @@ -68,11 +68,11 @@ impl frame_election_provider_support::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 5_050_990 nanoseconds. - Weight::from_ref_time(5_084_143_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_084_143_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 151_814 - .saturating_add(Weight::from_ref_time(5_869_433).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(5_869_433, 0).saturating_mul(v.into())) // Standard Error: 15_521_006 - .saturating_add(Weight::from_ref_time(1_798_999_843).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_798_999_843, 0).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/frame_system.rs b/runtime/westend/src/weights/frame_system.rs index 8df35f7c53b1..bd9bb61e34c6 100644 --- a/runtime/westend/src/weights/frame_system.rs +++ b/runtime/westend/src/weights/frame_system.rs @@ -51,10 +51,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_675 nanoseconds. - Weight::from_ref_time(1_706_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_706_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 0 - .saturating_add(Weight::from_ref_time(368).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(368, 0).saturating_mul(b.into())) } /// The range of component `b` is `[0, 3932160]`. fn remark_with_event(b: u32, ) -> Weight { @@ -62,10 +62,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_568 nanoseconds. - Weight::from_ref_time(7_764_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_764_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(1_742).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(1_742, 0).saturating_mul(b.into())) } /// Storage: System Digest (r:1 w:1) /// Proof Skipped: System Digest (max_values: Some(1), max_size: None, mode: Measured) @@ -76,8 +76,8 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `495` // Minimum execution time: 3_919 nanoseconds. - Weight::from_ref_time(4_109_000) - .saturating_add(Weight::from_proof_size(495)) + Weight::from_parts(4_109_000, 0) + .saturating_add(Weight::from_parts(0, 495)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_817 nanoseconds. - Weight::from_ref_time(1_883_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_883_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_018 - .saturating_add(Weight::from_ref_time(671_252).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(671_252, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -103,10 +103,10 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 1_856 nanoseconds. - Weight::from_ref_time(1_924_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(1_924_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 760 - .saturating_add(Weight::from_ref_time(487_035).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(487_035, 0).saturating_mul(i.into())) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(i.into()))) } /// Storage: Skipped Metadata (r:0 w:0) @@ -117,12 +117,12 @@ impl frame_system::WeightInfo for WeightInfo { // Measured: `132 + p * (69 ±0)` // Estimated: `105 + p * (70 ±0)` // Minimum execution time: 3_689 nanoseconds. - Weight::from_ref_time(3_811_000) - .saturating_add(Weight::from_proof_size(105)) + Weight::from_parts(3_811_000, 0) + .saturating_add(Weight::from_parts(0, 105)) // Standard Error: 975 - .saturating_add(Weight::from_ref_time(1_001_061).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_001_061, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(p.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) - .saturating_add(Weight::from_proof_size(70).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(0, 70).saturating_mul(p.into())) } } diff --git a/runtime/westend/src/weights/pallet_bags_list.rs b/runtime/westend/src/weights/pallet_bags_list.rs index d6e75498d331..ecabb686d9d4 100644 --- a/runtime/westend/src/weights/pallet_bags_list.rs +++ b/runtime/westend/src/weights/pallet_bags_list.rs @@ -58,8 +58,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1848` // Estimated: `19186` // Minimum execution time: 59_887 nanoseconds. - Weight::from_ref_time(60_724_000) - .saturating_add(Weight::from_proof_size(19186)) + Weight::from_parts(60_724_000, 0) + .saturating_add(Weight::from_parts(0, 19186)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -76,8 +76,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `1742` // Estimated: `19114` // Minimum execution time: 58_432 nanoseconds. - Weight::from_ref_time(58_798_000) - .saturating_add(Weight::from_proof_size(19114)) + Weight::from_parts(58_798_000, 0) + .saturating_add(Weight::from_parts(0, 19114)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -96,8 +96,8 @@ impl pallet_bags_list::WeightInfo for WeightInfo { // Measured: `2085` // Estimated: `25798` // Minimum execution time: 64_755 nanoseconds. - Weight::from_ref_time(66_216_000) - .saturating_add(Weight::from_proof_size(25798)) + Weight::from_parts(66_216_000, 0) + .saturating_add(Weight::from_parts(0, 25798)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(6)) } diff --git a/runtime/westend/src/weights/pallet_balances.rs b/runtime/westend/src/weights/pallet_balances.rs index 6a787294db51..d39789effcce 100644 --- a/runtime/westend/src/weights/pallet_balances.rs +++ b/runtime/westend/src/weights/pallet_balances.rs @@ -52,8 +52,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1741` // Estimated: `2603` // Minimum execution time: 51_250 nanoseconds. - Weight::from_ref_time(51_736_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(51_736_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,8 +64,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1558` // Estimated: `2603` // Minimum execution time: 39_169 nanoseconds. - Weight::from_ref_time(39_913_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(39_913_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -76,8 +76,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1775` // Estimated: `2603` // Minimum execution time: 28_148 nanoseconds. - Weight::from_ref_time(28_912_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(28_912_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1775` // Estimated: `2603` // Minimum execution time: 32_281 nanoseconds. - Weight::from_ref_time(32_957_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(32_957_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -100,8 +100,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1737` // Estimated: `5206` // Minimum execution time: 51_442 nanoseconds. - Weight::from_ref_time(51_824_000) - .saturating_add(Weight::from_proof_size(5206)) + Weight::from_parts(51_824_000, 0) + .saturating_add(Weight::from_parts(0, 5206)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,8 +112,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1558` // Estimated: `2603` // Minimum execution time: 45_698 nanoseconds. - Weight::from_ref_time(46_221_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(46_221_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -124,8 +124,8 @@ impl pallet_balances::WeightInfo for WeightInfo { // Measured: `1592` // Estimated: `2603` // Minimum execution time: 25_042 nanoseconds. - Weight::from_ref_time(25_410_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(25_410_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs index 9a60ea7fa2e6..9ad3580f427c 100644 --- a/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs +++ b/runtime/westend/src/weights/pallet_election_provider_multi_phase.rs @@ -66,8 +66,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `919` // Estimated: `6908` // Minimum execution time: 17_448 nanoseconds. - Weight::from_ref_time(17_974_000) - .saturating_add(Weight::from_proof_size(6908)) + Weight::from_parts(17_974_000, 0) + .saturating_add(Weight::from_parts(0, 6908)) .saturating_add(T::DbWeight::get().reads(8)) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) @@ -79,8 +79,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `6` // Estimated: `1002` // Minimum execution time: 11_902 nanoseconds. - Weight::from_ref_time(12_229_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_229_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -93,8 +93,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `6` // Estimated: `1002` // Minimum execution time: 13_259 nanoseconds. - Weight::from_ref_time(13_588_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(13_588_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -107,8 +107,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2809` // Minimum execution time: 25_278 nanoseconds. - Weight::from_ref_time(25_491_000) - .saturating_add(Weight::from_proof_size(2809)) + Weight::from_parts(25_491_000, 0) + .saturating_add(Weight::from_parts(0, 2809)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `206` // Estimated: `2603` // Minimum execution time: 17_235 nanoseconds. - Weight::from_ref_time(17_897_000) - .saturating_add(Weight::from_proof_size(2603)) + Weight::from_parts(17_897_000, 0) + .saturating_add(Weight::from_parts(0, 2603)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -137,10 +137,10 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `0` // Estimated: `0` // Minimum execution time: 469_631 nanoseconds. - Weight::from_ref_time(482_168_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(482_168_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_574 - .saturating_add(Weight::from_ref_time(277_913).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(277_913, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(3)) } /// Storage: ElectionProviderMultiPhase SignedSubmissionIndices (r:1 w:1) @@ -170,16 +170,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `259 + a * (768 ±0) + d * (48 ±0)` // Estimated: `9102 + a * (6912 ±0) + d * (441 ±0)` // Minimum execution time: 286_476 nanoseconds. - Weight::from_ref_time(75_074_488) - .saturating_add(Weight::from_proof_size(9102)) + Weight::from_parts(75_074_488, 0) + .saturating_add(Weight::from_parts(0, 9102)) // Standard Error: 4_060 - .saturating_add(Weight::from_ref_time(349_006).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(349_006, 0).saturating_mul(a.into())) // Standard Error: 6_085 - .saturating_add(Weight::from_ref_time(131_457).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(131_457, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(6912).saturating_mul(a.into())) - .saturating_add(Weight::from_proof_size(441).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 6912).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(0, 441).saturating_mul(d.into())) } /// Storage: ElectionProviderMultiPhase CurrentPhase (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase CurrentPhase (max_values: Some(1), max_size: None, mode: Measured) @@ -198,8 +198,8 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `7400` // Estimated: `39491` // Minimum execution time: 51_857 nanoseconds. - Weight::from_ref_time(52_335_000) - .saturating_add(Weight::from_proof_size(39491)) + Weight::from_parts(52_335_000, 0) + .saturating_add(Weight::from_parts(0, 39491)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -226,16 +226,16 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `142 + v * (553 ±0) + t * (32 ±0)` // Estimated: `4459 + v * (3871 ±0) + t * (224 ±0)` // Minimum execution time: 5_318_645 nanoseconds. - Weight::from_ref_time(5_344_057_000) - .saturating_add(Weight::from_proof_size(4459)) + Weight::from_parts(5_344_057_000, 0) + .saturating_add(Weight::from_parts(0, 4459)) // Standard Error: 16_918 - .saturating_add(Weight::from_ref_time(74_831).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(74_831, 0).saturating_mul(v.into())) // Standard Error: 50_136 - .saturating_add(Weight::from_ref_time(5_004_341).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(5_004_341, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(3871).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(224).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 3871).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 224).saturating_mul(t.into())) } /// Storage: ElectionProviderMultiPhase Round (r:1 w:0) /// Proof Skipped: ElectionProviderMultiPhase Round (max_values: Some(1), max_size: None, mode: Measured) @@ -254,14 +254,14 @@ impl pallet_election_provider_multi_phase::WeightInfo f // Measured: `117 + v * (553 ±0) + t * (32 ±0)` // Estimated: `2448 + v * (2212 ±0) + t * (128 ±0)` // Minimum execution time: 4_570_612 nanoseconds. - Weight::from_ref_time(4_595_904_000) - .saturating_add(Weight::from_proof_size(2448)) + Weight::from_parts(4_595_904_000, 0) + .saturating_add(Weight::from_parts(0, 2448)) // Standard Error: 13_748 - .saturating_add(Weight::from_ref_time(157_036).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(157_036, 0).saturating_mul(v.into())) // Standard Error: 40_743 - .saturating_add(Weight::from_ref_time(3_886_610).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(3_886_610, 0).saturating_mul(a.into())) .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(Weight::from_proof_size(2212).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(128).saturating_mul(t.into())) + .saturating_add(Weight::from_parts(0, 2212).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 128).saturating_mul(t.into())) } } diff --git a/runtime/westend/src/weights/pallet_fast_unstake.rs b/runtime/westend/src/weights/pallet_fast_unstake.rs index fe5696d2579c..6510a4b8f533 100644 --- a/runtime/westend/src/weights/pallet_fast_unstake.rs +++ b/runtime/westend/src/weights/pallet_fast_unstake.rs @@ -79,15 +79,15 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1160 + b * (376 ±0)` // Estimated: `8345 + b * (17706 ±0)` // Minimum execution time: 76_955 nanoseconds. - Weight::from_ref_time(51_550_896) - .saturating_add(Weight::from_proof_size(8345)) + Weight::from_parts(51_550_896, 0) + .saturating_add(Weight::from_parts(0, 8345)) // Standard Error: 49_968 - .saturating_add(Weight::from_ref_time(41_612_399).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(41_612_399, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().reads((6_u64).saturating_mul(b.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(b.into()))) - .saturating_add(Weight::from_proof_size(17706).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 17706).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -110,17 +110,17 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1374 + v * (2517 ±0) + b * (48 ±0)` // Estimated: `11002 + v * (7511 ±0) + b * (98 ±0)` // Minimum execution time: 785_089 nanoseconds. - Weight::from_ref_time(787_821_000) - .saturating_add(Weight::from_proof_size(11002)) + Weight::from_parts(787_821_000, 0) + .saturating_add(Weight::from_parts(0, 11002)) // Standard Error: 6_537_112 - .saturating_add(Weight::from_ref_time(209_763_687).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(209_763_687, 0).saturating_mul(v.into())) // Standard Error: 26_155_732 - .saturating_add(Weight::from_ref_time(810_490_010).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(810_490_010, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(7511).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(98).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(0, 7511).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 98).saturating_mul(b.into())) } /// Storage: FastUnstake ErasToCheckPerBlock (r:1 w:0) /// Proof: FastUnstake ErasToCheckPerBlock (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -155,8 +155,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1992` // Estimated: `29234` // Minimum execution time: 111_625 nanoseconds. - Weight::from_ref_time(112_568_000) - .saturating_add(Weight::from_proof_size(29234)) + Weight::from_parts(112_568_000, 0) + .saturating_add(Weight::from_parts(0, 29234)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(9)) } @@ -175,8 +175,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `10677` // Minimum execution time: 42_563 nanoseconds. - Weight::from_ref_time(43_047_000) - .saturating_add(Weight::from_proof_size(10677)) + Weight::from_parts(43_047_000, 0) + .saturating_add(Weight::from_parts(0, 10677)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -187,8 +187,8 @@ impl pallet_fast_unstake::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 2_676 nanoseconds. - Weight::from_ref_time(2_825_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_825_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_identity.rs b/runtime/westend/src/weights/pallet_identity.rs index bb591487286f..ee90b80c29ad 100644 --- a/runtime/westend/src/weights/pallet_identity.rs +++ b/runtime/westend/src/weights/pallet_identity.rs @@ -53,10 +53,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `64 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 11_675 nanoseconds. - Weight::from_ref_time(12_539_616) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(12_539_616, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_875 - .saturating_add(Weight::from_ref_time(113_199).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(113_199, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -69,12 +69,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `474 + r * (5 ±0)` // Estimated: `10013` // Minimum execution time: 29_044 nanoseconds. - Weight::from_ref_time(29_062_250) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(29_062_250, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 5_693 - .saturating_add(Weight::from_ref_time(78_081).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(78_081, 0).saturating_mul(r.into())) // Standard Error: 1_110 - .saturating_add(Weight::from_ref_time(458_837).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(458_837, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -90,15 +90,15 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `101` // Estimated: `15746 + s * (2589 ±0)` // Minimum execution time: 9_098 nanoseconds. - Weight::from_ref_time(22_624_884) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_624_884, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_865 - .saturating_add(Weight::from_ref_time(2_735_607).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_735_607, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(2589).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into())) } /// Storage: Identity IdentityOf (r:1 w:0) /// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen) @@ -112,10 +112,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `226 + p * (32 ±0)` // Estimated: `15746` // Minimum execution time: 8_814 nanoseconds. - Weight::from_ref_time(22_140_295) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(22_140_295, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 3_600 - .saturating_add(Weight::from_ref_time(1_108_458).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_108_458, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into()))) @@ -134,14 +134,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `533 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `15746` // Minimum execution time: 49_319 nanoseconds. - Weight::from_ref_time(28_073_986) - .saturating_add(Weight::from_proof_size(15746)) + Weight::from_parts(28_073_986, 0) + .saturating_add(Weight::from_parts(0, 15746)) // Standard Error: 6_192 - .saturating_add(Weight::from_ref_time(62_200).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(62_200, 0).saturating_mul(r.into())) // Standard Error: 1_209 - .saturating_add(Weight::from_ref_time(1_122_770).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_122_770, 0).saturating_mul(s.into())) // Standard Error: 1_209 - .saturating_add(Weight::from_ref_time(225_189).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(225_189, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -157,12 +157,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `431 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 30_208 nanoseconds. - Weight::from_ref_time(28_731_902) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(28_731_902, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_027 - .saturating_add(Weight::from_ref_time(127_894).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(127_894, 0).saturating_mul(r.into())) // Standard Error: 981 - .saturating_add(Weight::from_ref_time(474_811).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(474_811, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -175,12 +175,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `430 + x * (66 ±0)` // Estimated: `10013` // Minimum execution time: 27_041 nanoseconds. - Weight::from_ref_time(26_760_677) - .saturating_add(Weight::from_proof_size(10013)) + Weight::from_parts(26_760_677, 0) + .saturating_add(Weight::from_parts(0, 10013)) // Standard Error: 7_122 - .saturating_add(Weight::from_ref_time(62_459).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(62_459, 0).saturating_mul(r.into())) // Standard Error: 1_389 - .saturating_add(Weight::from_ref_time(468_208).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(468_208, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,10 +192,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_140 nanoseconds. - Weight::from_ref_time(7_733_950) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_733_950, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_671 - .saturating_add(Weight::from_ref_time(110_862).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(110_862, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -207,10 +207,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_292 nanoseconds. - Weight::from_ref_time(7_744_432) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_744_432, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_228 - .saturating_add(Weight::from_ref_time(103_386).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(103_386, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -222,10 +222,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `121 + r * (57 ±0)` // Estimated: `1636` // Minimum execution time: 7_335 nanoseconds. - Weight::from_ref_time(7_713_621) - .saturating_add(Weight::from_proof_size(1636)) + Weight::from_parts(7_713_621, 0) + .saturating_add(Weight::from_parts(0, 1636)) // Standard Error: 1_281 - .saturating_add(Weight::from_ref_time(99_586).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(99_586, 0).saturating_mul(r.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -240,12 +240,12 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `509 + r * (57 ±0) + x * (66 ±0)` // Estimated: `11649` // Minimum execution time: 23_161 nanoseconds. - Weight::from_ref_time(22_446_907) - .saturating_add(Weight::from_proof_size(11649)) + Weight::from_parts(22_446_907, 0) + .saturating_add(Weight::from_parts(0, 11649)) // Standard Error: 5_391 - .saturating_add(Weight::from_ref_time(112_497).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(112_497, 0).saturating_mul(r.into())) // Standard Error: 997 - .saturating_add(Weight::from_ref_time(769_392).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(769_392, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -265,14 +265,14 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `772 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)` // Estimated: `18349` // Minimum execution time: 54_015 nanoseconds. - Weight::from_ref_time(32_925_712) - .saturating_add(Weight::from_proof_size(18349)) + Weight::from_parts(32_925_712, 0) + .saturating_add(Weight::from_parts(0, 18349)) // Standard Error: 7_533 - .saturating_add(Weight::from_ref_time(63_262).saturating_mul(r.into())) + .saturating_add(Weight::from_parts(63_262, 0).saturating_mul(r.into())) // Standard Error: 1_471 - .saturating_add(Weight::from_ref_time(1_155_232).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_155_232, 0).saturating_mul(s.into())) // Standard Error: 1_471 - .saturating_add(Weight::from_ref_time(226_801).saturating_mul(x.into())) + .saturating_add(Weight::from_parts(226_801, 0).saturating_mul(x.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) @@ -289,10 +289,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `507 + s * (36 ±0)` // Estimated: `18335` // Minimum execution time: 26_638 nanoseconds. - Weight::from_ref_time(31_911_936) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(31_911_936, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 1_403 - .saturating_add(Weight::from_ref_time(68_428).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(68_428, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -306,10 +306,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `623 + s * (3 ±0)` // Estimated: `12602` // Minimum execution time: 12_649 nanoseconds. - Weight::from_ref_time(14_714_076) - .saturating_add(Weight::from_proof_size(12602)) + Weight::from_parts(14_714_076, 0) + .saturating_add(Weight::from_parts(0, 12602)) // Standard Error: 739 - .saturating_add(Weight::from_ref_time(15_226).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_226, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -325,10 +325,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `702 + s * (35 ±0)` // Estimated: `18335` // Minimum execution time: 30_152 nanoseconds. - Weight::from_ref_time(33_576_799) - .saturating_add(Weight::from_proof_size(18335)) + Weight::from_parts(33_576_799, 0) + .saturating_add(Weight::from_parts(0, 18335)) // Standard Error: 937 - .saturating_add(Weight::from_ref_time(52_181).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(52_181, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -342,10 +342,10 @@ impl pallet_identity::WeightInfo for WeightInfo { // Measured: `628 + s * (37 ±0)` // Estimated: `8322` // Minimum execution time: 19_192 nanoseconds. - Weight::from_ref_time(21_910_906) - .saturating_add(Weight::from_proof_size(8322)) + Weight::from_parts(21_910_906, 0) + .saturating_add(Weight::from_parts(0, 8322)) // Standard Error: 1_053 - .saturating_add(Weight::from_ref_time(53_639).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(53_639, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_im_online.rs b/runtime/westend/src/weights/pallet_im_online.rs index 354397016df4..7666aab3e8a3 100644 --- a/runtime/westend/src/weights/pallet_im_online.rs +++ b/runtime/westend/src/weights/pallet_im_online.rs @@ -62,15 +62,15 @@ impl pallet_im_online::WeightInfo for WeightInfo { // Measured: `425 + k * (32 ±0)` // Estimated: `10345844 + k * (64 ±0) + e * (25 ±0)` // Minimum execution time: 91_212 nanoseconds. - Weight::from_ref_time(72_601_149) - .saturating_add(Weight::from_proof_size(10345844)) + Weight::from_parts(72_601_149, 0) + .saturating_add(Weight::from_parts(0, 10345844)) // Standard Error: 256 - .saturating_add(Weight::from_ref_time(23_275).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(23_275, 0).saturating_mul(k.into())) // Standard Error: 2_588 - .saturating_add(Weight::from_ref_time(387_376).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(387_376, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(64).saturating_mul(k.into())) - .saturating_add(Weight::from_proof_size(25).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 64).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 25).saturating_mul(e.into())) } } diff --git a/runtime/westend/src/weights/pallet_indices.rs b/runtime/westend/src/weights/pallet_indices.rs index bf25da15807f..7456034e27cc 100644 --- a/runtime/westend/src/weights/pallet_indices.rs +++ b/runtime/westend/src/weights/pallet_indices.rs @@ -52,8 +52,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `142` // Estimated: `2544` // Minimum execution time: 20_043 nanoseconds. - Weight::from_ref_time(20_524_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(20_524_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -66,8 +66,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 25_756 nanoseconds. - Weight::from_ref_time(26_328_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(26_328_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 21_115 nanoseconds. - Weight::from_ref_time(21_969_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(21_969_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -92,8 +92,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `405` // Estimated: `5147` // Minimum execution time: 23_431 nanoseconds. - Weight::from_ref_time(23_760_000) - .saturating_add(Weight::from_proof_size(5147)) + Weight::from_parts(23_760_000, 0) + .saturating_add(Weight::from_parts(0, 5147)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -104,8 +104,8 @@ impl pallet_indices::WeightInfo for WeightInfo { // Measured: `270` // Estimated: `2544` // Minimum execution time: 23_719 nanoseconds. - Weight::from_ref_time(24_080_000) - .saturating_add(Weight::from_proof_size(2544)) + Weight::from_parts(24_080_000, 0) + .saturating_add(Weight::from_parts(0, 2544)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_multisig.rs b/runtime/westend/src/weights/pallet_multisig.rs index fd32f311dae5..5e9bf15de318 100644 --- a/runtime/westend/src/weights/pallet_multisig.rs +++ b/runtime/westend/src/weights/pallet_multisig.rs @@ -51,10 +51,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 12_271 nanoseconds. - Weight::from_ref_time(12_669_904) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(12_669_904, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(556).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(556, 0).saturating_mul(z.into())) } /// Storage: Multisig Multisigs (r:1 w:1) /// Proof: Multisig Multisigs (max_values: None, max_size: Some(3346), added: 5821, mode: MaxEncodedLen) @@ -65,12 +65,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `395 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 38_074 nanoseconds. - Weight::from_ref_time(31_174_864) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(31_174_864, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 609 - .saturating_add(Weight::from_ref_time(73_824).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_824, 0).saturating_mul(s.into())) // Standard Error: 5 - .saturating_add(Weight::from_ref_time(1_584).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_584, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -83,12 +83,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 28_082 nanoseconds. - Weight::from_ref_time(22_085_278) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(22_085_278, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 711 - .saturating_add(Weight::from_ref_time(72_605).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(72_605, 0).saturating_mul(s.into())) // Standard Error: 6 - .saturating_add(Weight::from_ref_time(1_523).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_523, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -103,12 +103,12 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `455 + s * (33 ±0)` // Estimated: `8424` // Minimum execution time: 42_802 nanoseconds. - Weight::from_ref_time(34_774_719) - .saturating_add(Weight::from_proof_size(8424)) + Weight::from_parts(34_774_719, 0) + .saturating_add(Weight::from_parts(0, 8424)) // Standard Error: 450 - .saturating_add(Weight::from_ref_time(87_427).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(87_427, 0).saturating_mul(s.into())) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_575).saturating_mul(z.into())) + .saturating_add(Weight::from_parts(1_575, 0).saturating_mul(z.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -120,10 +120,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `405 + s * (2 ±0)` // Estimated: `5821` // Minimum execution time: 28_126 nanoseconds. - Weight::from_ref_time(29_606_606) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(29_606_606, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 830 - .saturating_add(Weight::from_ref_time(79_120).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(79_120, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -135,10 +135,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `317` // Estimated: `5821` // Minimum execution time: 18_249 nanoseconds. - Weight::from_ref_time(19_695_213) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(19_695_213, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 662 - .saturating_add(Weight::from_ref_time(77_485).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(77_485, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -150,10 +150,10 @@ impl pallet_multisig::WeightInfo for WeightInfo { // Measured: `521 + s * (1 ±0)` // Estimated: `5821` // Minimum execution time: 29_871 nanoseconds. - Weight::from_ref_time(30_661_326) - .saturating_add(Weight::from_proof_size(5821)) + Weight::from_parts(30_661_326, 0) + .saturating_add(Weight::from_parts(0, 5821)) // Standard Error: 563 - .saturating_add(Weight::from_ref_time(75_613).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(75_613, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index d3e1813dfb25..6aec10617569 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -76,8 +76,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3586` // Estimated: `38468` // Minimum execution time: 154_304 nanoseconds. - Weight::from_ref_time(155_220_000) - .saturating_add(Weight::from_proof_size(38468)) + Weight::from_parts(155_220_000, 0) + .saturating_add(Weight::from_parts(0, 38468)) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -104,8 +104,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3628` // Estimated: `39063` // Minimum execution time: 150_523 nanoseconds. - Weight::from_ref_time(154_073_000) - .saturating_add(Weight::from_proof_size(39063)) + Weight::from_parts(154_073_000, 0) + .saturating_add(Weight::from_parts(0, 39063)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -134,8 +134,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3427` // Estimated: `38950` // Minimum execution time: 162_554 nanoseconds. - Weight::from_ref_time(164_041_000) - .saturating_add(Weight::from_proof_size(38950)) + Weight::from_parts(164_041_000, 0) + .saturating_add(Weight::from_parts(0, 38950)) .saturating_add(T::DbWeight::get().reads(14)) .saturating_add(T::DbWeight::get().writes(12)) } @@ -154,8 +154,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1220` // Estimated: `13485` // Minimum execution time: 58_946 nanoseconds. - Weight::from_ref_time(59_799_000) - .saturating_add(Weight::from_proof_size(13485)) + Weight::from_parts(59_799_000, 0) + .saturating_add(Weight::from_parts(0, 13485)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -192,8 +192,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `3865` // Estimated: `43738` // Minimum execution time: 155_416 nanoseconds. - Weight::from_ref_time(157_093_000) - .saturating_add(Weight::from_proof_size(43738)) + Weight::from_parts(157_093_000, 0) + .saturating_add(Weight::from_parts(0, 43738)) .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(13)) } @@ -213,10 +213,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1706` // Estimated: `13025` // Minimum execution time: 52_621 nanoseconds. - Weight::from_ref_time(53_508_921) - .saturating_add(Weight::from_proof_size(13025)) + Weight::from_parts(53_508_921, 0) + .saturating_add(Weight::from_parts(0, 13025)) // Standard Error: 790 - .saturating_add(Weight::from_ref_time(15_066).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(15_066, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -246,10 +246,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2230` // Estimated: `22055` // Minimum execution time: 102_019 nanoseconds. - Weight::from_ref_time(104_029_094) - .saturating_add(Weight::from_proof_size(22055)) + Weight::from_parts(104_029_094, 0) + .saturating_add(Weight::from_parts(0, 22055)) // Standard Error: 1_344 - .saturating_add(Weight::from_ref_time(13_886).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(13_886, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -301,10 +301,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2618` // Estimated: `45099` // Minimum execution time: 161_236 nanoseconds. - Weight::from_ref_time(164_070_568) - .saturating_add(Weight::from_proof_size(45099)) + Weight::from_parts(164_070_568, 0) + .saturating_add(Weight::from_parts(0, 45099)) // Standard Error: 2_621 - .saturating_add(Weight::from_ref_time(10_297).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(10_297, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -355,8 +355,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1254` // Estimated: `32002` // Minimum execution time: 142_981 nanoseconds. - Weight::from_ref_time(144_237_000) - .saturating_add(Weight::from_proof_size(32002)) + Weight::from_parts(144_237_000, 0) + .saturating_add(Weight::from_parts(0, 32002)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } @@ -390,14 +390,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1839` // Estimated: `21998 + n * (2520 ±0)` // Minimum execution time: 65_217 nanoseconds. - Weight::from_ref_time(65_750_377) - .saturating_add(Weight::from_proof_size(21998)) + Weight::from_parts(65_750_377, 0) + .saturating_add(Weight::from_parts(0, 21998)) // Standard Error: 7_685 - .saturating_add(Weight::from_ref_time(1_336_128).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_336_128, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) @@ -410,8 +410,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `1427` // Estimated: `8752` // Minimum execution time: 35_863 nanoseconds. - Weight::from_ref_time(36_287_000) - .saturating_add(Weight::from_proof_size(8752)) + Weight::from_parts(36_287_000, 0) + .saturating_add(Weight::from_parts(0, 8752)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -427,10 +427,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `5883` // Minimum execution time: 13_860 nanoseconds. - Weight::from_ref_time(14_425_990) - .saturating_add(Weight::from_proof_size(5883)) + Weight::from_parts(14_425_990, 0) + .saturating_add(Weight::from_parts(0, 5883)) // Standard Error: 94 - .saturating_add(Weight::from_ref_time(1_103).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(1_103, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -449,8 +449,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 5_097 nanoseconds. - Weight::from_ref_time(5_385_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_385_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -460,8 +460,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `525` // Estimated: `2639` // Minimum execution time: 19_168 nanoseconds. - Weight::from_ref_time(19_566_000) - .saturating_add(Weight::from_proof_size(2639)) + Weight::from_parts(19_566_000, 0) + .saturating_add(Weight::from_parts(0, 2639)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -488,8 +488,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `2066` // Estimated: `20489` // Minimum execution time: 64_030 nanoseconds. - Weight::from_ref_time(64_573_000) - .saturating_add(Weight::from_proof_size(20489)) + Weight::from_parts(64_573_000, 0) + .saturating_add(Weight::from_parts(0, 20489)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -502,8 +502,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Measured: `508` // Estimated: `5708` // Minimum execution time: 14_137 nanoseconds. - Weight::from_ref_time(14_483_000) - .saturating_add(Weight::from_proof_size(5708)) + Weight::from_parts(14_483_000, 0) + .saturating_add(Weight::from_parts(0, 5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_preimage.rs b/runtime/westend/src/weights/pallet_preimage.rs index 1e3e7cd207af..2dbafb1f71b7 100644 --- a/runtime/westend/src/weights/pallet_preimage.rs +++ b/runtime/westend/src/weights/pallet_preimage.rs @@ -55,10 +55,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `213` // Estimated: `2566` // Minimum execution time: 26_332 nanoseconds. - Weight::from_ref_time(26_523_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(26_523_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_331).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_331, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -72,10 +72,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 16_527 nanoseconds. - Weight::from_ref_time(16_615_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(16_615_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_329).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_329, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -89,10 +89,10 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 15_795 nanoseconds. - Weight::from_ref_time(15_943_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(15_943_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_327).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(2_327, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -105,8 +105,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `391` // Estimated: `2566` // Minimum execution time: 33_007 nanoseconds. - Weight::from_ref_time(33_864_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(33_864_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -119,8 +119,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `182` // Estimated: `2566` // Minimum execution time: 20_702 nanoseconds. - Weight::from_ref_time(21_897_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(21_897_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -131,8 +131,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `258` // Estimated: `2566` // Minimum execution time: 18_832 nanoseconds. - Weight::from_ref_time(19_900_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(19_900_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -143,8 +143,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `182` // Estimated: `2566` // Minimum execution time: 11_561 nanoseconds. - Weight::from_ref_time(12_213_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(12_213_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -155,8 +155,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `80` // Estimated: `2566` // Minimum execution time: 12_670 nanoseconds. - Weight::from_ref_time(13_316_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(13_316_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -167,8 +167,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 8_232 nanoseconds. - Weight::from_ref_time(8_455_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_455_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,8 +181,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `182` // Estimated: `2566` // Minimum execution time: 19_508 nanoseconds. - Weight::from_ref_time(20_469_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(20_469_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -193,8 +193,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 8_487 nanoseconds. - Weight::from_ref_time(9_047_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(9_047_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,8 +205,8 @@ impl pallet_preimage::WeightInfo for WeightInfo { // Measured: `144` // Estimated: `2566` // Minimum execution time: 8_421 nanoseconds. - Weight::from_ref_time(8_691_000) - .saturating_add(Weight::from_proof_size(2566)) + Weight::from_parts(8_691_000, 0) + .saturating_add(Weight::from_parts(0, 2566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_proxy.rs b/runtime/westend/src/weights/pallet_proxy.rs index e3f0f6c55327..75ebc94c8cdb 100644 --- a/runtime/westend/src/weights/pallet_proxy.rs +++ b/runtime/westend/src/weights/pallet_proxy.rs @@ -53,10 +53,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 15_347 nanoseconds. - Weight::from_ref_time(15_780_294) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(15_780_294, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 837 - .saturating_add(Weight::from_ref_time(38_642).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(38_642, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) } /// Storage: Proxy Proxies (r:1 w:0) @@ -72,12 +72,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `650 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 37_274 nanoseconds. - Weight::from_ref_time(38_291_200) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(38_291_200, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 5_000 - .saturating_add(Weight::from_ref_time(131_239).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(131_239, 0).saturating_mul(a.into())) // Standard Error: 5_166 - .saturating_add(Weight::from_ref_time(23_237).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(23_237, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -92,12 +92,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_081 nanoseconds. - Weight::from_ref_time(22_305_156) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_305_156, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_368 - .saturating_add(Weight::from_ref_time(156_042).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(156_042, 0).saturating_mul(a.into())) // Standard Error: 1_413 - .saturating_add(Weight::from_ref_time(1_098).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(1_098, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -112,12 +112,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `533 + a * (68 ±0)` // Estimated: `7311` // Minimum execution time: 21_085 nanoseconds. - Weight::from_ref_time(22_134_455) - .saturating_add(Weight::from_proof_size(7311)) + Weight::from_parts(22_134_455, 0) + .saturating_add(Weight::from_parts(0, 7311)) // Standard Error: 1_470 - .saturating_add(Weight::from_ref_time(158_283).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(158_283, 0).saturating_mul(a.into())) // Standard Error: 1_519 - .saturating_add(Weight::from_ref_time(6_784).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(6_784, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -134,12 +134,12 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `582 + a * (68 ±0) + p * (37 ±0)` // Estimated: `11027` // Minimum execution time: 29_959 nanoseconds. - Weight::from_ref_time(34_668_660) - .saturating_add(Weight::from_proof_size(11027)) + Weight::from_parts(34_668_660, 0) + .saturating_add(Weight::from_parts(0, 11027)) // Standard Error: 4_792 - .saturating_add(Weight::from_ref_time(142_266).saturating_mul(a.into())) + .saturating_add(Weight::from_parts(142_266, 0).saturating_mul(a.into())) // Standard Error: 4_951 - .saturating_add(Weight::from_ref_time(16_544).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(16_544, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -151,10 +151,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_615 nanoseconds. - Weight::from_ref_time(23_406_833) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_406_833, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_400 - .saturating_add(Weight::from_ref_time(61_266).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(61_266, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -166,10 +166,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 22_549 nanoseconds. - Weight::from_ref_time(23_521_968) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(23_521_968, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_589 - .saturating_add(Weight::from_ref_time(61_407).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(61_407, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -181,10 +181,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `259 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 17_911 nanoseconds. - Weight::from_ref_time(18_770_263) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(18_770_263, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_302 - .saturating_add(Weight::from_ref_time(24_471).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(24_471, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -196,8 +196,8 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `3716` // Minimum execution time: 24_293 nanoseconds. - Weight::from_ref_time(25_926_875) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(25_926_875, 0) + .saturating_add(Weight::from_parts(0, 3716)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -209,10 +209,10 @@ impl pallet_proxy::WeightInfo for WeightInfo { // Measured: `296 + p * (37 ±0)` // Estimated: `3716` // Minimum execution time: 18_885 nanoseconds. - Weight::from_ref_time(19_514_850) - .saturating_add(Weight::from_proof_size(3716)) + Weight::from_parts(19_514_850, 0) + .saturating_add(Weight::from_parts(0, 3716)) // Standard Error: 1_244 - .saturating_add(Weight::from_ref_time(35_764).saturating_mul(p.into())) + .saturating_add(Weight::from_parts(35_764, 0).saturating_mul(p.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/pallet_scheduler.rs b/runtime/westend/src/weights/pallet_scheduler.rs index 1be0b0976eb0..480f50945c8d 100644 --- a/runtime/westend/src/weights/pallet_scheduler.rs +++ b/runtime/westend/src/weights/pallet_scheduler.rs @@ -52,8 +52,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `69` // Estimated: `499` // Minimum execution time: 4_026 nanoseconds. - Weight::from_ref_time(4_139_000) - .saturating_add(Weight::from_proof_size(499)) + Weight::from_parts(4_139_000, 0) + .saturating_add(Weight::from_parts(0, 499)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -65,10 +65,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 3_563 nanoseconds. - Weight::from_ref_time(6_693_198) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(6_693_198, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_186 - .saturating_add(Weight::from_ref_time(933_319).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(933_319, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -77,8 +77,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_928 nanoseconds. - Weight::from_ref_time(6_097_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_097_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Preimage PreimageFor (r:1 w:1) /// Proof: Preimage PreimageFor (max_values: None, max_size: Some(4194344), added: 4196819, mode: Measured) @@ -90,13 +90,13 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `249 + s * (1 ±0)` // Estimated: `5290 + s * (1 ±0)` // Minimum execution time: 20_421 nanoseconds. - Weight::from_ref_time(20_813_000) - .saturating_add(Weight::from_proof_size(5290)) + Weight::from_parts(20_813_000, 0) + .saturating_add(Weight::from_parts(0, 5290)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(1_167).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_167, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(1).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 1).saturating_mul(s.into())) } /// Storage: Scheduler Lookup (r:0 w:1) /// Proof: Scheduler Lookup (max_values: None, max_size: Some(48), added: 2523, mode: MaxEncodedLen) @@ -105,8 +105,8 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_724 nanoseconds. - Weight::from_ref_time(7_911_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(7_911_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } fn service_task_periodic() -> Weight { @@ -114,24 +114,24 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_909 nanoseconds. - Weight::from_ref_time(6_046_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_046_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_signed() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_570 nanoseconds. - Weight::from_ref_time(2_658_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_658_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn execute_dispatch_unsigned() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 2_428 nanoseconds. - Weight::from_ref_time(2_590_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_590_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Scheduler Agenda (r:1 w:1) /// Proof: Scheduler Agenda (max_values: None, max_size: Some(38963), added: 41438, mode: MaxEncodedLen) @@ -141,10 +141,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 13_394 nanoseconds. - Weight::from_ref_time(16_496_080) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(16_496_080, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_394 - .saturating_add(Weight::from_ref_time(922_960).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(922_960, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -158,10 +158,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `148 + s * (177 ±0)` // Estimated: `41438` // Minimum execution time: 17_994 nanoseconds. - Weight::from_ref_time(17_091_448) - .saturating_add(Weight::from_proof_size(41438)) + Weight::from_parts(17_091_448, 0) + .saturating_add(Weight::from_parts(0, 41438)) // Standard Error: 2_380 - .saturating_add(Weight::from_ref_time(1_653_591).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_653_591, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -175,10 +175,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `325 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 16_065 nanoseconds. - Weight::from_ref_time(20_232_697) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(20_232_697, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 3_412 - .saturating_add(Weight::from_ref_time(972_992).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(972_992, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -192,10 +192,10 @@ impl pallet_scheduler::WeightInfo for WeightInfo { // Measured: `351 + s * (185 ±0)` // Estimated: `43961` // Minimum execution time: 18_848 nanoseconds. - Weight::from_ref_time(19_042_838) - .saturating_add(Weight::from_proof_size(43961)) + Weight::from_parts(19_042_838, 0) + .saturating_add(Weight::from_parts(0, 43961)) // Standard Error: 2_754 - .saturating_add(Weight::from_ref_time(1_676_910).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_676_910, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/pallet_session.rs b/runtime/westend/src/weights/pallet_session.rs index f9f2b40a867d..67e648a9a320 100644 --- a/runtime/westend/src/weights/pallet_session.rs +++ b/runtime/westend/src/weights/pallet_session.rs @@ -56,8 +56,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1985` // Estimated: `24861` // Minimum execution time: 51_818 nanoseconds. - Weight::from_ref_time(52_338_000) - .saturating_add(Weight::from_proof_size(24861)) + Weight::from_parts(52_338_000, 0) + .saturating_add(Weight::from_parts(0, 24861)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -72,8 +72,8 @@ impl pallet_session::WeightInfo for WeightInfo { // Measured: `1881` // Estimated: `9803` // Minimum execution time: 37_554 nanoseconds. - Weight::from_ref_time(38_608_000) - .saturating_add(Weight::from_proof_size(9803)) + Weight::from_parts(38_608_000, 0) + .saturating_add(Weight::from_parts(0, 9803)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(7)) } diff --git a/runtime/westend/src/weights/pallet_staking.rs b/runtime/westend/src/weights/pallet_staking.rs index d67734bdf247..7e408db357fd 100644 --- a/runtime/westend/src/weights/pallet_staking.rs +++ b/runtime/westend/src/weights/pallet_staking.rs @@ -60,8 +60,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1046` // Estimated: `10386` // Minimum execution time: 42_440 nanoseconds. - Weight::from_ref_time(43_399_000) - .saturating_add(Weight::from_proof_size(10386)) + Weight::from_parts(43_399_000, 0) + .saturating_add(Weight::from_parts(0, 10386)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -80,8 +80,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2183` // Estimated: `22888` // Minimum execution time: 85_399 nanoseconds. - Weight::from_ref_time(86_379_000) - .saturating_add(Weight::from_proof_size(22888)) + Weight::from_parts(86_379_000, 0) + .saturating_add(Weight::from_parts(0, 22888)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -108,8 +108,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2390` // Estimated: `29534` // Minimum execution time: 90_672 nanoseconds. - Weight::from_ref_time(91_355_000) - .saturating_add(Weight::from_proof_size(29534)) + Weight::from_parts(91_355_000, 0) + .saturating_add(Weight::from_parts(0, 29534)) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -127,10 +127,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1045` // Estimated: `10442` // Minimum execution time: 36_564 nanoseconds. - Weight::from_ref_time(38_050_629) - .saturating_add(Weight::from_proof_size(10442)) + Weight::from_parts(38_050_629, 0) + .saturating_add(Weight::from_parts(0, 10442)) // Standard Error: 659 - .saturating_add(Weight::from_ref_time(10_672).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(10_672, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -168,14 +168,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2413 + s * (4 ±0)` // Estimated: `32230 + s * (4 ±0)` // Minimum execution time: 77_962 nanoseconds. - Weight::from_ref_time(84_271_455) - .saturating_add(Weight::from_proof_size(32230)) + Weight::from_parts(84_271_455, 0) + .saturating_add(Weight::from_parts(0, 32230)) // Standard Error: 2_943 - .saturating_add(Weight::from_ref_time(1_160_262).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_160_262, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -204,8 +204,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1375` // Estimated: `19359` // Minimum execution time: 56_193 nanoseconds. - Weight::from_ref_time(57_188_000) - .saturating_add(Weight::from_proof_size(19359)) + Weight::from_parts(57_188_000, 0) + .saturating_add(Weight::from_parts(0, 19359)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -219,14 +219,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1255 + k * (601 ±0)` // Estimated: `3566 + k * (3033 ±0)` // Minimum execution time: 29_497 nanoseconds. - Weight::from_ref_time(27_406_513) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(27_406_513, 0) + .saturating_add(Weight::from_parts(0, 3566)) // Standard Error: 6_875 - .saturating_add(Weight::from_ref_time(8_027_936).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(8_027_936, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(3033).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 3033).saturating_mul(k.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -256,14 +256,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1915 + n * (105 ±0)` // Estimated: `21988 + n * (2520 ±0)` // Minimum execution time: 64_934 nanoseconds. - Weight::from_ref_time(62_801_713) - .saturating_add(Weight::from_proof_size(21988)) + Weight::from_parts(62_801_713, 0) + .saturating_add(Weight::from_parts(0, 21988)) // Standard Error: 17_298 - .saturating_add(Weight::from_ref_time(3_316_608).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_316_608, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(6)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -284,8 +284,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1803` // Estimated: `17932` // Minimum execution time: 57_608 nanoseconds. - Weight::from_ref_time(58_161_000) - .saturating_add(Weight::from_proof_size(17932)) + Weight::from_parts(58_161_000, 0) + .saturating_add(Weight::from_parts(0, 17932)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -298,8 +298,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `803` // Estimated: `3566` // Minimum execution time: 14_397 nanoseconds. - Weight::from_ref_time(14_671_000) - .saturating_add(Weight::from_proof_size(3566)) + Weight::from_parts(14_671_000, 0) + .saturating_add(Weight::from_parts(0, 3566)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -312,8 +312,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `902` // Estimated: `9679` // Minimum execution time: 22_179 nanoseconds. - Weight::from_ref_time(22_463_000) - .saturating_add(Weight::from_proof_size(9679)) + Weight::from_parts(22_463_000, 0) + .saturating_add(Weight::from_parts(0, 9679)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -324,8 +324,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_604 nanoseconds. - Weight::from_ref_time(2_730_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_730_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -335,8 +335,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_758 nanoseconds. - Weight::from_ref_time(11_100_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_100_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -346,8 +346,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 11_225 nanoseconds. - Weight::from_ref_time(11_492_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_492_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking ForceEra (r:0 w:1) @@ -357,8 +357,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 10_892 nanoseconds. - Weight::from_ref_time(11_207_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_207_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Invulnerables (r:0 w:1) @@ -369,10 +369,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_724 nanoseconds. - Weight::from_ref_time(3_193_284) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_193_284, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 30 - .saturating_add(Weight::from_ref_time(14_317).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(14_317, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Staking Bonded (r:1 w:1) @@ -407,14 +407,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2107 + s * (4 ±0)` // Estimated: `27859 + s * (4 ±0)` // Minimum execution time: 73_201 nanoseconds. - Weight::from_ref_time(76_412_897) - .saturating_add(Weight::from_proof_size(27859)) + Weight::from_parts(76_412_897, 0) + .saturating_add(Weight::from_parts(0, 27859)) // Standard Error: 1_913 - .saturating_add(Weight::from_ref_time(1_151_150).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_151_150, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: Staking UnappliedSlashes (r:1 w:1) /// Proof Skipped: Staking UnappliedSlashes (max_values: None, max_size: None, mode: Measured) @@ -424,10 +424,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `66638` // Estimated: `69113` // Minimum execution time: 118_133 nanoseconds. - Weight::from_ref_time(878_805_908) - .saturating_add(Weight::from_proof_size(69113)) + Weight::from_parts(878_805_908, 0) + .saturating_add(Weight::from_parts(0, 69113)) // Standard Error: 53_240 - .saturating_add(Weight::from_ref_time(4_314_838).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(4_314_838, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -455,15 +455,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `5901 + n * (151 ±0)` // Estimated: `32226 + n * (8030 ±0)` // Minimum execution time: 70_532 nanoseconds. - Weight::from_ref_time(88_104_322) - .saturating_add(Weight::from_proof_size(32226)) + Weight::from_parts(88_104_322, 0) + .saturating_add(Weight::from_parts(0, 32226)) // Standard Error: 27_400 - .saturating_add(Weight::from_ref_time(25_775_656).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(25_775_656, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(8030).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 8030).saturating_mul(n.into())) } /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -491,15 +491,15 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `9517 + n * (467 ±0)` // Estimated: `41758 + n * (16038 ±3)` // Minimum execution time: 86_749 nanoseconds. - Weight::from_ref_time(118_435_518) - .saturating_add(Weight::from_proof_size(41758)) + Weight::from_parts(118_435_518, 0) + .saturating_add(Weight::from_parts(0, 41758)) // Standard Error: 33_932 - .saturating_add(Weight::from_ref_time(33_424_550).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(33_424_550, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(16038).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16038).saturating_mul(n.into())) } /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) @@ -519,10 +519,10 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2184 + l * (5 ±0)` // Estimated: `25491` // Minimum execution time: 81_814 nanoseconds. - Weight::from_ref_time(83_200_231) - .saturating_add(Weight::from_proof_size(25491)) + Weight::from_parts(83_200_231, 0) + .saturating_add(Weight::from_parts(0, 25491)) // Standard Error: 3_443 - .saturating_add(Weight::from_ref_time(46_203).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_203, 0).saturating_mul(l.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -558,14 +558,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `2413 + s * (4 ±0)` // Estimated: `31737 + s * (4 ±0)` // Minimum execution time: 83_757 nanoseconds. - Weight::from_ref_time(85_543_170) - .saturating_add(Weight::from_proof_size(31737)) + Weight::from_parts(85_543_170, 0) + .saturating_add(Weight::from_parts(0, 31737)) // Standard Error: 1_507 - .saturating_add(Weight::from_ref_time(1_144_523).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_144_523, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(12)) .saturating_add(T::DbWeight::get().writes(12)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into()))) - .saturating_add(Weight::from_proof_size(4).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -610,19 +610,19 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0 + v * (3658 ±0) + n * (812 ±0)` // Estimated: `472278 + v * (16741 ±0) + n * (12939 ±0)` // Minimum execution time: 515_664 nanoseconds. - Weight::from_ref_time(519_521_000) - .saturating_add(Weight::from_proof_size(472278)) + Weight::from_parts(519_521_000, 0) + .saturating_add(Weight::from_parts(0, 472278)) // Standard Error: 2_014_897 - .saturating_add(Weight::from_ref_time(65_361_695).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(65_361_695, 0).saturating_mul(v.into())) // Standard Error: 200_773 - .saturating_add(Weight::from_ref_time(16_583_313).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(16_583_313, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(185)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into()))) - .saturating_add(Weight::from_proof_size(16741).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(12939).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 16741).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 12939).saturating_mul(n.into())) } /// Storage: VoterList CounterForListNodes (r:1 w:0) /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -649,18 +649,18 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `3100 + v * (455 ±0) + n * (1003 ±0)` // Estimated: `456188 + v * (14295 ±0) + n * (11775 ±0)` // Minimum execution time: 31_094_046 nanoseconds. - Weight::from_ref_time(31_244_499_000) - .saturating_add(Weight::from_proof_size(456188)) + Weight::from_parts(31_244_499_000, 0) + .saturating_add(Weight::from_parts(0, 456188)) // Standard Error: 346_502 - .saturating_add(Weight::from_ref_time(4_915_541).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(4_915_541, 0).saturating_mul(v.into())) // Standard Error: 346_502 - .saturating_add(Weight::from_ref_time(3_234_757).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(3_234_757, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(180)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(2)) - .saturating_add(Weight::from_proof_size(14295).saturating_mul(v.into())) - .saturating_add(Weight::from_proof_size(11775).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14295).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 11775).saturating_mul(n.into())) } /// Storage: Staking CounterForValidators (r:1 w:0) /// Proof: Staking CounterForValidators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -674,14 +674,14 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `950 + v * (50 ±0)` // Estimated: `3562 + v * (2520 ±0)` // Minimum execution time: 3_839_775 nanoseconds. - Weight::from_ref_time(3_865_684_000) - .saturating_add(Weight::from_proof_size(3562)) + Weight::from_parts(3_865_684_000, 0) + .saturating_add(Weight::from_parts(0, 3562)) // Standard Error: 44_261 - .saturating_add(Weight::from_ref_time(2_811_910).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(2_811_910, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into()))) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(2520).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into())) } /// Storage: Staking MinCommission (r:0 w:1) /// Proof: Staking MinCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -700,8 +700,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_144 nanoseconds. - Weight::from_ref_time(6_343_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(6_343_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking MinCommission (r:0 w:1) @@ -721,8 +721,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 5_687 nanoseconds. - Weight::from_ref_time(5_998_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_998_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: Staking Ledger (r:1 w:0) @@ -750,8 +750,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `1958` // Estimated: `19438` // Minimum execution time: 71_032 nanoseconds. - Weight::from_ref_time(71_712_000) - .saturating_add(Weight::from_proof_size(19438)) + Weight::from_parts(71_712_000, 0) + .saturating_add(Weight::from_parts(0, 19438)) .saturating_add(T::DbWeight::get().reads(11)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -764,8 +764,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `661` // Estimated: `3019` // Minimum execution time: 12_940 nanoseconds. - Weight::from_ref_time(13_343_000) - .saturating_add(Weight::from_proof_size(3019)) + Weight::from_parts(13_343_000, 0) + .saturating_add(Weight::from_parts(0, 3019)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -776,8 +776,8 @@ impl pallet_staking::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_887 nanoseconds. - Weight::from_ref_time(3_056_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(3_056_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/pallet_timestamp.rs b/runtime/westend/src/weights/pallet_timestamp.rs index bf6eb11fc34c..69dd65da8250 100644 --- a/runtime/westend/src/weights/pallet_timestamp.rs +++ b/runtime/westend/src/weights/pallet_timestamp.rs @@ -54,8 +54,8 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `311` // Estimated: `1006` // Minimum execution time: 9_409 nanoseconds. - Weight::from_ref_time(9_725_000) - .saturating_add(Weight::from_proof_size(1006)) + Weight::from_parts(9_725_000, 0) + .saturating_add(Weight::from_parts(0, 1006)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -64,7 +64,7 @@ impl pallet_timestamp::WeightInfo for WeightInfo { // Measured: `94` // Estimated: `0` // Minimum execution time: 3_952 nanoseconds. - Weight::from_ref_time(4_025_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(4_025_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } } diff --git a/runtime/westend/src/weights/pallet_utility.rs b/runtime/westend/src/weights/pallet_utility.rs index 3ee00e79798e..daf6029c9380 100644 --- a/runtime/westend/src/weights/pallet_utility.rs +++ b/runtime/westend/src/weights/pallet_utility.rs @@ -51,18 +51,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_885 nanoseconds. - Weight::from_ref_time(11_162_365) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_162_365, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_439 - .saturating_add(Weight::from_ref_time(4_637_012).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_637_012, 0).saturating_mul(c.into())) } fn as_derivative() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 5_203 nanoseconds. - Weight::from_ref_time(5_441_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(5_441_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn batch_all(c: u32, ) -> Weight { @@ -70,18 +70,18 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 7_067 nanoseconds. - Weight::from_ref_time(11_552_327) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(11_552_327, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2_783 - .saturating_add(Weight::from_ref_time(4_935_647).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_935_647, 0).saturating_mul(c.into())) } fn dispatch_as() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 8_999 nanoseconds. - Weight::from_ref_time(9_297_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_297_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// The range of component `c` is `[0, 1000]`. fn force_batch(c: u32, ) -> Weight { @@ -89,9 +89,9 @@ impl pallet_utility::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 6_876 nanoseconds. - Weight::from_ref_time(10_175_160) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_175_160, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 3_709 - .saturating_add(Weight::from_ref_time(4_685_640).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(4_685_640, 0).saturating_mul(c.into())) } } diff --git a/runtime/westend/src/weights/pallet_vesting.rs b/runtime/westend/src/weights/pallet_vesting.rs index 4b0cb6da1998..690d27b8df73 100644 --- a/runtime/westend/src/weights/pallet_vesting.rs +++ b/runtime/westend/src/weights/pallet_vesting.rs @@ -56,12 +56,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `411 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 29_824 nanoseconds. - Weight::from_ref_time(28_717_712) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_717_712, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 764 - .saturating_add(Weight::from_ref_time(46_637).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(46_637, 0).saturating_mul(l.into())) // Standard Error: 1_359 - .saturating_add(Weight::from_ref_time(74_164).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(74_164, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -76,12 +76,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `411 + l * (25 ±0) + s * (36 ±0)` // Estimated: `7306` // Minimum execution time: 28_921 nanoseconds. - Weight::from_ref_time(28_545_679) - .saturating_add(Weight::from_proof_size(7306)) + Weight::from_parts(28_545_679, 0) + .saturating_add(Weight::from_parts(0, 7306)) // Standard Error: 590 - .saturating_add(Weight::from_ref_time(38_502).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(38_502, 0).saturating_mul(l.into())) // Standard Error: 1_049 - .saturating_add(Weight::from_ref_time(46_713).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(46_713, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -98,12 +98,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `546 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_695 nanoseconds. - Weight::from_ref_time(30_837_986) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_837_986, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 795 - .saturating_add(Weight::from_ref_time(50_558).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(50_558, 0).saturating_mul(l.into())) // Standard Error: 1_415 - .saturating_add(Weight::from_ref_time(73_289).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(73_289, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -120,12 +120,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `546 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 31_319 nanoseconds. - Weight::from_ref_time(30_790_564) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(30_790_564, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 665 - .saturating_add(Weight::from_ref_time(39_746).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_746, 0).saturating_mul(l.into())) // Standard Error: 1_183 - .saturating_add(Weight::from_ref_time(50_607).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(50_607, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -142,12 +142,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `617 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 49_632 nanoseconds. - Weight::from_ref_time(50_035_640) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(50_035_640, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_457 - .saturating_add(Weight::from_ref_time(45_951).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(45_951, 0).saturating_mul(l.into())) // Standard Error: 2_593 - .saturating_add(Weight::from_ref_time(58_374).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(58_374, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -164,12 +164,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `752 + l * (25 ±0) + s * (36 ±0)` // Estimated: `12512` // Minimum execution time: 51_816 nanoseconds. - Weight::from_ref_time(51_705_864) - .saturating_add(Weight::from_proof_size(12512)) + Weight::from_parts(51_705_864, 0) + .saturating_add(Weight::from_parts(0, 12512)) // Standard Error: 1_446 - .saturating_add(Weight::from_ref_time(43_671).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(43_671, 0).saturating_mul(l.into())) // Standard Error: 2_574 - .saturating_add(Weight::from_ref_time(63_148).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(63_148, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -186,12 +186,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `544 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 32_895 nanoseconds. - Weight::from_ref_time(32_577_652) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_577_652, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 1_018 - .saturating_add(Weight::from_ref_time(37_445).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(37_445, 0).saturating_mul(l.into())) // Standard Error: 1_880 - .saturating_add(Weight::from_ref_time(65_218).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(65_218, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -208,12 +208,12 @@ impl pallet_vesting::WeightInfo for WeightInfo { // Measured: `544 + l * (25 ±0) + s * (36 ±0)` // Estimated: `9909` // Minimum execution time: 33_169 nanoseconds. - Weight::from_ref_time(32_526_311) - .saturating_add(Weight::from_proof_size(9909)) + Weight::from_parts(32_526_311, 0) + .saturating_add(Weight::from_parts(0, 9909)) // Standard Error: 884 - .saturating_add(Weight::from_ref_time(39_392).saturating_mul(l.into())) + .saturating_add(Weight::from_parts(39_392, 0).saturating_mul(l.into())) // Standard Error: 1_633 - .saturating_add(Weight::from_ref_time(64_317).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(64_317, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) } diff --git a/runtime/westend/src/weights/pallet_xcm.rs b/runtime/westend/src/weights/pallet_xcm.rs index 28b2ec106617..325e98f9984c 100644 --- a/runtime/westend/src/weights/pallet_xcm.rs +++ b/runtime/westend/src/weights/pallet_xcm.rs @@ -60,8 +60,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `169` // Estimated: `9260` // Minimum execution time: 30_849 nanoseconds. - Weight::from_ref_time(31_945_000) - .saturating_add(Weight::from_proof_size(9260)) + Weight::from_parts(31_945_000, 0) + .saturating_add(Weight::from_parts(0, 9260)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -70,16 +70,16 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 22_799 nanoseconds. - Weight::from_ref_time(23_316_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(23_316_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } fn reserve_transfer_assets() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` // Minimum execution time: 21_833 nanoseconds. - Weight::from_ref_time(22_121_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(22_121_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Benchmark Override (r:0 w:0) /// Proof Skipped: Benchmark Override (max_values: None, max_size: None, mode: Measured) @@ -88,8 +88,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 18_446_744_073_709_551 nanoseconds. - Weight::from_ref_time(18_446_744_073_709_551_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(18_446_744_073_709_551_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: XcmPallet SupportedVersion (r:0 w:1) /// Proof Skipped: XcmPallet SupportedVersion (max_values: None, max_size: None, mode: Measured) @@ -98,8 +98,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 9_945 nanoseconds. - Weight::from_ref_time(10_250_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(10_250_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet SafeXcmVersion (r:0 w:1) @@ -109,8 +109,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `0` // Estimated: `0` // Minimum execution time: 2_700 nanoseconds. - Weight::from_ref_time(2_815_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_815_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: XcmPallet VersionNotifiers (r:1 w:1) @@ -134,8 +134,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `169` // Estimated: `12737` // Minimum execution time: 36_182 nanoseconds. - Weight::from_ref_time(36_714_000) - .saturating_add(Weight::from_proof_size(12737)) + Weight::from_parts(36_714_000, 0) + .saturating_add(Weight::from_parts(0, 12737)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -158,8 +158,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `326` // Estimated: `13172` // Minimum execution time: 36_706 nanoseconds. - Weight::from_ref_time(37_135_000) - .saturating_add(Weight::from_proof_size(13172)) + Weight::from_parts(37_135_000, 0) + .saturating_add(Weight::from_parts(0, 13172)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -170,8 +170,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `229` // Estimated: `10129` // Minimum execution time: 15_818 nanoseconds. - Weight::from_ref_time(16_246_000) - .saturating_add(Weight::from_proof_size(10129)) + Weight::from_parts(16_246_000, 0) + .saturating_add(Weight::from_parts(0, 10129)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -182,8 +182,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `233` // Estimated: `10133` // Minimum execution time: 15_799 nanoseconds. - Weight::from_ref_time(16_232_000) - .saturating_add(Weight::from_proof_size(10133)) + Weight::from_parts(16_232_000, 0) + .saturating_add(Weight::from_parts(0, 10133)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -194,8 +194,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `12618` // Minimum execution time: 18_584 nanoseconds. - Weight::from_ref_time(19_031_000) - .saturating_add(Weight::from_proof_size(12618)) + Weight::from_parts(19_031_000, 0) + .saturating_add(Weight::from_parts(0, 12618)) .saturating_add(T::DbWeight::get().reads(5)) } /// Storage: XcmPallet VersionNotifyTargets (r:2 w:1) @@ -215,8 +215,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `239` // Estimated: `14799` // Minimum execution time: 33_133 nanoseconds. - Weight::from_ref_time(33_402_000) - .saturating_add(Weight::from_proof_size(14799)) + Weight::from_parts(33_402_000, 0) + .saturating_add(Weight::from_parts(0, 14799)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -227,8 +227,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `272` // Estimated: `7697` // Minimum execution time: 8_589 nanoseconds. - Weight::from_ref_time(8_837_000) - .saturating_add(Weight::from_proof_size(7697)) + Weight::from_parts(8_837_000, 0) + .saturating_add(Weight::from_parts(0, 7697)) .saturating_add(T::DbWeight::get().reads(3)) } /// Storage: XcmPallet VersionNotifyTargets (r:4 w:2) @@ -238,8 +238,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `240` // Estimated: `10140` // Minimum execution time: 16_573 nanoseconds. - Weight::from_ref_time(17_162_000) - .saturating_add(Weight::from_proof_size(10140)) + Weight::from_parts(17_162_000, 0) + .saturating_add(Weight::from_parts(0, 10140)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -260,8 +260,8 @@ impl pallet_xcm::WeightInfo for WeightInfo { // Measured: `243` // Estimated: `19773` // Minimum execution time: 39_648 nanoseconds. - Weight::from_ref_time(40_257_000) - .saturating_add(Weight::from_proof_size(19773)) + Weight::from_parts(40_257_000, 0) + .saturating_add(Weight::from_parts(0, 19773)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } diff --git a/runtime/westend/src/weights/runtime_common_auctions.rs b/runtime/westend/src/weights/runtime_common_auctions.rs index 9ac6d4dcc8d9..7e361e924e0d 100644 --- a/runtime/westend/src/weights/runtime_common_auctions.rs +++ b/runtime/westend/src/weights/runtime_common_auctions.rs @@ -54,8 +54,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `4` // Estimated: `1002` // Minimum execution time: 12_271 nanoseconds. - Weight::from_ref_time(12_608_000) - .saturating_add(Weight::from_proof_size(1002)) + Weight::from_parts(12_608_000, 0) + .saturating_add(Weight::from_parts(0, 1002)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -78,8 +78,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `635` // Estimated: `19290` // Minimum execution time: 69_074 nanoseconds. - Weight::from_ref_time(70_726_000) - .saturating_add(Weight::from_proof_size(19290)) + Weight::from_parts(70_726_000, 0) + .saturating_add(Weight::from_parts(0, 19290)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -112,8 +112,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `7060429` // Estimated: `51338925` // Minimum execution time: 16_090_025 nanoseconds. - Weight::from_ref_time(16_438_002_000) - .saturating_add(Weight::from_proof_size(51338925)) + Weight::from_parts(16_438_002_000, 0) + .saturating_add(Weight::from_parts(0, 51338925)) .saturating_add(T::DbWeight::get().reads(3688)) .saturating_add(T::DbWeight::get().writes(3683)) } @@ -130,8 +130,8 @@ impl runtime_common::auctions::WeightInfo for WeightInf // Measured: `178884` // Estimated: `16009503` // Minimum execution time: 4_773_572 nanoseconds. - Weight::from_ref_time(4_870_970_000) - .saturating_add(Weight::from_proof_size(16009503)) + Weight::from_parts(4_870_970_000, 0) + .saturating_add(Weight::from_parts(0, 16009503)) .saturating_add(T::DbWeight::get().reads(3673)) .saturating_add(T::DbWeight::get().writes(3673)) } diff --git a/runtime/westend/src/weights/runtime_common_crowdloan.rs b/runtime/westend/src/weights/runtime_common_crowdloan.rs index cdf99c99eaa2..153efd6f08cc 100644 --- a/runtime/westend/src/weights/runtime_common_crowdloan.rs +++ b/runtime/westend/src/weights/runtime_common_crowdloan.rs @@ -58,8 +58,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `418` // Estimated: `9592` // Minimum execution time: 39_590 nanoseconds. - Weight::from_ref_time(40_531_000) - .saturating_add(Weight::from_proof_size(9592)) + Weight::from_parts(40_531_000, 0) + .saturating_add(Weight::from_parts(0, 9592)) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -84,8 +84,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `368` // Estimated: `13872` // Minimum execution time: 111_368 nanoseconds. - Weight::from_ref_time(112_815_000) - .saturating_add(Weight::from_proof_size(13872)) + Weight::from_parts(112_815_000, 0) + .saturating_add(Weight::from_parts(0, 13872)) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -102,8 +102,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `786` // Estimated: `12239` // Minimum execution time: 57_399 nanoseconds. - Weight::from_ref_time(58_224_000) - .saturating_add(Weight::from_proof_size(12239)) + Weight::from_parts(58_224_000, 0) + .saturating_add(Weight::from_parts(0, 12239)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -115,15 +115,15 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `236 + k * (220 ±0)` // Estimated: `256 + k * (221 ±0)` // Minimum execution time: 40_233 nanoseconds. - Weight::from_ref_time(54_026_000) - .saturating_add(Weight::from_proof_size(256)) + Weight::from_parts(54_026_000, 0) + .saturating_add(Weight::from_parts(0, 256)) // Standard Error: 13_085 - .saturating_add(Weight::from_ref_time(22_927_324).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(22_927_324, 0).saturating_mul(k.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(k.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(k.into()))) - .saturating_add(Weight::from_proof_size(221).saturating_mul(k.into())) + .saturating_add(Weight::from_parts(0, 221).saturating_mul(k.into())) } /// Storage: Crowdloan Funds (r:1 w:1) /// Proof Skipped: Crowdloan Funds (max_values: None, max_size: None, mode: Measured) @@ -134,8 +134,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `439` // Estimated: `5517` // Minimum execution time: 29_857 nanoseconds. - Weight::from_ref_time(30_340_000) - .saturating_add(Weight::from_proof_size(5517)) + Weight::from_parts(30_340_000, 0) + .saturating_add(Weight::from_parts(0, 5517)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -146,8 +146,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `267` // Estimated: `2742` // Minimum execution time: 17_245 nanoseconds. - Weight::from_ref_time(17_847_000) - .saturating_add(Weight::from_proof_size(2742)) + Weight::from_parts(17_847_000, 0) + .saturating_add(Weight::from_parts(0, 2742)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,8 +160,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `444` // Estimated: `5838` // Minimum execution time: 24_929 nanoseconds. - Weight::from_ref_time(25_462_000) - .saturating_add(Weight::from_proof_size(5838)) + Weight::from_parts(25_462_000, 0) + .saturating_add(Weight::from_parts(0, 5838)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -174,8 +174,8 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `271` // Estimated: `3512` // Minimum execution time: 17_200 nanoseconds. - Weight::from_ref_time(17_776_000) - .saturating_add(Weight::from_proof_size(3512)) + Weight::from_parts(17_776_000, 0) + .saturating_add(Weight::from_parts(0, 3512)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -205,14 +205,14 @@ impl runtime_common::crowdloan::WeightInfo for WeightIn // Measured: `118 + n * (420 ±0)` // Estimated: `6947 + n * (14663 ±0)` // Minimum execution time: 114_121 nanoseconds. - Weight::from_ref_time(116_551_000) - .saturating_add(Weight::from_proof_size(6947)) + Weight::from_parts(116_551_000, 0) + .saturating_add(Weight::from_parts(0, 6947)) // Standard Error: 47_770 - .saturating_add(Weight::from_ref_time(50_697_962).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(50_697_962, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(n.into()))) .saturating_add(T::DbWeight::get().writes(3)) .saturating_add(T::DbWeight::get().writes((2_u64).saturating_mul(n.into()))) - .saturating_add(Weight::from_proof_size(14663).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 14663).saturating_mul(n.into())) } } diff --git a/runtime/westend/src/weights/runtime_common_paras_registrar.rs b/runtime/westend/src/weights/runtime_common_paras_registrar.rs index 4906c5d9e65d..1d3521fb650a 100644 --- a/runtime/westend/src/weights/runtime_common_paras_registrar.rs +++ b/runtime/westend/src/weights/runtime_common_paras_registrar.rs @@ -56,8 +56,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `97` // Estimated: `5736` // Minimum execution time: 27_616 nanoseconds. - Weight::from_ref_time(28_197_000) - .saturating_add(Weight::from_proof_size(5736)) + Weight::from_parts(28_197_000, 0) + .saturating_add(Weight::from_parts(0, 5736)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -84,8 +84,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `302` // Estimated: `18063` // Minimum execution time: 7_577_009 nanoseconds. - Weight::from_ref_time(7_620_824_000) - .saturating_add(Weight::from_proof_size(18063)) + Weight::from_parts(7_620_824_000, 0) + .saturating_add(Weight::from_parts(0, 18063)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -112,8 +112,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `187` // Estimated: `17028` // Minimum execution time: 7_373_489 nanoseconds. - Weight::from_ref_time(7_488_705_000) - .saturating_add(Weight::from_proof_size(17028)) + Weight::from_parts(7_488_705_000, 0) + .saturating_add(Weight::from_parts(0, 17028)) .saturating_add(T::DbWeight::get().reads(7)) .saturating_add(T::DbWeight::get().writes(7)) } @@ -134,8 +134,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `467` // Estimated: `13197` // Minimum execution time: 41_183 nanoseconds. - Weight::from_ref_time(41_974_000) - .saturating_add(Weight::from_proof_size(13197)) + Weight::from_parts(41_974_000, 0) + .saturating_add(Weight::from_parts(0, 13197)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -158,8 +158,8 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `668` // Estimated: `27446` // Minimum execution time: 45_991 nanoseconds. - Weight::from_ref_time(47_156_000) - .saturating_add(Weight::from_proof_size(27446)) + Weight::from_parts(47_156_000, 0) + .saturating_add(Weight::from_parts(0, 27446)) .saturating_add(T::DbWeight::get().reads(10)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -189,10 +189,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `28` // Estimated: `16615` // Minimum execution time: 39_149 nanoseconds. - Weight::from_ref_time(39_522_000) - .saturating_add(Weight::from_proof_size(16615)) + Weight::from_parts(39_522_000, 0) + .saturating_add(Weight::from_parts(0, 16615)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_325).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(2_325, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -204,10 +204,10 @@ impl runtime_common::paras_registrar::WeightInfo for We // Measured: `0` // Estimated: `0` // Minimum execution time: 9_032 nanoseconds. - Weight::from_ref_time(9_110_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(9_110_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(919).saturating_mul(b.into())) + .saturating_add(Weight::from_parts(919, 0).saturating_mul(b.into())) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_common_slots.rs b/runtime/westend/src/weights/runtime_common_slots.rs index 95c9f519ef78..3cf478488fe1 100644 --- a/runtime/westend/src/weights/runtime_common_slots.rs +++ b/runtime/westend/src/weights/runtime_common_slots.rs @@ -54,8 +54,8 @@ impl runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_common::slots::WeightInfo for WeightInfo runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_185 nanoseconds. - Weight::from_ref_time(9_492_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_492_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -72,8 +72,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_350 nanoseconds. - Weight::from_ref_time(9_740_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_740_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -88,8 +88,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_462 nanoseconds. - Weight::from_ref_time(9_762_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_762_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -104,8 +104,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_576 nanoseconds. - Weight::from_ref_time(9_879_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_879_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -116,8 +116,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `0` // Estimated: `0` // Minimum execution time: 2_000_000_000 nanoseconds. - Weight::from_ref_time(2_000_000_000_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_000_000_000_000, 0) + .saturating_add(Weight::from_parts(0, 0)) } /// Storage: Configuration PendingConfigs (r:1 w:1) /// Proof Skipped: Configuration PendingConfigs (max_values: Some(1), max_size: None, mode: Measured) @@ -130,8 +130,8 @@ impl runtime_parachains::configuration::WeightInfo for // Measured: `90` // Estimated: `1755` // Minimum execution time: 9_608 nanoseconds. - Weight::from_ref_time(9_928_000) - .saturating_add(Weight::from_proof_size(1755)) + Weight::from_parts(9_928_000, 0) + .saturating_add(Weight::from_parts(0, 1755)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes.rs b/runtime/westend/src/weights/runtime_parachains_disputes.rs index cb21a4eeab0a..a88572031855 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes.rs @@ -52,8 +52,8 @@ impl runtime_parachains::disputes::WeightInfo for Weigh // Measured: `0` // Estimated: `0` // Minimum execution time: 2_740 nanoseconds. - Weight::from_ref_time(2_842_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(2_842_000, 0) + .saturating_add(Weight::from_parts(0, 0)) .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs index ca308225089c..dff2360419e8 100644 --- a/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs +++ b/runtime/westend/src/weights/runtime_parachains_disputes_slashing.rs @@ -85,12 +85,12 @@ impl runtime_parachains::disputes::slashing::WeightInfo // Measured: `4631 + n * (209 ±0)` // Estimated: `77841 + n * (2317 ±0)` // Minimum execution time: 86_772 nanoseconds. - Weight::from_ref_time(124_398_343) - .saturating_add(Weight::from_proof_size(77841)) + Weight::from_parts(124_398_343, 0) + .saturating_add(Weight::from_parts(0, 77841)) // Standard Error: 3_624 - .saturating_add(Weight::from_ref_time(361_232).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(361_232, 0).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(17)) .saturating_add(T::DbWeight::get().writes(9)) - .saturating_add(Weight::from_proof_size(2317).saturating_mul(n.into())) + .saturating_add(Weight::from_parts(0, 2317).saturating_mul(n.into())) } } diff --git a/runtime/westend/src/weights/runtime_parachains_hrmp.rs b/runtime/westend/src/weights/runtime_parachains_hrmp.rs index a8d900f3f59c..6064c686b1d4 100644 --- a/runtime/westend/src/weights/runtime_parachains_hrmp.rs +++ b/runtime/westend/src/weights/runtime_parachains_hrmp.rs @@ -66,8 +66,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307` // Estimated: `22751` // Minimum execution time: 35_099 nanoseconds. - Weight::from_ref_time(35_616_000) - .saturating_add(Weight::from_proof_size(22751)) + Weight::from_parts(35_616_000, 0) + .saturating_add(Weight::from_parts(0, 22751)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } @@ -88,8 +88,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `453` // Estimated: `17568` // Minimum execution time: 32_216 nanoseconds. - Weight::from_ref_time(32_725_000) - .saturating_add(Weight::from_proof_size(17568)) + Weight::from_parts(32_725_000, 0) + .saturating_add(Weight::from_parts(0, 17568)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -108,8 +108,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `270` // Estimated: `11745` // Minimum execution time: 27_964 nanoseconds. - Weight::from_ref_time(28_273_000) - .saturating_add(Weight::from_proof_size(11745)) + Weight::from_parts(28_273_000, 0) + .saturating_add(Weight::from_parts(0, 11745)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -132,20 +132,20 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `215 + i * (131 ±0) + e * (131 ±0)` // Estimated: `6120 + i * (5742 ±0) + e * (5736 ±0)` // Minimum execution time: 1_079_349 nanoseconds. - Weight::from_ref_time(1_082_875_000) - .saturating_add(Weight::from_proof_size(6120)) + Weight::from_parts(1_082_875_000, 0) + .saturating_add(Weight::from_parts(0, 6120)) // Standard Error: 96_221 - .saturating_add(Weight::from_ref_time(3_166_230).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(3_166_230, 0).saturating_mul(i.into())) // Standard Error: 96_221 - .saturating_add(Weight::from_ref_time(3_268_684).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(3_268_684, 0).saturating_mul(e.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().reads((2_u64).saturating_mul(e.into()))) .saturating_add(T::DbWeight::get().writes(4)) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into()))) .saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(e.into()))) - .saturating_add(Weight::from_proof_size(5742).saturating_mul(i.into())) - .saturating_add(Weight::from_proof_size(5736).saturating_mul(e.into())) + .saturating_add(Weight::from_parts(0, 5742).saturating_mul(i.into())) + .saturating_add(Weight::from_parts(0, 5736).saturating_mul(e.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -169,15 +169,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `427 + c * (166 ±0)` // Estimated: `3804 + c * (18661 ±0)` // Minimum execution time: 6_079 nanoseconds. - Weight::from_ref_time(2_963_503) - .saturating_add(Weight::from_proof_size(3804)) + Weight::from_parts(2_963_503, 0) + .saturating_add(Weight::from_parts(0, 3804)) // Standard Error: 16_012 - .saturating_add(Weight::from_ref_time(18_835_466).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(18_835_466, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((6_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(18661).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 18661).saturating_mul(c.into())) } /// Storage: Hrmp HrmpCloseChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpCloseChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -197,15 +197,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `268 + c * (155 ±0)` // Estimated: `1998 + c * (8361 ±0)` // Minimum execution time: 4_900 nanoseconds. - Weight::from_ref_time(1_670_034) - .saturating_add(Weight::from_proof_size(1998)) + Weight::from_parts(1_670_034, 0) + .saturating_add(Weight::from_parts(0, 1998)) // Standard Error: 11_256 - .saturating_add(Weight::from_ref_time(11_514_950).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(11_514_950, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((3_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((5_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(8361).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 8361).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -219,13 +219,13 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `983 + c * (13 ±0)` // Estimated: `7794 + c * (45 ±0)` // Minimum execution time: 20_543 nanoseconds. - Weight::from_ref_time(26_343_259) - .saturating_add(Weight::from_proof_size(7794)) + Weight::from_parts(26_343_259, 0) + .saturating_add(Weight::from_parts(0, 7794)) // Standard Error: 1_548 - .saturating_add(Weight::from_ref_time(69_766).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(69_766, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(3)) - .saturating_add(Weight::from_proof_size(45).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 45).saturating_mul(c.into())) } /// Storage: Hrmp HrmpOpenChannelRequestsList (r:1 w:1) /// Proof Skipped: Hrmp HrmpOpenChannelRequestsList (max_values: Some(1), max_size: None, mode: Measured) @@ -237,15 +237,15 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `178 + c * (94 ±0)` // Estimated: `834 + c * (2664 ±0)` // Minimum execution time: 4_088 nanoseconds. - Weight::from_ref_time(3_216_089) - .saturating_add(Weight::from_proof_size(834)) + Weight::from_parts(3_216_089, 0) + .saturating_add(Weight::from_parts(0, 834)) // Standard Error: 3_010 - .saturating_add(Weight::from_ref_time(3_078_715).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(3_078_715, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(c.into()))) .saturating_add(T::DbWeight::get().writes(1)) .saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(c.into()))) - .saturating_add(Weight::from_proof_size(2664).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(0, 2664).saturating_mul(c.into())) } /// Storage: Paras ParaLifecycles (r:2 w:0) /// Proof Skipped: Paras ParaLifecycles (max_values: None, max_size: None, mode: Measured) @@ -272,8 +272,8 @@ impl runtime_parachains::hrmp::WeightInfo for WeightInf // Measured: `307` // Estimated: `33265` // Minimum execution time: 48_862 nanoseconds. - Weight::from_ref_time(49_253_000) - .saturating_add(Weight::from_proof_size(33265)) + Weight::from_parts(49_253_000, 0) + .saturating_add(Weight::from_parts(0, 33265)) .saturating_add(T::DbWeight::get().reads(13)) .saturating_add(T::DbWeight::get().writes(8)) } diff --git a/runtime/westend/src/weights/runtime_parachains_initializer.rs b/runtime/westend/src/weights/runtime_parachains_initializer.rs index 7c47b4031210..afd61786f5cf 100644 --- a/runtime/westend/src/weights/runtime_parachains_initializer.rs +++ b/runtime/westend/src/weights/runtime_parachains_initializer.rs @@ -53,12 +53,12 @@ impl runtime_parachains::initializer::WeightInfo for We // Measured: `28 + d * (11 ±0)` // Estimated: `519 + d * (11 ±0)` // Minimum execution time: 3_562 nanoseconds. - Weight::from_ref_time(5_936_312) - .saturating_add(Weight::from_proof_size(519)) + Weight::from_parts(5_936_312, 0) + .saturating_add(Weight::from_parts(0, 519)) // Standard Error: 4 - .saturating_add(Weight::from_ref_time(1_313).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(1_313, 0).saturating_mul(d.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) - .saturating_add(Weight::from_proof_size(11).saturating_mul(d.into())) + .saturating_add(Weight::from_parts(0, 11).saturating_mul(d.into())) } } diff --git a/runtime/westend/src/weights/runtime_parachains_paras.rs b/runtime/westend/src/weights/runtime_parachains_paras.rs index 8bafed452f11..eecefa63568e 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras.rs @@ -63,10 +63,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `8341` // Estimated: `57966` // Minimum execution time: 32_871 nanoseconds. - Weight::from_ref_time(33_099_000) - .saturating_add(Weight::from_proof_size(57966)) + Weight::from_parts(33_099_000, 0) + .saturating_add(Weight::from_parts(0, 57966)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_313).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_313, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(4)) .saturating_add(T::DbWeight::get().writes(6)) } @@ -78,10 +78,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `0` // Estimated: `0` // Minimum execution time: 8_008 nanoseconds. - Weight::from_ref_time(8_206_000) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(8_206_000, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(921).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(921, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: Paras FutureCodeHash (r:1 w:1) @@ -110,10 +110,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `16526` // Estimated: `179120` // Minimum execution time: 57_920 nanoseconds. - Weight::from_ref_time(58_255_000) - .saturating_add(Weight::from_proof_size(179120)) + Weight::from_parts(58_255_000, 0) + .saturating_add(Weight::from_parts(0, 179120)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_337).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_337, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(8)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -129,10 +129,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `95` // Estimated: `2760` // Minimum execution time: 13_669 nanoseconds. - Weight::from_ref_time(13_872_000) - .saturating_add(Weight::from_proof_size(2760)) + Weight::from_parts(13_872_000, 0) + .saturating_add(Weight::from_parts(0, 2760)) // Standard Error: 2 - .saturating_add(Weight::from_ref_time(917).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(917, 0).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -145,8 +145,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `4283` // Estimated: `11536` // Minimum execution time: 19_437 nanoseconds. - Weight::from_ref_time(20_010_000) - .saturating_add(Weight::from_proof_size(11536)) + Weight::from_parts(20_010_000, 0) + .saturating_add(Weight::from_parts(0, 11536)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -160,10 +160,10 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `5006` // Minimum execution time: 7_714 nanoseconds. - Weight::from_ref_time(7_825_000) - .saturating_add(Weight::from_proof_size(5006)) + Weight::from_parts(7_825_000, 0) + .saturating_add(Weight::from_parts(0, 5006)) // Standard Error: 1 - .saturating_add(Weight::from_ref_time(2_320).saturating_mul(c.into())) + .saturating_add(Weight::from_parts(2_320, 0).saturating_mul(c.into())) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -176,8 +176,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `28` // Estimated: `2531` // Minimum execution time: 5_518 nanoseconds. - Weight::from_ref_time(5_683_000) - .saturating_add(Weight::from_proof_size(2531)) + Weight::from_parts(5_683_000, 0) + .saturating_add(Weight::from_parts(0, 2531)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -192,8 +192,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 87_670 nanoseconds. - Weight::from_ref_time(90_517_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(90_517_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -216,8 +216,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27295` // Estimated: `196015` // Minimum execution time: 803_005 nanoseconds. - Weight::from_ref_time(811_058_000) - .saturating_add(Weight::from_proof_size(196015)) + Weight::from_parts(811_058_000, 0) + .saturating_add(Weight::from_parts(0, 196015)) .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(104)) } @@ -232,8 +232,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `27241` // Estimated: `85188` // Minimum execution time: 87_231 nanoseconds. - Weight::from_ref_time(87_949_000) - .saturating_add(Weight::from_proof_size(85188)) + Weight::from_parts(87_949_000, 0) + .saturating_add(Weight::from_parts(0, 85188)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } @@ -252,8 +252,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26763` // Estimated: `140250` // Minimum execution time: 636_356 nanoseconds. - Weight::from_ref_time(641_339_000) - .saturating_add(Weight::from_proof_size(140250)) + Weight::from_parts(641_339_000, 0) + .saturating_add(Weight::from_parts(0, 140250)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(3)) } @@ -268,8 +268,8 @@ impl runtime_parachains::paras::WeightInfo for WeightIn // Measured: `26709` // Estimated: `83592` // Minimum execution time: 86_178 nanoseconds. - Weight::from_ref_time(87_400_000) - .saturating_add(Weight::from_proof_size(83592)) + Weight::from_parts(87_400_000, 0) + .saturating_add(Weight::from_parts(0, 83592)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } diff --git a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs index 9ec661c13337..ecc483cb0dbb 100644 --- a/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs +++ b/runtime/westend/src/weights/runtime_parachains_paras_inherent.rs @@ -113,13 +113,13 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `50844` // Estimated: `1459401 + v * (16 ±0)` // Minimum execution time: 792_123 nanoseconds. - Weight::from_ref_time(317_232_240) - .saturating_add(Weight::from_proof_size(1459401)) + Weight::from_parts(317_232_240, 0) + .saturating_add(Weight::from_parts(0, 1459401)) // Standard Error: 31_502 - .saturating_add(Weight::from_ref_time(48_212_479).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(48_212_479, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(28)) .saturating_add(T::DbWeight::get().writes(16)) - .saturating_add(Weight::from_proof_size(16).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(0, 16).saturating_mul(v.into())) } /// Storage: ParaInherent Included (r:1 w:1) /// Proof Skipped: ParaInherent Included (max_values: Some(1), max_size: None, mode: Measured) @@ -186,8 +186,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42647` // Estimated: `1182237` // Minimum execution time: 346_395 nanoseconds. - Weight::from_ref_time(352_253_000) - .saturating_add(Weight::from_proof_size(1182237)) + Weight::from_parts(352_253_000, 0) + .saturating_add(Weight::from_parts(0, 1182237)) .saturating_add(T::DbWeight::get().reads(26)) .saturating_add(T::DbWeight::get().writes(17)) } @@ -259,10 +259,10 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42678` // Estimated: `1233177` // Minimum execution time: 5_650_864 nanoseconds. - Weight::from_ref_time(912_498_037) - .saturating_add(Weight::from_proof_size(1233177)) + Weight::from_parts(912_498_037, 0) + .saturating_add(Weight::from_parts(0, 1233177)) // Standard Error: 44_727 - .saturating_add(Weight::from_ref_time(47_405_991).saturating_mul(v.into())) + .saturating_add(Weight::from_parts(47_405_991, 0).saturating_mul(v.into())) .saturating_add(T::DbWeight::get().reads(29)) .saturating_add(T::DbWeight::get().writes(16)) } @@ -337,8 +337,8 @@ impl runtime_parachains::paras_inherent::WeightInfo for // Measured: `42705` // Estimated: `1324293` // Minimum execution time: 38_692_756 nanoseconds. - Weight::from_ref_time(38_855_318_000) - .saturating_add(Weight::from_proof_size(1324293)) + Weight::from_parts(38_855_318_000, 0) + .saturating_add(Weight::from_parts(0, 1324293)) .saturating_add(T::DbWeight::get().reads(31)) .saturating_add(T::DbWeight::get().writes(16)) } diff --git a/runtime/westend/src/weights/runtime_parachains_ump.rs b/runtime/westend/src/weights/runtime_parachains_ump.rs index c76a14b15b2a..89cdc435394b 100644 --- a/runtime/westend/src/weights/runtime_parachains_ump.rs +++ b/runtime/westend/src/weights/runtime_parachains_ump.rs @@ -51,10 +51,10 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `0` // Estimated: `0` // Minimum execution time: 6_303 nanoseconds. - Weight::from_ref_time(680_036) - .saturating_add(Weight::from_proof_size(0)) + Weight::from_parts(680_036, 0) + .saturating_add(Weight::from_parts(0, 0)) // Standard Error: 11 - .saturating_add(Weight::from_ref_time(1_902).saturating_mul(s.into())) + .saturating_add(Weight::from_parts(1_902, 0).saturating_mul(s.into())) } /// Storage: Ump NeedsDispatch (r:1 w:1) /// Proof Skipped: Ump NeedsDispatch (max_values: Some(1), max_size: None, mode: Measured) @@ -69,8 +69,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `238` // Estimated: `1942` // Minimum execution time: 9_313 nanoseconds. - Weight::from_ref_time(9_573_000) - .saturating_add(Weight::from_proof_size(1942)) + Weight::from_parts(9_573_000, 0) + .saturating_add(Weight::from_parts(0, 1942)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(4)) } @@ -83,8 +83,8 @@ impl runtime_parachains::ump::WeightInfo for WeightInfo // Measured: `223` // Estimated: `3197` // Minimum execution time: 23_606 nanoseconds. - Weight::from_ref_time(24_025_000) - .saturating_add(Weight::from_proof_size(3197)) + Weight::from_parts(24_025_000, 0) + .saturating_add(Weight::from_parts(0, 3197)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(2)) } diff --git a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs index 5a5426efd57f..8d44819907b8 100644 --- a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs +++ b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_fungible.rs @@ -47,13 +47,13 @@ pub struct WeightInfo(PhantomData); impl WeightInfo { // Storage: System Account (r:1 w:1) pub(crate) fn withdraw_asset() -> Weight { - Weight::from_ref_time(20_308_000 as u64) + Weight::from_parts(20_308_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:2 w:2) pub(crate) fn transfer_asset() -> Weight { - Weight::from_ref_time(32_193_000 as u64) + Weight::from_parts(32_193_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(2 as u64)) .saturating_add(T::DbWeight::get().writes(2 as u64)) } @@ -64,23 +64,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn transfer_reserve_asset() -> Weight { - Weight::from_ref_time(50_731_000 as u64) + Weight::from_parts(50_731_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(7 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: Benchmark Override (r:0 w:0) pub(crate) fn reserve_asset_deposited() -> Weight { - Weight::from_ref_time(2_000_000_000_000 as u64) + Weight::from_parts(2_000_000_000_000 as u64, 0) } // Storage: System Account (r:1 w:1) pub(crate) fn receive_teleported_asset() -> Weight { - Weight::from_ref_time(19_622_000 as u64) + Weight::from_parts(19_622_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: System Account (r:1 w:1) pub(crate) fn deposit_asset() -> Weight { - Weight::from_ref_time(22_433_000 as u64) + Weight::from_parts(22_433_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } @@ -91,7 +91,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn deposit_reserve_asset() -> Weight { - Weight::from_ref_time(41_765_000 as u64) + Weight::from_parts(41_765_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } @@ -102,7 +102,7 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) // Storage: Dmp DownwardMessageQueues (r:1 w:1) pub(crate) fn initiate_teleport() -> Weight { - Weight::from_ref_time(41_204_000 as u64) + Weight::from_parts(41_204_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } diff --git a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs index d9efb10d702d..119b8b4bc7e9 100644 --- a/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs +++ b/runtime/westend/src/weights/xcm/pallet_xcm_benchmarks_generic.rs @@ -53,38 +53,38 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn report_holding() -> Weight { - Weight::from_ref_time(34_089_000 as u64) + Weight::from_parts(34_089_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn buy_execution() -> Weight { - Weight::from_ref_time(5_751_000 as u64) + Weight::from_parts(5_751_000 as u64, 0) } // Storage: XcmPallet Queries (r:1 w:0) pub(crate) fn query_response() -> Weight { - Weight::from_ref_time(17_938_000 as u64) + Weight::from_parts(17_938_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) } pub(crate) fn transact() -> Weight { - Weight::from_ref_time(20_699_000 as u64) + Weight::from_parts(20_699_000 as u64, 0) } pub(crate) fn refund_surplus() -> Weight { - Weight::from_ref_time(6_077_000 as u64) + Weight::from_parts(6_077_000 as u64, 0) } pub(crate) fn set_error_handler() -> Weight { - Weight::from_ref_time(5_747_000 as u64) + Weight::from_parts(5_747_000 as u64, 0) } pub(crate) fn set_appendix() -> Weight { - Weight::from_ref_time(5_837_000 as u64) + Weight::from_parts(5_837_000 as u64, 0) } pub(crate) fn clear_error() -> Weight { - Weight::from_ref_time(5_712_000 as u64) + Weight::from_parts(5_712_000 as u64, 0) } pub(crate) fn descend_origin() -> Weight { - Weight::from_ref_time(6_471_000 as u64) + Weight::from_parts(6_471_000 as u64, 0) } pub(crate) fn clear_origin() -> Weight { - Weight::from_ref_time(5_725_000 as u64) + Weight::from_parts(5_725_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -92,18 +92,18 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn report_error() -> Weight { - Weight::from_ref_time(29_975_000 as u64) + Weight::from_parts(29_975_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } // Storage: XcmPallet AssetTraps (r:1 w:1) pub(crate) fn claim_asset() -> Weight { - Weight::from_ref_time(21_598_000 as u64) + Weight::from_parts(21_598_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } pub(crate) fn trap() -> Weight { - Weight::from_ref_time(5_665_000 as u64) + Weight::from_parts(5_665_000 as u64, 0) } // Storage: XcmPallet VersionNotifyTargets (r:1 w:1) // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -112,13 +112,13 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn subscribe_version() -> Weight { - Weight::from_ref_time(38_343_000 as u64) + Weight::from_parts(38_343_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(6 as u64)) .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: XcmPallet VersionNotifyTargets (r:0 w:1) pub(crate) fn unsubscribe_version() -> Weight { - Weight::from_ref_time(8_353_000 as u64) + Weight::from_parts(8_353_000 as u64, 0) .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: XcmPallet SupportedVersion (r:1 w:0) @@ -127,24 +127,24 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn initiate_reserve_withdraw() -> Weight { - Weight::from_ref_time(33_100_000 as u64) + Weight::from_parts(33_100_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn burn_asset() -> Weight { - Weight::from_ref_time(7_259_000 as u64) + Weight::from_parts(7_259_000 as u64, 0) } pub(crate) fn expect_asset() -> Weight { - Weight::from_ref_time(5_848_000 as u64) + Weight::from_parts(5_848_000 as u64, 0) } pub(crate) fn expect_origin() -> Weight { - Weight::from_ref_time(5_787_000 as u64) + Weight::from_parts(5_787_000 as u64, 0) } pub(crate) fn expect_error() -> Weight { - Weight::from_ref_time(5_775_000 as u64) + Weight::from_parts(5_775_000 as u64, 0) } pub(crate) fn expect_transact_status() -> Weight { - Weight::from_ref_time(5_775_000 as u64) + Weight::from_parts(5_775_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -152,12 +152,12 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn query_pallet() -> Weight { - Weight::from_ref_time(34_846_000 as u64) + Weight::from_parts(34_846_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn expect_pallet() -> Weight { - Weight::from_ref_time(8_844_000 as u64) + Weight::from_parts(8_844_000 as u64, 0) } // Storage: XcmPallet SupportedVersion (r:1 w:0) // Storage: XcmPallet VersionDiscoveryQueue (r:1 w:1) @@ -165,23 +165,23 @@ impl WeightInfo { // Storage: Dmp DownwardMessageQueues (r:1 w:1) // Storage: Dmp DownwardMessageQueueHeads (r:1 w:1) pub(crate) fn report_transact_status() -> Weight { - Weight::from_ref_time(50_256_000 as u64) + Weight::from_parts(50_256_000 as u64, 0) .saturating_add(T::DbWeight::get().reads(5 as u64)) .saturating_add(T::DbWeight::get().writes(3 as u64)) } pub(crate) fn clear_transact_status() -> Weight { - Weight::from_ref_time(9_959_000 as u64) + Weight::from_parts(9_959_000 as u64, 0) } pub(crate) fn set_topic() -> Weight { - Weight::from_ref_time(10_007_000 as u64) + Weight::from_parts(10_007_000 as u64, 0) } pub(crate) fn clear_topic() -> Weight { - Weight::from_ref_time(8_289_000 as u64) + Weight::from_parts(8_289_000 as u64, 0) } pub(crate) fn set_fees_mode() -> Weight { - Weight::from_ref_time(5_764_000 as u64) + Weight::from_parts(5_764_000 as u64, 0) } pub(crate) fn unpaid_execution() -> Weight { - Weight::from_ref_time(5_924_000 as u64) + Weight::from_parts(5_924_000 as u64, 0) } } diff --git a/xcm/pallet-xcm/src/lib.rs b/xcm/pallet-xcm/src/lib.rs index 323180d2f90a..914c177399cc 100644 --- a/xcm/pallet-xcm/src/lib.rs +++ b/xcm/pallet-xcm/src/lib.rs @@ -79,63 +79,63 @@ pub trait WeightInfo { pub struct TestWeightInfo; impl WeightInfo for TestWeightInfo { fn send() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn teleport_assets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn reserve_transfer_assets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn execute() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_xcm_version() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_default_xcm_version() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_subscribe_version_notify() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn force_unsubscribe_version_notify() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_supported_version() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_version_notifiers() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn already_notified_target() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn notify_current_targets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn notify_target_migration_fail() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_version_notify_targets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } fn migrate_and_notify_old_targets() -> Weight { - Weight::from_ref_time(100_000_000) + Weight::from_parts(100_000_000, 0) } } diff --git a/xcm/src/v2/mod.rs b/xcm/src/v2/mod.rs index 6826bc5580fe..57b851bd62a9 100644 --- a/xcm/src/v2/mod.rs +++ b/xcm/src/v2/mod.rs @@ -912,78 +912,73 @@ impl> GetWeight for Instruction sp_weights::Weight { use Instruction::*; match self { - WithdrawAsset(assets) => sp_weights::Weight::from_ref_time(W::withdraw_asset(assets)), + WithdrawAsset(assets) => sp_weights::Weight::from_parts(W::withdraw_asset(assets), 0), ReserveAssetDeposited(assets) => - sp_weights::Weight::from_ref_time(W::reserve_asset_deposited(assets)), + sp_weights::Weight::from_parts(W::reserve_asset_deposited(assets), 0), ReceiveTeleportedAsset(assets) => - sp_weights::Weight::from_ref_time(W::receive_teleported_asset(assets)), + sp_weights::Weight::from_parts(W::receive_teleported_asset(assets), 0), QueryResponse { query_id, response, max_weight } => - sp_weights::Weight::from_ref_time(W::query_response(query_id, response, max_weight)), + sp_weights::Weight::from_parts(W::query_response(query_id, response, max_weight), 0), TransferAsset { assets, beneficiary } => - sp_weights::Weight::from_ref_time(W::transfer_asset(assets, beneficiary)), + sp_weights::Weight::from_parts(W::transfer_asset(assets, beneficiary), 0), TransferReserveAsset { assets, dest, xcm } => - sp_weights::Weight::from_ref_time(W::transfer_reserve_asset(&assets, dest, xcm)), + sp_weights::Weight::from_parts(W::transfer_reserve_asset(&assets, dest, xcm), 0), Transact { origin_type, require_weight_at_most, call } => - sp_weights::Weight::from_ref_time(W::transact( - origin_type, - require_weight_at_most, - call, - )), + sp_weights::Weight::from_parts( + W::transact(origin_type, require_weight_at_most, call), + 0, + ), HrmpNewChannelOpenRequest { sender, max_message_size, max_capacity } => - sp_weights::Weight::from_ref_time(W::hrmp_new_channel_open_request( - sender, - max_message_size, - max_capacity, - )), + sp_weights::Weight::from_parts( + W::hrmp_new_channel_open_request(sender, max_message_size, max_capacity), + 0, + ), HrmpChannelAccepted { recipient } => - sp_weights::Weight::from_ref_time(W::hrmp_channel_accepted(recipient)), - HrmpChannelClosing { initiator, sender, recipient } => - sp_weights::Weight::from_ref_time(W::hrmp_channel_closing( - initiator, sender, recipient, - )), - ClearOrigin => sp_weights::Weight::from_ref_time(W::clear_origin()), - DescendOrigin(who) => sp_weights::Weight::from_ref_time(W::descend_origin(who)), - ReportError { query_id, dest, max_response_weight } => - sp_weights::Weight::from_ref_time(W::report_error( - query_id, - dest, - max_response_weight, - )), + sp_weights::Weight::from_parts(W::hrmp_channel_accepted(recipient), 0), + HrmpChannelClosing { initiator, sender, recipient } => sp_weights::Weight::from_parts( + W::hrmp_channel_closing(initiator, sender, recipient), + 0, + ), + ClearOrigin => sp_weights::Weight::from_parts(W::clear_origin(), 0), + DescendOrigin(who) => sp_weights::Weight::from_parts(W::descend_origin(who), 0), + ReportError { query_id, dest, max_response_weight } => sp_weights::Weight::from_parts( + W::report_error(query_id, dest, max_response_weight), + 0, + ), DepositAsset { assets, max_assets, beneficiary } => - sp_weights::Weight::from_ref_time(W::deposit_asset(assets, max_assets, beneficiary)), + sp_weights::Weight::from_parts(W::deposit_asset(assets, max_assets, beneficiary), 0), DepositReserveAsset { assets, max_assets, dest, xcm } => - sp_weights::Weight::from_ref_time(W::deposit_reserve_asset( - assets, max_assets, dest, xcm, - )), + sp_weights::Weight::from_parts( + W::deposit_reserve_asset(assets, max_assets, dest, xcm), + 0, + ), ExchangeAsset { give, receive } => - sp_weights::Weight::from_ref_time(W::exchange_asset(give, receive)), - InitiateReserveWithdraw { assets, reserve, xcm } => sp_weights::Weight::from_ref_time( + sp_weights::Weight::from_parts(W::exchange_asset(give, receive), 0), + InitiateReserveWithdraw { assets, reserve, xcm } => sp_weights::Weight::from_parts( W::initiate_reserve_withdraw(assets, reserve, xcm), + 0, ), InitiateTeleport { assets, dest, xcm } => - sp_weights::Weight::from_ref_time(W::initiate_teleport(assets, dest, xcm)), + sp_weights::Weight::from_parts(W::initiate_teleport(assets, dest, xcm), 0), QueryHolding { query_id, dest, assets, max_response_weight } => - sp_weights::Weight::from_ref_time(W::query_holding( - query_id, - dest, - assets, - max_response_weight, - )), + sp_weights::Weight::from_parts( + W::query_holding(query_id, dest, assets, max_response_weight), + 0, + ), BuyExecution { fees, weight_limit } => - sp_weights::Weight::from_ref_time(W::buy_execution(fees, weight_limit)), - RefundSurplus => sp_weights::Weight::from_ref_time(W::refund_surplus()), - SetErrorHandler(xcm) => sp_weights::Weight::from_ref_time(W::set_error_handler(xcm)), - SetAppendix(xcm) => sp_weights::Weight::from_ref_time(W::set_appendix(xcm)), - ClearError => sp_weights::Weight::from_ref_time(W::clear_error()), + sp_weights::Weight::from_parts(W::buy_execution(fees, weight_limit), 0), + RefundSurplus => sp_weights::Weight::from_parts(W::refund_surplus(), 0), + SetErrorHandler(xcm) => sp_weights::Weight::from_parts(W::set_error_handler(xcm), 0), + SetAppendix(xcm) => sp_weights::Weight::from_parts(W::set_appendix(xcm), 0), + ClearError => sp_weights::Weight::from_parts(W::clear_error(), 0), ClaimAsset { assets, ticket } => - sp_weights::Weight::from_ref_time(W::claim_asset(assets, ticket)), - Trap(code) => sp_weights::Weight::from_ref_time(W::trap(code)), - SubscribeVersion { query_id, max_response_weight } => - sp_weights::Weight::from_ref_time(W::subscribe_version( - query_id, - max_response_weight, - )), - UnsubscribeVersion => sp_weights::Weight::from_ref_time(W::unsubscribe_version()), + sp_weights::Weight::from_parts(W::claim_asset(assets, ticket), 0), + Trap(code) => sp_weights::Weight::from_parts(W::trap(code), 0), + SubscribeVersion { query_id, max_response_weight } => sp_weights::Weight::from_parts( + W::subscribe_version(query_id, max_response_weight), + 0, + ), + UnsubscribeVersion => sp_weights::Weight::from_parts(W::unsubscribe_version(), 0), } } } diff --git a/xcm/xcm-simulator/example/src/parachain.rs b/xcm/xcm-simulator/example/src/parachain.rs index e2a5364e9080..d42f862c21ce 100644 --- a/xcm/xcm-simulator/example/src/parachain.rs +++ b/xcm/xcm-simulator/example/src/parachain.rs @@ -163,8 +163,8 @@ impl EnsureOriginWithArg for ForeignCreators { } parameter_types! { - pub const ReservedXcmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); - pub const ReservedDmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); + pub const ReservedXcmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); + pub const ReservedDmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); } parameter_types! { diff --git a/xcm/xcm-simulator/fuzzer/src/parachain.rs b/xcm/xcm-simulator/fuzzer/src/parachain.rs index c2940ef3c513..f1e3f4a6220e 100644 --- a/xcm/xcm-simulator/fuzzer/src/parachain.rs +++ b/xcm/xcm-simulator/fuzzer/src/parachain.rs @@ -97,8 +97,8 @@ impl pallet_balances::Config for Runtime { } parameter_types! { - pub const ReservedXcmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); - pub const ReservedDmpWeight: Weight = Weight::from_ref_time(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4)); + pub const ReservedXcmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); + pub const ReservedDmpWeight: Weight = Weight::from_parts(WEIGHT_REF_TIME_PER_SECOND.saturating_div(4), 0); } parameter_types! { From 66efa23b1170ab5535738e441c66dfde9e59a14a Mon Sep 17 00:00:00 2001 From: Robert Hambrock Date: Fri, 3 Mar 2023 11:56:43 +0100 Subject: [PATCH 2/8] Companion for substrate#13509: bump API versions of {Beefy,Mmr}Api (#6809) * version {Beefy,Mmr}Api * update lockfile for {"substrate"} --- Cargo.lock | 366 +++++++++++++++++++------------------- runtime/rococo/src/lib.rs | 2 + 2 files changed, 185 insertions(+), 183 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 60c047b46b03..4902ee60133a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "hash-db", "log", @@ -2276,7 +2276,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", ] @@ -2299,7 +2299,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-support-procedural", @@ -2324,7 +2324,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "Inflector", "array-bytes", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "log", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "bitflags", "environmental", @@ -2477,7 +2477,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "Inflector", "cfg-expr", @@ -2492,7 +2492,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro2", "quote", @@ -2514,7 +2514,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "log", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "sp-api", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "parity-scale-codec", @@ -2773,7 +2773,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "chrono", "frame-election-provider-support", @@ -4552,7 +4552,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "log", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "anyhow", "jsonrpsee", @@ -5133,7 +5133,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5148,7 +5148,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5178,7 +5178,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5202,7 +5202,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5222,7 +5222,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5256,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5275,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5299,7 +5299,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5317,7 +5317,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5353,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5370,7 +5370,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5388,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5411,7 +5411,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5424,7 +5424,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5442,7 +5442,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5460,7 +5460,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5483,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5499,7 +5499,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5519,7 +5519,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5536,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5553,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5570,7 +5570,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5586,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5602,7 +5602,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5619,7 +5619,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5639,7 +5639,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5650,7 +5650,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5667,7 +5667,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5691,7 +5691,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5708,7 +5708,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5723,7 +5723,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5741,7 +5741,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5756,7 +5756,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5792,7 +5792,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5813,7 +5813,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5829,7 +5829,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5843,7 +5843,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5866,7 +5866,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5877,7 +5877,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "log", "sp-arithmetic", @@ -5886,7 +5886,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "sp-api", @@ -5895,7 +5895,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5912,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5926,7 +5926,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5944,7 +5944,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-support", "frame-system", @@ -5979,7 +5979,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5995,7 +5995,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6007,7 +6007,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -6024,7 +6024,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -6039,7 +6039,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6055,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -6070,7 +6070,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-benchmarking", "frame-support", @@ -8998,7 +8998,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "log", "sp-core", @@ -9009,7 +9009,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -9036,7 +9036,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "futures-timer", @@ -9059,7 +9059,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9074,7 +9074,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9093,7 +9093,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9104,7 +9104,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "chrono", @@ -9144,7 +9144,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "fnv", "futures", @@ -9170,7 +9170,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "hash-db", "kvdb", @@ -9196,7 +9196,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -9221,7 +9221,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "fork-tree", @@ -9260,7 +9260,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "jsonrpsee", @@ -9282,7 +9282,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "async-trait", @@ -9316,7 +9316,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "jsonrpsee", @@ -9335,7 +9335,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9348,7 +9348,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9388,7 +9388,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "finality-grandpa", "futures", @@ -9408,7 +9408,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -9431,7 +9431,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9455,7 +9455,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9468,7 +9468,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "log", "sc-allocator", @@ -9481,7 +9481,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "anyhow", "cfg-if", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ansi_term", "futures", @@ -9514,7 +9514,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "async-trait", @@ -9529,7 +9529,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "async-channel", @@ -9572,7 +9572,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "cid", "futures", @@ -9591,7 +9591,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "bitflags", @@ -9617,7 +9617,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ahash 0.8.2", "futures", @@ -9635,7 +9635,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "futures", @@ -9656,7 +9656,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "async-trait", @@ -9688,7 +9688,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "futures", @@ -9707,7 +9707,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "bytes", @@ -9737,7 +9737,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "libp2p", @@ -9750,7 +9750,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9759,7 +9759,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "jsonrpsee", @@ -9789,7 +9789,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9808,7 +9808,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "http", "jsonrpsee", @@ -9823,7 +9823,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "futures", @@ -9849,7 +9849,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "directories", @@ -9915,7 +9915,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "log", "parity-scale-codec", @@ -9926,7 +9926,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "clap 4.0.15", "fs4", @@ -9942,7 +9942,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9961,7 +9961,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "libc", @@ -9980,7 +9980,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "chrono", "futures", @@ -9999,7 +9999,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ansi_term", "atty", @@ -10030,7 +10030,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10041,7 +10041,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -10068,7 +10068,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -10082,7 +10082,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "backtrace", "futures", @@ -10590,7 +10590,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "hash-db", "log", @@ -10608,7 +10608,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "blake2", "proc-macro-crate", @@ -10620,7 +10620,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -10633,7 +10633,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "integer-sqrt", "num-traits", @@ -10647,7 +10647,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -10660,7 +10660,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "sp-api", @@ -10672,7 +10672,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "log", @@ -10690,7 +10690,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -10705,7 +10705,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "parity-scale-codec", @@ -10723,7 +10723,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "merlin", @@ -10746,7 +10746,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10765,7 +10765,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "finality-grandpa", "log", @@ -10783,7 +10783,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -10795,7 +10795,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -10808,7 +10808,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "base58", @@ -10851,7 +10851,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "blake2", "byteorder", @@ -10865,7 +10865,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro2", "quote", @@ -10876,7 +10876,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10885,7 +10885,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro2", "quote", @@ -10895,7 +10895,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "environmental", "parity-scale-codec", @@ -10906,7 +10906,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10921,7 +10921,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "bytes", "ed25519", @@ -10946,7 +10946,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "lazy_static", "sp-core", @@ -10957,7 +10957,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures", @@ -10974,7 +10974,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "thiserror", "zstd", @@ -10983,7 +10983,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11001,7 +11001,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -11015,7 +11015,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "sp-api", "sp-core", @@ -11025,7 +11025,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "backtrace", "lazy_static", @@ -11035,7 +11035,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "rustc-hash", "serde", @@ -11045,7 +11045,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "either", "hash256-std-hasher", @@ -11067,7 +11067,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11085,7 +11085,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "Inflector", "proc-macro-crate", @@ -11097,7 +11097,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -11111,7 +11111,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -11123,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "hash-db", "log", @@ -11143,12 +11143,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11161,7 +11161,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "futures-timer", @@ -11176,7 +11176,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "sp-std", @@ -11188,7 +11188,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "sp-api", "sp-runtime", @@ -11197,7 +11197,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "log", @@ -11213,7 +11213,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11236,7 +11236,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11253,7 +11253,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11264,7 +11264,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11278,7 +11278,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "parity-scale-codec", "scale-info", @@ -11498,7 +11498,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "platforms", ] @@ -11506,7 +11506,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11525,7 +11525,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "hyper", "log", @@ -11537,7 +11537,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "jsonrpsee", @@ -11550,7 +11550,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "jsonrpsee", "log", @@ -11569,7 +11569,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "array-bytes", "async-trait", @@ -11595,7 +11595,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11605,7 +11605,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11616,7 +11616,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "ansi_term", "build-helper", @@ -12417,7 +12417,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6e81199eac74ce9a7bf3b1c720989031dd9b18a1" +source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" dependencies = [ "async-trait", "clap 4.0.15", diff --git a/runtime/rococo/src/lib.rs b/runtime/rococo/src/lib.rs index 5f9de80e3301..1dec71ba123f 100644 --- a/runtime/rococo/src/lib.rs +++ b/runtime/rococo/src/lib.rs @@ -1772,6 +1772,7 @@ sp_api::impl_runtime_apis! { } } + #[api_version(2)] impl beefy_primitives::BeefyApi for Runtime { fn beefy_genesis() -> Option { Beefy::genesis_block() @@ -1809,6 +1810,7 @@ sp_api::impl_runtime_apis! { } } + #[api_version(2)] impl mmr::MmrApi for Runtime { fn mmr_root() -> Result { Ok(Mmr::mmr_root()) From c75f92ae6d9f30b8a3cdd53ed9de570352a567f9 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 3 Mar 2023 12:14:24 +0100 Subject: [PATCH 3/8] Forgotten re-export for `MatchedConvertedConcreteId` (#6815) --- xcm/xcm-builder/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xcm/xcm-builder/src/lib.rs b/xcm/xcm-builder/src/lib.rs index eaf6d636795e..2379297010a1 100644 --- a/xcm/xcm-builder/src/lib.rs +++ b/xcm/xcm-builder/src/lib.rs @@ -41,7 +41,9 @@ pub use origin_conversion::{ }; mod asset_conversion; -pub use asset_conversion::{AsPrefixedGeneralIndex, ConvertedAbstractId, ConvertedConcreteId}; +pub use asset_conversion::{ + AsPrefixedGeneralIndex, ConvertedAbstractId, ConvertedConcreteId, MatchedConvertedConcreteId, +}; #[allow(deprecated)] pub use asset_conversion::{ConvertedAbstractAssetId, ConvertedConcreteAssetId}; From c10b52e8ba17a2d766e6be627612180bf4693e21 Mon Sep 17 00:00:00 2001 From: Bradley Olson <34992650+BradleyOlson64@users.noreply.github.com> Date: Fri, 3 Mar 2023 03:17:17 -0800 Subject: [PATCH 4/8] Removing Outdated References to Misbehavior Arbitration Subsystem (#6814) * Provisioner guide entry update * Removing mentions of misbehavior arbitration sub * fmt --- node/subsystem-types/src/messages.rs | 3 ++- roadmap/implementers-guide/src/SUMMARY.md | 1 - .../src/node/backing/statement-distribution.md | 2 +- .../src/node/utility/misbehavior-arbitration.md | 7 ------- .../implementers-guide/src/node/utility/provisioner.md | 9 ++++++++- .../implementers-guide/src/types/overseer-protocol.md | 3 ++- 6 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 roadmap/implementers-guide/src/node/utility/misbehavior-arbitration.md diff --git a/node/subsystem-types/src/messages.rs b/node/subsystem-types/src/messages.rs index 1acafbd1cfaa..1ef5cea7941a 100644 --- a/node/subsystem-types/src/messages.rs +++ b/node/subsystem-types/src/messages.rs @@ -68,7 +68,8 @@ pub enum CandidateBackingMessage { /// given relay-parent (ref. by hash). This candidate must be validated. Second(Hash, CandidateReceipt, PoV), /// Note a validator's statement about a particular candidate. Disagreements about validity must be escalated - /// to a broader check by Misbehavior Arbitration. Agreements are simply tallied until a quorum is reached. + /// to a broader check by the Disputes Subsystem, though that escalation is deferred until the approval voting + /// stage to guarantee availability. Agreements are simply tallied until a quorum is reached. Statement(Hash, SignedFullStatement), } diff --git a/roadmap/implementers-guide/src/SUMMARY.md b/roadmap/implementers-guide/src/SUMMARY.md index c504b9ac1923..41b52cf2299f 100644 --- a/roadmap/implementers-guide/src/SUMMARY.md +++ b/roadmap/implementers-guide/src/SUMMARY.md @@ -63,7 +63,6 @@ - [Provisioner](node/utility/provisioner.md) - [Network Bridge](node/utility/network-bridge.md) - [Gossip Support](node/utility/gossip-support.md) - - [Misbehavior Arbitration](node/utility/misbehavior-arbitration.md) - [Peer Set Manager](node/utility/peer-set-manager.md) - [Runtime API Requests](node/utility/runtime-api.md) - [Chain API Requests](node/utility/chain-api.md) diff --git a/roadmap/implementers-guide/src/node/backing/statement-distribution.md b/roadmap/implementers-guide/src/node/backing/statement-distribution.md index 39ea1c630d31..4ce3ee518c86 100644 --- a/roadmap/implementers-guide/src/node/backing/statement-distribution.md +++ b/roadmap/implementers-guide/src/node/backing/statement-distribution.md @@ -21,7 +21,7 @@ Output: Implemented as a gossip protocol. Handle updates to our view and peers' views. Neighbor packets are used to inform peers which chain heads we are interested in data for. -It is responsible for distributing signed statements that we have generated and forwarding them, and for detecting a variety of Validator misbehaviors for reporting to [Misbehavior Arbitration](../utility/misbehavior-arbitration.md). During the Backing stage of the inclusion pipeline, it's the main point of contact with peer nodes. On receiving a signed statement from a peer in the same backing group, assuming the peer receipt state machine is in an appropriate state, it sends the Candidate Receipt to the [Candidate Backing subsystem](candidate-backing.md) to handle the validator's statement. On receiving `StatementDistributionMessage::Share` we make sure to send messages to our backing group in addition to random other peers, to ensure a fast backing process and getting all statements quickly for distribution. +It is responsible for distributing signed statements that we have generated and forwarding them, and for detecting a variety of Validator misbehaviors for reporting to the [Provisioner Subsystem](../utility/provisioner.md). During the Backing stage of the inclusion pipeline, it's the main point of contact with peer nodes. On receiving a signed statement from a peer in the same backing group, assuming the peer receipt state machine is in an appropriate state, it sends the Candidate Receipt to the [Candidate Backing subsystem](candidate-backing.md) to handle the validator's statement. On receiving `StatementDistributionMessage::Share` we make sure to send messages to our backing group in addition to random other peers, to ensure a fast backing process and getting all statements quickly for distribution. Track equivocating validators and stop accepting information from them. Establish a data-dependency order: diff --git a/roadmap/implementers-guide/src/node/utility/misbehavior-arbitration.md b/roadmap/implementers-guide/src/node/utility/misbehavior-arbitration.md deleted file mode 100644 index 820bafd9d68a..000000000000 --- a/roadmap/implementers-guide/src/node/utility/misbehavior-arbitration.md +++ /dev/null @@ -1,7 +0,0 @@ -# Misbehavior Arbitration - -The Misbehavior Arbitration subsystem collects reports of validator misbehavior, and slashes the stake of both misbehaving validator nodes and false accusers. - -> TODO: It is not yet fully specified; that problem is postponed to a future PR. - -One policy question we've decided even so: in the event that MA has to call all validators to check some block about which some validators disagree, the minority voters all get slashed, and the majority voters all get rewarded. Validators which abstain have a minor slash penalty, but probably not in the same order of magnitude as those who vote wrong. diff --git a/roadmap/implementers-guide/src/node/utility/provisioner.md b/roadmap/implementers-guide/src/node/utility/provisioner.md index fb97d52f1a8c..36747678106e 100644 --- a/roadmap/implementers-guide/src/node/utility/provisioner.md +++ b/roadmap/implementers-guide/src/node/utility/provisioner.md @@ -30,7 +30,14 @@ Dispute resolution is complex and is explained in substantially more detail [her ## Protocol -Input: [`ProvisionerMessage`](../../types/overseer-protocol.md#provisioner-message). Backed candidates come from the [Candidate Backing subsystem](../backing/candidate-backing.md), signed bitfields come from the [Bitfield Distribution subsystem](../availability/bitfield-distribution.md), and misbehavior reports and disputes come from the [Misbehavior Arbitration subsystem](misbehavior-arbitration.md). +Input: [`ProvisionerMessage`](../../types/overseer-protocol.md#provisioner-message). Backed candidates come from the [Candidate Backing subsystem](../backing/candidate-backing.md), signed bitfields come from the [Bitfield Distribution subsystem](../availability/bitfield-distribution.md), and disputes come from the [Disputes Subsystem](../disputes/dispute-coordinator.md). Misbehavior reports are currently sent from the [Candidate Backing subsystem](../backing/candidate-backing.md) and contain the following misbehaviors: + +1. `Misbehavior::ValidityDoubleVote` +2. `Misbehavior::MultipleCandidates` +3. `Misbehavior::UnauthorizedStatement` +4. `Misbehavior::DoubleSign` + +But we choose not to punish these forms of misbehavior for the time being. Risks from misbehavior are sufficiently mitigated at the protocol level via reputation changes. Punitive actions here may become desirable enough to dedicate time to in the future. At initialization, this subsystem has no outputs. diff --git a/roadmap/implementers-guide/src/types/overseer-protocol.md b/roadmap/implementers-guide/src/types/overseer-protocol.md index 41d624670363..7b25b0ae7828 100644 --- a/roadmap/implementers-guide/src/types/overseer-protocol.md +++ b/roadmap/implementers-guide/src/types/overseer-protocol.md @@ -309,7 +309,8 @@ enum CandidateBackingMessage { /// The PoV is expected to match the `pov_hash` in the descriptor. Second(Hash, CandidateReceipt, PoV), /// Note a peer validator's statement about a particular candidate. Disagreements about validity must be escalated - /// to a broader check by Misbehavior Arbitration. Agreements are simply tallied until a quorum is reached. + /// to a broader check by the Disputes Subsystem, though that escalation is deferred until the approval voting + /// stage to guarantee availability. Agreements are simply tallied until a quorum is reached. Statement(Statement), } ``` From ef5e07224a2e1def4a84f51499bc322286ca6072 Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Fri, 3 Mar 2023 21:12:28 +0100 Subject: [PATCH 5/8] Bump parity-db (#6816) * Bump parity-db * update lockfile for {"substrate"} --------- Co-authored-by: parity-processbot <> --- Cargo.lock | 601 ++++++++++++++++----------------- node/service/Cargo.toml | 2 +- node/subsystem-util/Cargo.toml | 2 +- 3 files changed, 285 insertions(+), 320 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4902ee60133a..9296c4888223 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", ] [[package]] @@ -51,8 +51,8 @@ version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877" dependencies = [ - "generic-array 0.14.4", - "rand_core 0.6.3", + "generic-array 0.14.6", + "rand_core 0.6.4", ] [[package]] @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "binary-merkle-tree" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "hash-db", "log", @@ -520,11 +520,11 @@ dependencies = [ [[package]] name = "blake2" -version = "0.10.4" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9cf849ee05b2ee5fba5e36f97ff8ec2533916700fc0758d40d92136a42f3388" +checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" dependencies = [ - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -560,7 +560,7 @@ dependencies = [ "cc", "cfg-if", "constant_time_eq", - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -581,16 +581,16 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", ] [[package]] name = "block-buffer" -version = "0.10.0" +version = "0.10.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95" +checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", ] [[package]] @@ -758,9 +758,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.0.73" +version = "1.0.79" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" +checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" dependencies = [ "jobserver", ] @@ -890,7 +890,7 @@ version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", ] [[package]] @@ -899,7 +899,7 @@ version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", ] [[package]] @@ -1237,9 +1237,9 @@ checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff" [[package]] name = "crc32fast" -version = "1.3.0" +version = "1.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "738c290dfaea84fc1ca15ad9c168d083b05a714e1efddd8edaab678dc28d2836" +checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d" dependencies = [ "cfg-if", ] @@ -1343,19 +1343,19 @@ version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" dependencies = [ - "generic-array 0.14.4", - "rand_core 0.6.3", + "generic-array 0.14.6", + "rand_core 0.6.4", "subtle", "zeroize", ] [[package]] name = "crypto-common" -version = "0.1.3" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8" +checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", "typenum", ] @@ -1365,7 +1365,7 @@ version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", "subtle", ] @@ -1375,7 +1375,7 @@ version = "0.10.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", "subtle", ] @@ -1385,15 +1385,15 @@ version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", "subtle", ] [[package]] name = "ctor" -version = "0.1.21" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccc0a48a9b826acdf4028595adc9db92caea352f7af011a3034acd172a52a0aa" +checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" dependencies = [ "quote", "syn", @@ -1451,7 +1451,7 @@ checksum = "4033478fbf70d6acf2655ac70da91ee65852d69daf7a67bf7a2f518fb47aafcf" dependencies = [ "byteorder", "digest 0.9.0", - "rand_core 0.6.3", + "rand_core 0.6.4", "subtle", "zeroize", ] @@ -1702,16 +1702,16 @@ version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", ] [[package]] name = "digest" -version = "0.10.3" +version = "0.10.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506" +checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f" dependencies = [ - "block-buffer 0.10.0", + "block-buffer 0.10.3", "crypto-common", "subtle", ] @@ -1878,7 +1878,7 @@ dependencies = [ "curve25519-dalek 3.2.0", "hashbrown 0.12.3", "hex", - "rand_core 0.6.3", + "rand_core 0.6.4", "sha2 0.9.8", "zeroize", ] @@ -1898,14 +1898,14 @@ dependencies = [ "base16ct", "crypto-bigint", "der", - "digest 0.10.3", + "digest 0.10.6", "ff", - "generic-array 0.14.4", + "generic-array 0.14.6", "group", "hkdf", "pem-rfc7468", "pkcs8", - "rand_core 0.6.3", + "rand_core 0.6.4", "sec1", "subtle", "zeroize", @@ -2158,7 +2158,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" dependencies = [ - "rand_core 0.6.3", + "rand_core 0.6.4", "subtle", ] @@ -2276,7 +2276,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", ] @@ -2299,7 +2299,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-support-procedural", @@ -2324,7 +2324,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "Inflector", "array-bytes", @@ -2371,7 +2371,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2382,7 +2382,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2399,7 +2399,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -2428,7 +2428,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "log", @@ -2444,7 +2444,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "bitflags", "environmental", @@ -2477,7 +2477,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "Inflector", "cfg-expr", @@ -2492,7 +2492,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2504,7 +2504,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro2", "quote", @@ -2514,7 +2514,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -2549,7 +2549,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "log", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -2582,7 +2582,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "sp-api", @@ -2591,7 +2591,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "parity-scale-codec", @@ -2773,7 +2773,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "chrono", "frame-election-provider-support", @@ -2795,9 +2795,9 @@ dependencies = [ [[package]] name = "generic-array" -version = "0.14.4" +version = "0.14.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" +checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9" dependencies = [ "typenum", "version_check", @@ -2911,7 +2911,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" dependencies = [ "ff", - "rand_core 0.6.3", + "rand_core 0.6.4", "subtle", ] @@ -3059,7 +3059,7 @@ version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" dependencies = [ - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -3069,7 +3069,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1" dependencies = [ "digest 0.9.0", - "generic-array 0.14.4", + "generic-array 0.14.6", "hmac 0.8.1", ] @@ -3405,9 +3405,9 @@ checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc" [[package]] name = "jobserver" -version = "0.1.24" +version = "0.1.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa" +checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" dependencies = [ "libc", ] @@ -4297,10 +4297,11 @@ checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" [[package]] name = "lock_api" -version = "0.4.6" +version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b" +checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" dependencies = [ + "autocfg", "scopeguard", ] @@ -4422,7 +4423,7 @@ version = "0.10.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "66b48670c893079d3c2ed79114e3644b7004df1c361a4e0ad52e2e6940d07c3d" dependencies = [ - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -4442,9 +4443,9 @@ dependencies = [ [[package]] name = "memmap2" -version = "0.5.0" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4647a11b578fead29cdbb34d4adef8dd3dc35b876c9c6d5240d83f205abfe96e" +checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327" dependencies = [ "libc", ] @@ -4552,7 +4553,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "log", @@ -4571,7 +4572,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "anyhow", "jsonrpsee", @@ -4650,7 +4651,7 @@ dependencies = [ "blake2s_simd", "blake3", "core2", - "digest 0.10.3", + "digest 0.10.6", "multihash-derive", "sha2 0.10.2", "sha3", @@ -5133,7 +5134,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5148,7 +5149,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5164,7 +5165,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5178,7 +5179,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5202,7 +5203,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5222,7 +5223,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5241,7 +5242,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5256,7 +5257,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5275,7 +5276,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5299,7 +5300,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5317,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5337,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5353,7 +5354,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5370,7 +5371,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5388,7 +5389,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5411,7 +5412,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5424,7 +5425,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5442,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5460,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5483,7 +5484,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5499,7 +5500,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5519,7 +5520,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5536,7 +5537,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5553,7 +5554,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5570,7 +5571,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5586,7 +5587,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5602,7 +5603,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5619,7 +5620,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5639,7 +5640,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5650,7 +5651,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5667,7 +5668,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5691,7 +5692,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5708,7 +5709,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5723,7 +5724,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5741,7 +5742,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5756,7 +5757,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5775,7 +5776,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5792,7 +5793,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5813,7 +5814,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5829,7 +5830,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5843,7 +5844,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5866,7 +5867,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5877,7 +5878,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "log", "sp-arithmetic", @@ -5886,7 +5887,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "sp-api", @@ -5895,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5912,7 +5913,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5926,7 +5927,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5944,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5964,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-support", "frame-system", @@ -5979,7 +5980,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -5995,7 +5996,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6007,7 +6008,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6024,7 +6025,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6039,7 +6040,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6055,7 +6056,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6070,7 +6071,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-benchmarking", "frame-support", @@ -6133,9 +6134,9 @@ dependencies = [ [[package]] name = "parity-db" -version = "0.4.3" +version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd684a725651d9588ef21f140a328b6b4f64e646b2e931f3e6f14f75eedf9980" +checksum = "df89dd8311063c54ae4e03d9aeb597b04212a57e82c339344130a9cad9b3e2d9" dependencies = [ "blake2", "crc32fast", @@ -6147,6 +6148,7 @@ dependencies = [ "memmap2", "parking_lot 0.12.1", "rand 0.8.5", + "siphasher", "snap", ] @@ -6213,7 +6215,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" dependencies = [ "lock_api", - "parking_lot_core 0.9.1", + "parking_lot_core 0.9.6", ] [[package]] @@ -6232,15 +6234,15 @@ dependencies = [ [[package]] name = "parking_lot_core" -version = "0.9.1" +version = "0.9.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" +checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf" dependencies = [ "cfg-if", "libc", "redox_syscall", "smallvec", - "windows-sys 0.32.0", + "windows-sys 0.42.0", ] [[package]] @@ -6264,7 +6266,7 @@ version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917" dependencies = [ - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -8029,9 +8031,9 @@ dependencies = [ [[package]] name = "ppv-lite86" -version = "0.2.15" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba" +checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" [[package]] name = "predicates" @@ -8140,9 +8142,9 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.47" +version = "1.0.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" +checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" dependencies = [ "unicode-ident", ] @@ -8326,9 +8328,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.20" +version = "1.0.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804" +checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" dependencies = [ "proc-macro2", ] @@ -8360,7 +8362,7 @@ checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "libc", "rand_chacha 0.3.1", - "rand_core 0.6.3", + "rand_core 0.6.4", ] [[package]] @@ -8380,7 +8382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" dependencies = [ "ppv-lite86", - "rand_core 0.6.3", + "rand_core 0.6.4", ] [[package]] @@ -8394,9 +8396,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ "getrandom 0.2.8", ] @@ -8416,7 +8418,7 @@ version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" dependencies = [ - "rand_core 0.6.3", + "rand_core 0.6.4", ] [[package]] @@ -8477,9 +8479,9 @@ dependencies = [ [[package]] name = "redox_syscall" -version = "0.2.10" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" +checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" dependencies = [ "bitflags", ] @@ -8998,7 +9000,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "log", "sp-core", @@ -9009,7 +9011,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -9036,7 +9038,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "futures-timer", @@ -9059,7 +9061,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9074,7 +9076,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9093,7 +9095,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9104,7 +9106,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "chrono", @@ -9144,7 +9146,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "fnv", "futures", @@ -9170,7 +9172,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "hash-db", "kvdb", @@ -9196,7 +9198,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -9221,7 +9223,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "fork-tree", @@ -9260,7 +9262,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "jsonrpsee", @@ -9282,7 +9284,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "async-trait", @@ -9316,7 +9318,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "jsonrpsee", @@ -9335,7 +9337,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9348,7 +9350,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9388,7 +9390,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "finality-grandpa", "futures", @@ -9408,7 +9410,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -9431,7 +9433,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9455,7 +9457,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9468,7 +9470,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "log", "sc-allocator", @@ -9481,7 +9483,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "anyhow", "cfg-if", @@ -9499,7 +9501,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ansi_term", "futures", @@ -9514,7 +9516,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "async-trait", @@ -9529,7 +9531,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "async-channel", @@ -9572,7 +9574,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "cid", "futures", @@ -9591,7 +9593,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "bitflags", @@ -9617,7 +9619,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ahash 0.8.2", "futures", @@ -9635,7 +9637,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "futures", @@ -9656,7 +9658,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "async-trait", @@ -9688,7 +9690,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "futures", @@ -9707,7 +9709,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "bytes", @@ -9737,7 +9739,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "libp2p", @@ -9750,7 +9752,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9759,7 +9761,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "jsonrpsee", @@ -9789,7 +9791,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9808,7 +9810,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "http", "jsonrpsee", @@ -9823,7 +9825,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "futures", @@ -9849,7 +9851,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "directories", @@ -9915,7 +9917,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "log", "parity-scale-codec", @@ -9926,7 +9928,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "clap 4.0.15", "fs4", @@ -9942,7 +9944,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9961,7 +9963,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "libc", @@ -9980,7 +9982,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "chrono", "futures", @@ -9999,7 +10001,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ansi_term", "atty", @@ -10030,7 +10032,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10041,7 +10043,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -10068,7 +10070,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -10082,7 +10084,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "backtrace", "futures", @@ -10210,7 +10212,7 @@ checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" dependencies = [ "base16ct", "der", - "generic-array 0.14.4", + "generic-array 0.14.6", "pkcs8", "subtle", "zeroize", @@ -10381,7 +10383,7 @@ checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -10417,7 +10419,7 @@ checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676" dependencies = [ "cfg-if", "cpufeatures", - "digest 0.10.3", + "digest 0.10.6", ] [[package]] @@ -10426,7 +10428,7 @@ version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "31f935e31cf406e8c0e96c2815a5516181b7004ae8c5f296293221e9b1e356bd" dependencies = [ - "digest 0.10.3", + "digest 0.10.6", "keccak", ] @@ -10482,8 +10484,8 @@ version = "1.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" dependencies = [ - "digest 0.10.3", - "rand_core 0.6.3", + "digest 0.10.6", + "rand_core 0.6.4", ] [[package]] @@ -10499,6 +10501,12 @@ dependencies = [ "wide", ] +[[package]] +name = "siphasher" +version = "0.3.10" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" + [[package]] name = "slab" version = "0.4.5" @@ -10533,15 +10541,15 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83" +checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "snap" -version = "1.0.5" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451" +checksum = "5e9f0ab6ef7eb7353d9119c170a436d1bf248eea575ac42d19d12f4e34130831" [[package]] name = "snow" @@ -10553,7 +10561,7 @@ dependencies = [ "blake2", "chacha20poly1305", "curve25519-dalek 4.0.0-pre.1", - "rand_core 0.6.3", + "rand_core 0.6.4", "ring", "rustc_version", "sha2 0.10.2", @@ -10590,7 +10598,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "hash-db", "log", @@ -10608,7 +10616,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "blake2", "proc-macro-crate", @@ -10620,7 +10628,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -10633,7 +10641,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "integer-sqrt", "num-traits", @@ -10647,7 +10655,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -10660,7 +10668,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "sp-api", @@ -10672,7 +10680,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "log", @@ -10690,7 +10698,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -10705,7 +10713,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "parity-scale-codec", @@ -10723,7 +10731,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "merlin", @@ -10746,7 +10754,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10765,7 +10773,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "finality-grandpa", "log", @@ -10783,7 +10791,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -10795,7 +10803,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -10808,7 +10816,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "base58", @@ -10851,11 +10859,11 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "blake2", "byteorder", - "digest 0.10.3", + "digest 0.10.6", "sha2 0.10.2", "sha3", "sp-std", @@ -10865,7 +10873,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro2", "quote", @@ -10876,7 +10884,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10885,7 +10893,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro2", "quote", @@ -10895,7 +10903,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "environmental", "parity-scale-codec", @@ -10906,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10921,7 +10929,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "bytes", "ed25519", @@ -10946,7 +10954,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "lazy_static", "sp-core", @@ -10957,7 +10965,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures", @@ -10974,7 +10982,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "thiserror", "zstd", @@ -10983,7 +10991,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11001,7 +11009,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -11015,7 +11023,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "sp-api", "sp-core", @@ -11025,7 +11033,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "backtrace", "lazy_static", @@ -11035,7 +11043,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "rustc-hash", "serde", @@ -11045,7 +11053,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "either", "hash256-std-hasher", @@ -11067,7 +11075,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11085,7 +11093,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "Inflector", "proc-macro-crate", @@ -11097,7 +11105,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -11111,7 +11119,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -11123,7 +11131,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "hash-db", "log", @@ -11143,12 +11151,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11161,7 +11169,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "futures-timer", @@ -11176,7 +11184,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "sp-std", @@ -11188,7 +11196,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "sp-api", "sp-runtime", @@ -11197,7 +11205,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "log", @@ -11213,7 +11221,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11236,7 +11244,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11253,7 +11261,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11264,7 +11272,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11278,7 +11286,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "parity-scale-codec", "scale-info", @@ -11498,7 +11506,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "platforms", ] @@ -11506,7 +11514,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11525,7 +11533,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "hyper", "log", @@ -11537,7 +11545,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "jsonrpsee", @@ -11550,7 +11558,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "jsonrpsee", "log", @@ -11569,7 +11577,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "array-bytes", "async-trait", @@ -11595,7 +11603,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11605,7 +11613,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11616,7 +11624,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "ansi_term", "build-helper", @@ -11679,9 +11687,9 @@ dependencies = [ [[package]] name = "syn" -version = "1.0.105" +version = "1.0.109" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908" +checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" dependencies = [ "proc-macro2", "quote", @@ -12417,7 +12425,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#6f923eedcac0fba4fd6b73e8792520f69722e527" +source = "git+https://github.com/paritytech/substrate?branch=master#2cb4825ea0d196d6e23e8e908bc4986413bd5b9f" dependencies = [ "async-trait", "clap 4.0.15", @@ -12518,16 +12526,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" dependencies = [ "cfg-if", - "digest 0.10.3", + "digest 0.10.6", "rand 0.8.5", "static_assertions", ] [[package]] name = "typenum" -version = "1.14.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec" +checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba" [[package]] name = "ucd-trie" @@ -12555,9 +12563,9 @@ checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" [[package]] name = "unicode-ident" -version = "1.0.0" +version = "1.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee" +checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" [[package]] name = "unicode-normalization" @@ -12586,7 +12594,7 @@ version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05" dependencies = [ - "generic-array 0.14.4", + "generic-array 0.14.6", "subtle", ] @@ -13215,7 +13223,7 @@ dependencies = [ "p256", "p384", "rand 0.8.5", - "rand_core 0.6.3", + "rand_core 0.6.4", "rcgen 0.9.3", "ring", "rustls 0.19.1", @@ -13538,19 +13546,6 @@ dependencies = [ "windows_x86_64_msvc 0.34.0", ] -[[package]] -name = "windows-sys" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6" -dependencies = [ - "windows_aarch64_msvc 0.32.0", - "windows_i686_gnu 0.32.0", - "windows_i686_msvc 0.32.0", - "windows_x86_64_gnu 0.32.0", - "windows_x86_64_msvc 0.32.0", -] - [[package]] name = "windows-sys" version = "0.36.1" @@ -13585,12 +13580,6 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" -[[package]] -name = "windows_aarch64_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" - [[package]] name = "windows_aarch64_msvc" version = "0.34.0" @@ -13609,12 +13598,6 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" -[[package]] -name = "windows_i686_gnu" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" - [[package]] name = "windows_i686_gnu" version = "0.34.0" @@ -13633,12 +13616,6 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" -[[package]] -name = "windows_i686_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" - [[package]] name = "windows_i686_msvc" version = "0.34.0" @@ -13657,12 +13634,6 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" -[[package]] -name = "windows_x86_64_gnu" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" - [[package]] name = "windows_x86_64_gnu" version = "0.34.0" @@ -13687,12 +13658,6 @@ version = "0.42.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" -[[package]] -name = "windows_x86_64_msvc" -version = "0.32.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" - [[package]] name = "windows_x86_64_msvc" version = "0.34.0" @@ -13756,7 +13721,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e5da623d8af10a62342bcbbb230e33e58a63255a58012f8653c578e54bab48df" dependencies = [ "curve25519-dalek 3.2.0", - "rand_core 0.6.3", + "rand_core 0.6.4", "zeroize", ] diff --git a/node/service/Cargo.toml b/node/service/Cargo.toml index 30ef61614c43..ccfa8c3cb8ba 100644 --- a/node/service/Cargo.toml +++ b/node/service/Cargo.toml @@ -74,7 +74,7 @@ serde_json = "1.0.81" thiserror = "1.0.31" kvdb = "0.13.0" kvdb-rocksdb = { version = "0.17.0", optional = true } -parity-db = { version = "0.4.3", optional = true } +parity-db = { version = "0.4.4", optional = true } async-trait = "0.1.57" lru = "0.9" diff --git a/node/subsystem-util/Cargo.toml b/node/subsystem-util/Cargo.toml index dac7f132850e..9fd4af14cde1 100644 --- a/node/subsystem-util/Cargo.toml +++ b/node/subsystem-util/Cargo.toml @@ -34,7 +34,7 @@ sp-application-crypto = { git = "https://github.com/paritytech/substrate", branc sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" } kvdb = "0.13.0" -parity-db = { version = "0.4.3"} +parity-db = { version = "0.4.4"} [dev-dependencies] assert_matches = "1.4.0" From 43753085a9ededada15794a08791d2e5760ae061 Mon Sep 17 00:00:00 2001 From: eskimor Date: Fri, 3 Mar 2023 21:50:42 +0100 Subject: [PATCH 6/8] Freeze note on `SessionInfo`. (#6818) * Add note about frozen `SessionInfo`. * Better comment. --------- Co-authored-by: eskimor --- primitives/src/v2/mod.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/primitives/src/v2/mod.rs b/primitives/src/v2/mod.rs index 06326676c9d2..9191ebea5b2c 100644 --- a/primitives/src/v2/mod.rs +++ b/primitives/src/v2/mod.rs @@ -1603,6 +1603,9 @@ pub fn supermajority_threshold(n: usize) -> usize { } /// Information about validator sets of a session. +/// +/// NOTE: `SessionInfo` is frozen. Do not include new fields, consider creating a separate runtime +/// API. Reasoning and further outlook [here](https://github.com/paritytech/polkadot/issues/6586). #[derive(Clone, Encode, Decode, RuntimeDebug, TypeInfo)] #[cfg_attr(feature = "std", derive(PartialEq))] pub struct SessionInfo { From 962bc21352f5f80a580db5a28d05154ede4a9f86 Mon Sep 17 00:00:00 2001 From: Keith Yeung Date: Fri, 3 Mar 2023 21:37:56 -0800 Subject: [PATCH 7/8] Introduce XCM matcher for writing barriers (#6756) * Introduce XCM matcher for writing barriers * Fix compilation * cargo fmt * Add more doc comments * Add mod doc comment * More doc comments * Add tests and fix logic * Remove redundant syntax * Add more doc comments * Add more doc comments * Add more doc comments --- xcm/src/lib.rs | 84 +++++++++++++++++++ xcm/src/v3/matcher.rs | 109 ++++++++++++++++++++++++ xcm/src/v3/mod.rs | 6 +- xcm/src/v3/traits.rs | 4 +- xcm/xcm-builder/src/barriers.rs | 144 ++++++++++++++++++-------------- 5 files changed, 278 insertions(+), 69 deletions(-) create mode 100644 xcm/src/v3/matcher.rs diff --git a/xcm/src/lib.rs b/xcm/src/lib.rs index 678a825b6608..a49806e16b77 100644 --- a/xcm/src/lib.rs +++ b/xcm/src/lib.rs @@ -23,6 +23,7 @@ #![no_std] extern crate alloc; +use core::ops::ControlFlow; use derivative::Derivative; use parity_scale_codec::{Decode, Encode, Error as CodecError, Input, MaxEncodedLen}; use scale_info::TypeInfo; @@ -47,6 +48,89 @@ pub const MAX_XCM_DECODE_DEPTH: u32 = 8; /// A version of XCM. pub type Version = u32; +/// Creates an instruction matcher from an XCM. Since XCM versions differ, we need to make a trait +/// here to unify the interfaces among them. +pub trait CreateMatcher { + /// The concrete matcher type. + type Matcher; + + /// Method that creates and returns the matcher type from `Self`. + fn matcher(self) -> Self::Matcher; +} + +/// API that allows to pattern-match against anything that is contained within an XCM. +/// +/// The intended usage of the matcher API is to enable the ability to chain successive methods of +/// this trait together, along with the ? operator for the purpose of facilitating the writing, +/// maintenance and auditability of XCM barriers. +/// +/// Example: +/// ```rust +/// use xcm::{ +/// v3::{Instruction, Matcher}, +/// CreateMatcher, MatchXcm, +/// }; +/// +/// let mut msg = [Instruction::<()>::ClearOrigin]; +/// let res = msg +/// .matcher() +/// .assert_remaining_insts(1)? +/// .match_next_inst(|inst| match inst { +/// Instruction::<()>::ClearOrigin => Ok(()), +/// _ => Err(()), +/// }); +/// assert!(res.is_ok()); +/// +/// Ok::<(), ()>(()) +/// ``` +pub trait MatchXcm { + /// The concrete instruction type. Necessary to specify as it changes between XCM versions. + type Inst; + /// The `MultiLocation` type. Necessary to specify as it changes between XCM versions. + type Loc; + /// The error type to throw when errors happen during matching. + type Error; + + /// Returns success if the number of instructions that still have not been iterated over + /// equals `n`, otherwise returns an error. + fn assert_remaining_insts(self, n: usize) -> Result + where + Self: Sized; + + /// Accepts a closure `f` that contains an argument signifying the next instruction to be + /// iterated over. The closure can then be used to check whether the instruction matches a + /// given condition, and can also be used to mutate the fields of an instruction. + /// + /// The closure `f` returns success when the instruction passes the condition, otherwise it + /// returns an error, which will ultimately be returned by this function. + fn match_next_inst(self, f: F) -> Result + where + Self: Sized, + F: FnMut(&mut Self::Inst) -> Result<(), Self::Error>; + + /// Attempts to continuously iterate through the instructions while applying `f` to each of + /// them, until either the last instruction or `cond` returns false. + /// + /// If `f` returns an error, then iteration halts and the function returns that error. + /// Otherwise, `f` returns a `ControlFlow` which signifies whether the iteration breaks or + /// continues. + fn match_next_inst_while(self, cond: C, f: F) -> Result + where + Self: Sized, + C: Fn(&Self::Inst) -> bool, + F: FnMut(&mut Self::Inst) -> Result, Self::Error>; + + /// Iterate instructions forward until `cond` returns false. When there are no more instructions + /// to be read, an error is returned. + fn skip_inst_while(self, cond: C) -> Result + where + Self: Sized, + C: Fn(&Self::Inst) -> bool, + { + Self::match_next_inst_while(self, cond, |_| Ok(ControlFlow::Continue(()))) + } +} + #[derive(Clone, Eq, PartialEq, Debug)] pub enum Unsupported {} impl Encode for Unsupported {} diff --git a/xcm/src/v3/matcher.rs b/xcm/src/v3/matcher.rs new file mode 100644 index 000000000000..de390338e3f5 --- /dev/null +++ b/xcm/src/v3/matcher.rs @@ -0,0 +1,109 @@ +// Copyright 2023 Parity Technologies (UK) Ltd. +// This file is part of Polkadot. + +// Substrate is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. + +// Substrate is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. + +// You should have received a copy of the GNU General Public License +// along with Polkadot. If not, see . + +//! XCM matcher API, used primarily for writing barrier conditions. + +use super::{Instruction, MultiLocation}; +use crate::{CreateMatcher, MatchXcm}; +use core::ops::ControlFlow; + +impl<'a, Call> CreateMatcher for &'a mut [Instruction] { + type Matcher = Matcher<'a, Call>; + + fn matcher(self) -> Self::Matcher { + let total_inst = self.len(); + + Matcher { xcm: self, current_idx: 0, total_inst } + } +} + +/// Struct created from calling `fn matcher()` on a mutable slice of `Instruction`s. +/// +/// Implements `MatchXcm` to allow an iterator-like API to match against each `Instruction` +/// contained within the slice, which facilitates the building of XCM barriers. +pub struct Matcher<'a, Call> { + pub(crate) xcm: &'a mut [Instruction], + pub(crate) current_idx: usize, + pub(crate) total_inst: usize, +} + +impl<'a, Call> MatchXcm for Matcher<'a, Call> { + type Error = (); + type Inst = Instruction; + type Loc = MultiLocation; + + fn assert_remaining_insts(self, n: usize) -> Result + where + Self: Sized, + { + if self.total_inst - self.current_idx != n { + return Err(()) + } + + Ok(self) + } + + fn match_next_inst(mut self, mut f: F) -> Result + where + Self: Sized, + F: FnMut(&mut Self::Inst) -> Result<(), Self::Error>, + { + if self.current_idx < self.total_inst { + f(&mut self.xcm[self.current_idx])?; + self.current_idx += 1; + Ok(self) + } else { + Err(()) + } + } + + fn match_next_inst_while(mut self, cond: C, mut f: F) -> Result + where + Self: Sized, + C: Fn(&Self::Inst) -> bool, + F: FnMut(&mut Self::Inst) -> Result, Self::Error>, + { + if self.current_idx >= self.total_inst { + return Err(()) + } + + while self.current_idx < self.total_inst && cond(&self.xcm[self.current_idx]) { + if let ControlFlow::Break(()) = f(&mut self.xcm[self.current_idx])? { + break + } + self.current_idx += 1; + } + + Ok(self) + } +} + +#[cfg(test)] +mod tests { + use super::*; + use crate::v3::prelude::*; + use alloc::{vec, vec::Vec}; + + #[test] + fn match_next_inst_while_works() { + let mut xcm: Vec> = vec![ClearOrigin]; + + let _ = xcm + .matcher() + .match_next_inst_while(|_| true, |_| Ok(ControlFlow::Continue(()))) + .unwrap(); + } +} diff --git a/xcm/src/v3/mod.rs b/xcm/src/v3/mod.rs index 0fed6defb9d4..45a960f28ffe 100644 --- a/xcm/src/v3/mod.rs +++ b/xcm/src/v3/mod.rs @@ -1,5 +1,5 @@ // Copyright 2020 Parity Technologies (UK) Ltd. -// This file is part of Cumulus. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -12,7 +12,7 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License -// along with Cumulus. If not, see . +// along with Polkadot. If not, see . //! Version 3 of the Cross-Consensus Message format data structures. @@ -34,12 +34,14 @@ use scale_info::TypeInfo; mod junction; pub(crate) mod junctions; +mod matcher; mod multiasset; mod multilocation; mod traits; pub use junction::{BodyId, BodyPart, Junction, NetworkId}; pub use junctions::Junctions; +pub use matcher::Matcher; pub use multiasset::{ AssetId, AssetInstance, Fungibility, MultiAsset, MultiAssetFilter, MultiAssets, WildFungibility, WildMultiAsset, diff --git a/xcm/src/v3/traits.rs b/xcm/src/v3/traits.rs index 6ccf01ad06c3..74ca60cd6631 100644 --- a/xcm/src/v3/traits.rs +++ b/xcm/src/v3/traits.rs @@ -1,5 +1,5 @@ // Copyright 2020 Parity Technologies (UK) Ltd. -// This file is part of Cumulus. +// This file is part of Polkadot. // Substrate is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -12,7 +12,7 @@ // GNU General Public License for more details. // You should have received a copy of the GNU General Public License -// along with Cumulus. If not, see . +// along with Polkadot. If not, see . //! Cross-Consensus Message format data structures. diff --git a/xcm/xcm-builder/src/barriers.rs b/xcm/xcm-builder/src/barriers.rs index 3ac275b63e26..02de36caeb6f 100644 --- a/xcm/xcm-builder/src/barriers.rs +++ b/xcm/xcm-builder/src/barriers.rs @@ -21,13 +21,16 @@ use frame_support::{ traits::{Contains, Get}, }; use polkadot_parachain::primitives::IsSystem; -use sp_std::{marker::PhantomData, result::Result}; -use xcm::latest::{ - Instruction::{self, *}, - InteriorMultiLocation, Junction, Junctions, - Junctions::X1, - MultiLocation, Weight, - WeightLimit::*, +use sp_std::{cell::Cell, marker::PhantomData, ops::ControlFlow, result::Result}; +use xcm::{ + latest::{ + Instruction::{self, *}, + InteriorMultiLocation, Junction, Junctions, + Junctions::X1, + MultiLocation, Weight, + WeightLimit::*, + }, + CreateMatcher, MatchXcm, }; use xcm_executor::traits::{OnResponse, ShouldExecute}; @@ -77,32 +80,31 @@ impl> ShouldExecute for AllowTopLevelPaidExecutionFro // We will read up to 5 instructions. This allows up to 3 `ClearOrigin` instructions. We // allow for more than one since anything beyond the first is a no-op and it's conceivable // that composition of operations might result in more than one being appended. - let mut iter = instructions.iter_mut().take(5); - let i = iter.next().ok_or(())?; - match i { - ReceiveTeleportedAsset(..) | - WithdrawAsset(..) | - ReserveAssetDeposited(..) | - ClaimAsset { .. } => (), - _ => return Err(()), - } - let mut i = iter.next().ok_or(())?; - while let ClearOrigin = i { - i = iter.next().ok_or(())?; - } - match i { - BuyExecution { weight_limit: Limited(ref mut weight), .. } - if weight.all_gte(max_weight) => - { - *weight = max_weight; - Ok(()) - }, - BuyExecution { ref mut weight_limit, .. } if weight_limit == &Unlimited => { - *weight_limit = Limited(max_weight); - Ok(()) - }, - _ => Err(()), - } + let end = instructions.len().min(5); + instructions[..end] + .matcher() + .match_next_inst(|inst| match inst { + ReceiveTeleportedAsset(..) | + WithdrawAsset(..) | + ReserveAssetDeposited(..) | + ClaimAsset { .. } => Ok(()), + _ => Err(()), + })? + .skip_inst_while(|inst| matches!(inst, ClearOrigin))? + .match_next_inst(|inst| match inst { + BuyExecution { weight_limit: Limited(ref mut weight), .. } + if weight.all_gte(max_weight) => + { + *weight = max_weight; + Ok(()) + }, + BuyExecution { ref mut weight_limit, .. } if weight_limit == &Unlimited => { + *weight_limit = Limited(max_weight); + Ok(()) + }, + _ => Err(()), + })?; + Ok(()) } } @@ -172,29 +174,34 @@ impl< origin, instructions, max_weight, weight_credit, ); let mut actual_origin = *origin; - let mut skipped = 0; + let skipped = Cell::new(0usize); // NOTE: We do not check the validity of `UniversalOrigin` here, meaning that a malicious // origin could place a `UniversalOrigin` in order to spoof some location which gets free // execution. This technical could get it past the barrier condition, but the execution // would instantly fail since the first instruction would cause an error with the // invalid UniversalOrigin. - while skipped < MaxPrefixes::get() as usize { - match instructions.get(skipped) { - Some(UniversalOrigin(new_global)) => { - // Note the origin is *relative to local consensus*! So we need to escape local - // consensus with the `parents` before diving in into the `universal_location`. - actual_origin = X1(*new_global).relative_to(&LocalUniversal::get()); - }, - Some(DescendOrigin(j)) => { - actual_origin.append_with(*j).map_err(|_| ())?; - }, - _ => break, - } - skipped += 1; - } + instructions.matcher().match_next_inst_while( + |_| skipped.get() < MaxPrefixes::get() as usize, + |inst| { + match inst { + UniversalOrigin(new_global) => { + // Note the origin is *relative to local consensus*! So we need to escape + // local consensus with the `parents` before diving in into the + // `universal_location`. + actual_origin = X1(*new_global).relative_to(&LocalUniversal::get()); + }, + DescendOrigin(j) => { + let Ok(_) = actual_origin.append_with(*j) else { return Err(()) }; + }, + _ => return Ok(ControlFlow::Break(())), + }; + skipped.set(skipped.get() + 1); + Ok(ControlFlow::Continue(())) + }, + )?; InnerBarrier::should_execute( &actual_origin, - &mut instructions[skipped..], + &mut instructions[skipped.get()..], max_weight, weight_credit, ) @@ -241,12 +248,12 @@ impl> ShouldExecute for AllowExplicitUnpaidExecutionF origin, instructions, max_weight, _weight_credit, ); ensure!(T::contains(origin), ()); - match instructions.first() { - Some(UnpaidExecution { weight_limit: Limited(m), .. }) if m.all_gte(max_weight) => - Ok(()), - Some(UnpaidExecution { weight_limit: Unlimited, .. }) => Ok(()), + instructions.matcher().match_next_inst(|inst| match inst { + UnpaidExecution { weight_limit: Limited(m), .. } if m.all_gte(max_weight) => Ok(()), + UnpaidExecution { weight_limit: Unlimited, .. } => Ok(()), _ => Err(()), - } + })?; + Ok(()) } } @@ -276,13 +283,16 @@ impl ShouldExecute for AllowKnownQueryResponses - Ok(()), - _ => Err(()), - } + instructions + .matcher() + .assert_remaining_insts(1)? + .match_next_inst(|inst| match inst { + QueryResponse { query_id, querier, .. } + if ResponseHandler::expecting_response(origin, *query_id, querier.as_ref()) => + Ok(()), + _ => Err(()), + })?; + Ok(()) } } @@ -302,9 +312,13 @@ impl> ShouldExecute for AllowSubscriptionsFrom { origin, instructions, _max_weight, _weight_credit, ); ensure!(T::contains(origin), ()); - match instructions { - &mut [SubscribeVersion { .. } | UnsubscribeVersion] => Ok(()), - _ => Err(()), - } + instructions + .matcher() + .assert_remaining_insts(1)? + .match_next_inst(|inst| match inst { + SubscribeVersion { .. } | UnsubscribeVersion => Ok(()), + _ => Err(()), + })?; + Ok(()) } } From c02e1b40cc29b511f39affb2309af71c100d5253 Mon Sep 17 00:00:00 2001 From: Bradley Olson <34992650+BradleyOlson64@users.noreply.github.com> Date: Sat, 4 Mar 2023 10:35:04 -0800 Subject: [PATCH 8/8] Change handle_import_statements to FatalResult (#6820) * Changing dispute db errors to fatal * fmt --- node/core/dispute-coordinator/src/backend.rs | 13 ++++++------ node/core/dispute-coordinator/src/db/v1.rs | 21 +++++++++---------- .../dispute-coordinator/src/initialized.rs | 6 +++++- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/node/core/dispute-coordinator/src/backend.rs b/node/core/dispute-coordinator/src/backend.rs index 9275420d0a3d..d49ace492549 100644 --- a/node/core/dispute-coordinator/src/backend.rs +++ b/node/core/dispute-coordinator/src/backend.rs @@ -21,7 +21,6 @@ //! [`Backend`], maintaining consistency between queries and temporary writes, //! before any commit to the underlying storage is made. -use polkadot_node_subsystem::SubsystemResult; use polkadot_primitives::{CandidateHash, SessionIndex}; use std::collections::HashMap; @@ -40,17 +39,17 @@ pub enum BackendWriteOp { /// An abstraction over backend storage for the logic of this subsystem. pub trait Backend { /// Load the earliest session, if any. - fn load_earliest_session(&self) -> SubsystemResult>; + fn load_earliest_session(&self) -> FatalResult>; /// Load the recent disputes, if any. - fn load_recent_disputes(&self) -> SubsystemResult>; + fn load_recent_disputes(&self) -> FatalResult>; /// Load the candidate votes for the specific session-candidate pair, if any. fn load_candidate_votes( &self, session: SessionIndex, candidate_hash: &CandidateHash, - ) -> SubsystemResult>; + ) -> FatalResult>; /// Atomically writes the list of operations, with later operations taking precedence over /// prior. @@ -93,7 +92,7 @@ impl<'a, B: 'a + Backend> OverlayedBackend<'a, B> { } /// Load the earliest session, if any. - pub fn load_earliest_session(&self) -> SubsystemResult> { + pub fn load_earliest_session(&self) -> FatalResult> { if let Some(val) = self.earliest_session { return Ok(Some(val)) } @@ -102,7 +101,7 @@ impl<'a, B: 'a + Backend> OverlayedBackend<'a, B> { } /// Load the recent disputes, if any. - pub fn load_recent_disputes(&self) -> SubsystemResult> { + pub fn load_recent_disputes(&self) -> FatalResult> { if let Some(val) = &self.recent_disputes { return Ok(Some(val.clone())) } @@ -115,7 +114,7 @@ impl<'a, B: 'a + Backend> OverlayedBackend<'a, B> { &self, session: SessionIndex, candidate_hash: &CandidateHash, - ) -> SubsystemResult> { + ) -> FatalResult> { if let Some(val) = self.candidate_votes.get(&(session, *candidate_hash)) { return Ok(val.clone()) } diff --git a/node/core/dispute-coordinator/src/db/v1.rs b/node/core/dispute-coordinator/src/db/v1.rs index 441ba4e09575..c0f3c9925f1b 100644 --- a/node/core/dispute-coordinator/src/db/v1.rs +++ b/node/core/dispute-coordinator/src/db/v1.rs @@ -17,7 +17,6 @@ //! `V1` database for the dispute coordinator. use polkadot_node_primitives::DisputeStatus; -use polkadot_node_subsystem::{SubsystemError, SubsystemResult}; use polkadot_node_subsystem_util::database::{DBTransaction, Database}; use polkadot_primitives::{ CandidateHash, CandidateReceipt, Hash, InvalidDisputeStatementKind, SessionIndex, @@ -109,12 +108,12 @@ impl DbBackend { impl Backend for DbBackend { /// Load the earliest session, if any. - fn load_earliest_session(&self) -> SubsystemResult> { + fn load_earliest_session(&self) -> FatalResult> { load_earliest_session(&*self.inner, &self.config) } /// Load the recent disputes, if any. - fn load_recent_disputes(&self) -> SubsystemResult> { + fn load_recent_disputes(&self) -> FatalResult> { load_recent_disputes(&*self.inner, &self.config) } @@ -123,7 +122,7 @@ impl Backend for DbBackend { &self, session: SessionIndex, candidate_hash: &CandidateHash, - ) -> SubsystemResult> { + ) -> FatalResult> { load_candidate_votes(&*self.inner, &self.config, session, candidate_hash) } @@ -287,27 +286,27 @@ pub(crate) fn load_candidate_votes( config: &ColumnConfiguration, session: SessionIndex, candidate_hash: &CandidateHash, -) -> SubsystemResult> { +) -> FatalResult> { load_decode(db, config.col_dispute_data, &candidate_votes_key(session, candidate_hash)) - .map_err(|e| SubsystemError::with_origin("dispute-coordinator", e)) + .map_err(|e| FatalError::DbReadFailed(e)) } /// Load the earliest session, if any. pub(crate) fn load_earliest_session( db: &dyn Database, config: &ColumnConfiguration, -) -> SubsystemResult> { +) -> FatalResult> { load_decode(db, config.col_dispute_data, EARLIEST_SESSION_KEY) - .map_err(|e| SubsystemError::with_origin("dispute-coordinator", e)) + .map_err(|e| FatalError::DbReadFailed(e)) } /// Load the recent disputes, if any. pub(crate) fn load_recent_disputes( db: &dyn Database, config: &ColumnConfiguration, -) -> SubsystemResult> { +) -> FatalResult> { load_decode(db, config.col_dispute_data, RECENT_DISPUTES_KEY) - .map_err(|e| SubsystemError::with_origin("dispute-coordinator", e)) + .map_err(|e| FatalError::DbReadFailed(e)) } /// Maybe prune data in the DB based on the provided session index. @@ -321,7 +320,7 @@ pub(crate) fn load_recent_disputes( pub(crate) fn note_earliest_session( overlay_db: &mut OverlayedBackend<'_, impl Backend>, new_earliest_session: SessionIndex, -) -> SubsystemResult<()> { +) -> FatalResult<()> { match overlay_db.load_earliest_session()? { None => { // First launch - write new-earliest. diff --git a/node/core/dispute-coordinator/src/initialized.rs b/node/core/dispute-coordinator/src/initialized.rs index 8304fc55ed37..2e06e60d0787 100644 --- a/node/core/dispute-coordinator/src/initialized.rs +++ b/node/core/dispute-coordinator/src/initialized.rs @@ -694,6 +694,10 @@ impl Initialized { Ok(()) } + // We use fatal result rather than result here. Reason being, We for example increase + // spam slots in this function. If then the import fails for some non fatal and + // unrelated reason, we should likely actually decrement previously incremented spam + // slots again, for non fatal errors - which is cumbersome and actually not needed async fn handle_import_statements( &mut self, ctx: &mut Context, @@ -702,7 +706,7 @@ impl Initialized { session: SessionIndex, statements: Vec<(SignedDisputeStatement, ValidatorIndex)>, now: Timestamp, - ) -> Result { + ) -> FatalResult { gum::trace!(target: LOG_TARGET, ?statements, "In handle import statements"); if !self.rolling_session_window.contains(session) { // It is not valid to participate in an ancient dispute (spam?) or too new.