From c0070723c5eab8280dd086c2a6c0489710b81728 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Thu, 10 Nov 2022 14:55:11 +0000 Subject: [PATCH 01/32] migrate to pools v4 --- runtime/kusama/src/lib.rs | 1 + .../src/weights/pallet_nomination_pools.rs | 21 +++++++++++++++++++ runtime/polkadot/src/lib.rs | 1 + .../src/weights/pallet_nomination_pools.rs | 21 +++++++++++++++++++ runtime/westend/src/lib.rs | 1 + .../src/weights/pallet_nomination_pools.rs | 21 +++++++++++++++++++ 6 files changed, 66 insertions(+) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 3f77ece6c86a..71f1b72dc08a 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1454,6 +1454,7 @@ pub type Executive = frame_executive::Executive< parachains_configuration::migration::v3::MigrateToV3, pallet_election_provider_multi_phase::migrations::v1::MigrateToV1, pallet_fast_unstake::migrations::v1::MigrateToV1, + pallet_nomination_pools::migration::v4::MigrateToV4, ), >; /// The payload being signed in the transactions. diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 96ebdf4dec37..8983aadf364b 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -266,4 +266,25 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission() -> Weight { + // Minimum execution time: 23_000 nanoseconds. + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_max() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 13_000 nanoseconds. + Weight::from_ref_time(14_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 0f71a37f425f..38701f95a076 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1610,6 +1610,7 @@ pub type Executive = frame_executive::Executive< parachains_configuration::migration::v3::MigrateToV3, pallet_election_provider_multi_phase::migrations::v1::MigrateToV1, pallet_fast_unstake::migrations::v1::MigrateToV1, + pallet_nomination_pools::migration::v4::MigrateToV4, ), >; diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 90024d6ef55a..cda6bcef8be2 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -266,4 +266,25 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission() -> Weight { + // Minimum execution time: 23_000 nanoseconds. + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_max() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 13_000 nanoseconds. + Weight::from_ref_time(14_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index a7930ff06ea6..537e4a28d60b 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1231,6 +1231,7 @@ pub type Executive = frame_executive::Executive< parachains_configuration::migration::v3::MigrateToV3, pallet_election_provider_multi_phase::migrations::v1::MigrateToV1, pallet_fast_unstake::migrations::v1::MigrateToV1, + pallet_nomination_pools::migration::v4::MigrateToV4, ), >; /// The payload being signed in transactions. diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index aee227af0e1c..78d96e80d40e 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -268,4 +268,25 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission() -> Weight { + // Minimum execution time: 23_000 nanoseconds. + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_max() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 13_000 nanoseconds. + Weight::from_ref_time(14_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } } From 11c690addba917dbcdb1da77c6aed5dcb49fd6a2 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 23 Dec 2022 22:27:44 +0700 Subject: [PATCH 02/32] update types + weights --- runtime/common/src/lib.rs | 8 ++++ runtime/kusama/src/lib.rs | 5 ++- .../src/weights/pallet_nomination_pools.rs | 24 +++++------ runtime/polkadot/src/lib.rs | 1 + .../src/weights/pallet_nomination_pools.rs | 43 ++++++++++--------- runtime/westend/src/lib.rs | 4 +- .../src/weights/pallet_nomination_pools.rs | 43 ++++++++++--------- 7 files changed, 71 insertions(+), 57 deletions(-) diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index ac5fc69a28e4..ffd5cb68cc5a 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -224,6 +224,14 @@ impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig { type MaxNominators = ConstU32<1000>; } +/// Convert a block number to an unsigned 32-bit number, use in nomination pools. +pub struct BlockNumberToU32; +impl sp_runtime::traits::Convert for BlockNumberToU32 { + fn convert(n: BlockNumber) -> u32 { + n as u32 + } +} + /// Convert a balance to an unsigned 256-bit number, use in nomination pools. pub struct BalanceToU256; impl sp_runtime::traits::Convert for BalanceToU256 { diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index d1808e3bd403..9ef415916be2 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -31,8 +31,8 @@ use primitives::v2::{ }; use runtime_common::{ auctions, claims, crowdloan, impl_runtime_weights, impls::DealWithFees, paras_registrar, - prod_or_fast, slots, BalanceToU256, BlockHashCount, BlockLength, CurrencyToVote, - SlowAdjustingFeeUpdate, U256ToBalance, + prod_or_fast, slots, BalanceToU256, BlockHashCount, BlockLength, BlockNumberToU32, + CurrencyToVote, SlowAdjustingFeeUpdate, U256ToBalance, }; use sp_std::{cmp::Ordering, collections::btree_map::BTreeMap, prelude::*}; @@ -1311,6 +1311,7 @@ impl pallet_nomination_pools::Config for Runtime { type WeightInfo = weights::pallet_nomination_pools::WeightInfo; type Currency = Balances; type RewardCounter = FixedU128; + type BlockNumberToU32 = BlockNumberToU32; type BalanceToU256 = BalanceToU256; type U256ToBalance = U256ToBalance; type Staking = Staking; diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 8983aadf364b..d0708e170c60 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -268,23 +268,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) + // Minimum execution time: 26_000 nanoseconds. + Weight::from_ref_time(27_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_max() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(25_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_throttle() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(26_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 9f8c74c984b6..b3d7d9918b53 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1431,6 +1431,7 @@ impl pallet_nomination_pools::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Currency = Balances; type RewardCounter = FixedU128; + type BlockNumberToU32 = runtime_common::BlockNumberToU32; type BalanceToU256 = runtime_common::BalanceToU256; type U256ToBalance = runtime_common::U256ToBalance; type Staking = Staking; diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index cda6bcef8be2..877318bc4c05 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -266,25 +266,26 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission() -> Weight { + // Minimum execution time: 26_000 nanoseconds. + Weight::from_ref_time(27_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_max() -> Weight { + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(25_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(26_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 17a41b08980b..46c681d4d5b4 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -45,7 +45,8 @@ use primitives::v2::{ use runtime_common::{ assigned_slots, auctions, crowdloan, elections::OnChainAccuracy, impl_runtime_weights, impls::ToAuthor, paras_registrar, paras_sudo_wrapper, prod_or_fast, slots, BalanceToU256, - BlockHashCount, BlockLength, CurrencyToVote, SlowAdjustingFeeUpdate, U256ToBalance, + BlockHashCount, BlockLength, BlockNumberToU32, CurrencyToVote, SlowAdjustingFeeUpdate, + U256ToBalance, }; use runtime_parachains::{ configuration as parachains_configuration, disputes as parachains_disputes, @@ -1075,6 +1076,7 @@ impl pallet_nomination_pools::Config for Runtime { type WeightInfo = weights::pallet_nomination_pools::WeightInfo; type Currency = Balances; type RewardCounter = FixedU128; + type BlockNumberToU32 = BlockNumberToU32; type BalanceToU256 = BalanceToU256; type U256ToBalance = U256ToBalance; type Staking = Staking; diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 78d96e80d40e..706ae99d4c53 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -268,25 +268,26 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(8 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { - // Minimum execution time: 13_000 nanoseconds. - Weight::from_ref_time(14_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission() -> Weight { + // Minimum execution time: 26_000 nanoseconds. + Weight::from_ref_time(27_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_max() -> Weight { + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(25_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 25_000 nanoseconds. + Weight::from_ref_time(26_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + } From f33ebb107c3966cf9029a6c52ad620fc01b3d35b Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 23 Dec 2022 23:10:05 +0700 Subject: [PATCH 03/32] rm BlockNumberToU32 --- runtime/common/src/lib.rs | 8 -------- runtime/kusama/src/lib.rs | 3 +-- runtime/polkadot/src/lib.rs | 2 -- runtime/westend/src/lib.rs | 3 +-- 4 files changed, 2 insertions(+), 14 deletions(-) diff --git a/runtime/common/src/lib.rs b/runtime/common/src/lib.rs index b93d801fd1df..3fb1d9021307 100644 --- a/runtime/common/src/lib.rs +++ b/runtime/common/src/lib.rs @@ -224,14 +224,6 @@ impl pallet_staking::BenchmarkingConfig for StakingBenchmarkingConfig { type MaxNominators = ConstU32<1000>; } -/// Convert a block number to an unsigned 32-bit number, use in nomination pools. -pub struct BlockNumberToU32; -impl sp_runtime::traits::Convert for BlockNumberToU32 { - fn convert(n: BlockNumber) -> u32 { - n as u32 - } -} - /// Convert a balance to an unsigned 256-bit number, use in nomination pools. pub struct BalanceToU256; impl sp_runtime::traits::Convert for BalanceToU256 { diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 4bf2e4555046..3acb636cd9c8 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -31,7 +31,7 @@ use primitives::v2::{ }; use runtime_common::{ auctions, claims, crowdloan, impl_runtime_weights, impls::DealWithFees, paras_registrar, - prod_or_fast, slots, BalanceToU256, BlockHashCount, BlockLength, BlockNumberToU32, + prod_or_fast, slots, BalanceToU256, BlockHashCount, BlockLength, CurrencyToVote, SlowAdjustingFeeUpdate, U256ToBalance, }; use sp_std::{cmp::Ordering, collections::btree_map::BTreeMap, prelude::*}; @@ -1311,7 +1311,6 @@ impl pallet_nomination_pools::Config for Runtime { type WeightInfo = weights::pallet_nomination_pools::WeightInfo; type Currency = Balances; type RewardCounter = FixedU128; - type BlockNumberToU32 = BlockNumberToU32; type BalanceToU256 = BalanceToU256; type U256ToBalance = U256ToBalance; type Staking = Staking; diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 3e2663730ef6..e1a9eb4944d1 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1430,8 +1430,6 @@ parameter_types! { impl pallet_nomination_pools::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Currency = Balances; - type RewardCounter = FixedU128; - type BlockNumberToU32 = runtime_common::BlockNumberToU32; type BalanceToU256 = runtime_common::BalanceToU256; type U256ToBalance = runtime_common::U256ToBalance; type Staking = Staking; diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 25f07e9d3fec..9e7485234b80 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -45,7 +45,7 @@ use primitives::v2::{ use runtime_common::{ assigned_slots, auctions, crowdloan, elections::OnChainAccuracy, impl_runtime_weights, impls::ToAuthor, paras_registrar, paras_sudo_wrapper, prod_or_fast, slots, BalanceToU256, - BlockHashCount, BlockLength, BlockNumberToU32, CurrencyToVote, SlowAdjustingFeeUpdate, + BlockHashCount, BlockLength, CurrencyToVote, SlowAdjustingFeeUpdate, U256ToBalance, }; use runtime_parachains::{ @@ -1076,7 +1076,6 @@ impl pallet_nomination_pools::Config for Runtime { type WeightInfo = weights::pallet_nomination_pools::WeightInfo; type Currency = Balances; type RewardCounter = FixedU128; - type BlockNumberToU32 = BlockNumberToU32; type BalanceToU256 = BalanceToU256; type U256ToBalance = U256ToBalance; type Staking = Staking; From 3333d1b20f116ef202605c9106ed52b59d436fca Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 23 Dec 2022 23:15:12 +0700 Subject: [PATCH 04/32] fmt --- runtime/kusama/src/lib.rs | 4 ++-- runtime/westend/src/lib.rs | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 3acb636cd9c8..54030475853d 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -31,8 +31,8 @@ use primitives::v2::{ }; use runtime_common::{ auctions, claims, crowdloan, impl_runtime_weights, impls::DealWithFees, paras_registrar, - prod_or_fast, slots, BalanceToU256, BlockHashCount, BlockLength, - CurrencyToVote, SlowAdjustingFeeUpdate, U256ToBalance, + prod_or_fast, slots, BalanceToU256, BlockHashCount, BlockLength, CurrencyToVote, + SlowAdjustingFeeUpdate, U256ToBalance, }; use sp_std::{cmp::Ordering, collections::btree_map::BTreeMap, prelude::*}; diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 9e7485234b80..41789315b174 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -45,8 +45,7 @@ use primitives::v2::{ use runtime_common::{ assigned_slots, auctions, crowdloan, elections::OnChainAccuracy, impl_runtime_weights, impls::ToAuthor, paras_registrar, paras_sudo_wrapper, prod_or_fast, slots, BalanceToU256, - BlockHashCount, BlockLength, CurrencyToVote, SlowAdjustingFeeUpdate, - U256ToBalance, + BlockHashCount, BlockLength, CurrencyToVote, SlowAdjustingFeeUpdate, U256ToBalance, }; use runtime_parachains::{ configuration as parachains_configuration, disputes as parachains_disputes, From d287c5b0ac33642f6d8a1aa8c9f9142a39fed647 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 23 Dec 2022 23:38:38 +0700 Subject: [PATCH 05/32] fix --- runtime/polkadot/src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index e1a9eb4944d1..aa6cd2cce8b6 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1430,6 +1430,7 @@ parameter_types! { impl pallet_nomination_pools::Config for Runtime { type RuntimeEvent = RuntimeEvent; type Currency = Balances; + type RewardCounter = FixedU128; type BalanceToU256 = runtime_common::BalanceToU256; type U256ToBalance = runtime_common::U256ToBalance; type Staking = Staking; From d65faa554c51bd6c30060e016325af938cd845fe Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Sat, 24 Dec 2022 13:13:37 +0700 Subject: [PATCH 06/32] update weights --- .../src/weights/pallet_nomination_pools.rs | 26 ++++++----- .../src/weights/pallet_nomination_pools.rs | 45 ++++++++++--------- .../src/weights/pallet_nomination_pools.rs | 45 ++++++++++--------- 3 files changed, 60 insertions(+), 56 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index e16b77fae794..e978e743b83e 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -285,24 +285,26 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 23_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission_max() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(25_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_throttle() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(26_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) } } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index b5917807760f..d35f907e0b62 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -286,26 +286,27 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(9 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(25_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(26_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - + // Storage: NominationPools BondedPools (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) + fn set_commission() -> Weight { + // Minimum execution time: 23_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) + fn set_commission_max() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) + } } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index f324e847afaa..3ab4e0759b52 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -284,26 +284,27 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(9 as u64)) .saturating_add(T::DbWeight::get().writes(5 as u64)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 26_000 nanoseconds. - Weight::from_ref_time(27_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(25_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { - // Minimum execution time: 25_000 nanoseconds. - Weight::from_ref_time(26_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } - + // Storage: NominationPools BondedPools (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) + fn set_commission() -> Weight { + // Minimum execution time: 23_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) + fn set_commission_max() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(2)) + .saturating_add(RocksDbWeight::get().writes(1)) + } + // Storage: NominationPools BondedPools (r:1 w:1) + fn set_commission_throttle() -> Weight { + // Minimum execution time: 22_000 nanoseconds. + Weight::from_ref_time(23_000_000) + .saturating_add(RocksDbWeight::get().reads(1)) + .saturating_add(RocksDbWeight::get().writes(1)) + } } From 0401df41a2bcc891a551b87633cb150d7c958820 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 26 Dec 2022 18:29:10 +0700 Subject: [PATCH 07/32] fix RocksDbWeight --- runtime/kusama/src/weights/pallet_nomination_pools.rs | 2 +- runtime/polkadot/src/weights/pallet_nomination_pools.rs | 2 +- runtime/westend/src/weights/pallet_nomination_pools.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index e978e743b83e..ec0d1503a1e5 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -38,7 +38,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] -use frame_support::{traits::Get, weights::Weight}; +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; /// Weight functions for `pallet_nomination_pools`. diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index d35f907e0b62..c2f6e8a7ef68 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -38,7 +38,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] -use frame_support::{traits::Get, weights::Weight}; +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; /// Weight functions for `pallet_nomination_pools`. diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 3ab4e0759b52..d80123d39456 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -38,7 +38,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] -use frame_support::{traits::Get, weights::Weight}; +use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; use sp_std::marker::PhantomData; /// Weight functions for `pallet_nomination_pools`. From b3cf1aa15b276925a2e4a476f583c6f6aa5ff4d5 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 26 Dec 2022 20:36:02 +0700 Subject: [PATCH 08/32] fix function name --- runtime/kusama/src/weights/pallet_nomination_pools.rs | 2 +- runtime/polkadot/src/weights/pallet_nomination_pools.rs | 2 +- runtime/westend/src/weights/pallet_nomination_pools.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index ec0d1503a1e5..232d4adf6279 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -301,7 +301,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(RocksDbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { + fn set_commission_change_rate() -> Weight { // Minimum execution time: 22_000 nanoseconds. Weight::from_ref_time(23_000_000) .saturating_add(RocksDbWeight::get().reads(1)) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index c2f6e8a7ef68..92708ae6afbf 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -303,7 +303,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(RocksDbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { + fn set_commission_change_rate() -> Weight { // Minimum execution time: 22_000 nanoseconds. Weight::from_ref_time(23_000_000) .saturating_add(RocksDbWeight::get().reads(1)) diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index d80123d39456..7486ed4ff812 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -301,7 +301,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(RocksDbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_throttle() -> Weight { + fn set_commission_change_rate() -> Weight { // Minimum execution time: 22_000 nanoseconds. Weight::from_ref_time(23_000_000) .saturating_add(RocksDbWeight::get().reads(1)) From e22647688d7ac90c9c0524dd1a01444e837aad41 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 27 Dec 2022 11:33:13 +0700 Subject: [PATCH 09/32] weights --- .../src/weights/pallet_nomination_pools.rs | 22 ++++++++--------- .../src/weights/pallet_nomination_pools.rs | 24 +++++++++---------- 2 files changed, 21 insertions(+), 25 deletions(-) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 92708ae6afbf..673aeba615bf 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -287,26 +287,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) - // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) + // Minimum execution time: 24_000 nanoseconds. + Weight::from_ref_time(24_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) - // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission_max() -> Weight { // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_change_rate() -> Weight { - // Minimum execution time: 22_000 nanoseconds. + // Minimum execution time: 21_000 nanoseconds. Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(1)) - .saturating_add(RocksDbWeight::get().writes(1)) + .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 7486ed4ff812..fa26adaeb4b0 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -285,26 +285,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) - // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) + // Minimum execution time: 24_000 nanoseconds. + Weight::from_ref_time(24_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) - // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission_max() -> Weight { // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_change_rate() -> Weight { - // Minimum execution time: 22_000 nanoseconds. + // Minimum execution time: 21_000 nanoseconds. Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(1)) - .saturating_add(RocksDbWeight::get().writes(1)) - } + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } } From a039091ea401d395f81a37e8617a67cf04d229d4 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 27 Dec 2022 11:34:41 +0700 Subject: [PATCH 10/32] use 1 weight format --- .../src/weights/pallet_nomination_pools.rs | 24 +++++++++---------- .../src/weights/pallet_nomination_pools.rs | 2 +- .../src/weights/pallet_nomination_pools.rs | 2 +- 3 files changed, 13 insertions(+), 15 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 232d4adf6279..591a8573fbb6 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -38,7 +38,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] -use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use frame_support::{traits::Get, weights::Weight}; use sp_std::marker::PhantomData; /// Weight functions for `pallet_nomination_pools`. @@ -285,26 +285,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().writes(5 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) - // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission() -> Weight { - // Minimum execution time: 23_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) + // Minimum execution time: 24_000 nanoseconds. + Weight::from_ref_time(24_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) - // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn set_commission_max() -> Weight { // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(2)) - .saturating_add(RocksDbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_change_rate() -> Weight { - // Minimum execution time: 22_000 nanoseconds. + // Minimum execution time: 21_000 nanoseconds. Weight::from_ref_time(23_000_000) - .saturating_add(RocksDbWeight::get().reads(1)) - .saturating_add(RocksDbWeight::get().writes(1)) + .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 673aeba615bf..c1a04869f046 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -38,7 +38,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] -use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use frame_support::{traits::Get, weights::Weight}; use sp_std::marker::PhantomData; /// Weight functions for `pallet_nomination_pools`. diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index fa26adaeb4b0..22911afa98b8 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -38,7 +38,7 @@ #![allow(unused_parens)] #![allow(unused_imports)] -use frame_support::{traits::Get, weights::{Weight, constants::RocksDbWeight}}; +use frame_support::{traits::Get, weights::Weight}; use sp_std::marker::PhantomData; /// Weight functions for `pallet_nomination_pools`. From e5d26b10d07db13fc364301f61c9d2b116b05fab Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 27 Dec 2022 23:46:48 +0700 Subject: [PATCH 11/32] update claim payout weights --- runtime/kusama/src/weights/pallet_nomination_pools.rs | 9 +++++---- runtime/polkadot/src/weights/pallet_nomination_pools.rs | 9 +++++---- runtime/westend/src/weights/pallet_nomination_pools.rs | 9 +++++---- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 591a8573fbb6..9a7cd7846462 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -97,11 +97,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn claim_payout() -> Weight { - // Minimum execution time: 54_447 nanoseconds. - Weight::from_ref_time(54_781_000 as u64) - .saturating_add(T::DbWeight::get().reads(4 as u64)) - .saturating_add(T::DbWeight::get().writes(4 as u64)) + // Minimum execution time: 64_000 nanoseconds. + Weight::from_ref_time(65_000_000) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NominationPools PoolMembers (r:1 w:1) // Storage: NominationPools BondedPools (r:1 w:1) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index c1a04869f046..5056f758be65 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -97,11 +97,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn claim_payout() -> Weight { - // Minimum execution time: 54_743 nanoseconds. - Weight::from_ref_time(55_539_000 as u64) - .saturating_add(T::DbWeight::get().reads(4 as u64)) - .saturating_add(T::DbWeight::get().writes(4 as u64)) + // Minimum execution time: 64_000 nanoseconds. + Weight::from_ref_time(65_000_000) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NominationPools PoolMembers (r:1 w:1) // Storage: NominationPools BondedPools (r:1 w:1) diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 22911afa98b8..759ba412919a 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -97,11 +97,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) // Storage: NominationPools RewardPools (r:1 w:1) // Storage: System Account (r:1 w:1) + // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn claim_payout() -> Weight { - // Minimum execution time: 54_355 nanoseconds. - Weight::from_ref_time(54_950_000 as u64) - .saturating_add(T::DbWeight::get().reads(4 as u64)) - .saturating_add(T::DbWeight::get().writes(4 as u64)) + // Minimum execution time: 64_000 nanoseconds. + Weight::from_ref_time(65_000_000) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(4)) } // Storage: NominationPools PoolMembers (r:1 w:1) // Storage: NominationPools BondedPools (r:1 w:1) From 1254626c0f0fb75b461047d8c0d4441994b215ff Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Wed, 28 Dec 2022 22:38:02 +0700 Subject: [PATCH 12/32] + as u64 --- .../src/weights/pallet_nomination_pools.rs | 24 ++++++++--------- .../src/weights/pallet_nomination_pools.rs | 24 ++++++++--------- .../src/weights/pallet_nomination_pools.rs | 26 +++++++++---------- 3 files changed, 37 insertions(+), 37 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 9a7cd7846462..85f2953c9a24 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -100,9 +100,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn claim_payout() -> Weight { // Minimum execution time: 64_000 nanoseconds. - Weight::from_ref_time(65_000_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + Weight::from_ref_time(65_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(5 as u64)) + .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: NominationPools PoolMembers (r:1 w:1) // Storage: NominationPools BondedPools (r:1 w:1) @@ -288,22 +288,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission() -> Weight { // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_max() -> Weight { // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_change_rate() -> Weight { // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(23_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 5056f758be65..8ebe51085c1b 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -100,9 +100,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn claim_payout() -> Weight { // Minimum execution time: 64_000 nanoseconds. - Weight::from_ref_time(65_000_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + Weight::from_ref_time(65_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(5 as u64)) + .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: NominationPools PoolMembers (r:1 w:1) // Storage: NominationPools BondedPools (r:1 w:1) @@ -290,22 +290,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission() -> Weight { // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_max() -> Weight { // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_change_rate() -> Weight { // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(23_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 759ba412919a..f6adfbde7eb6 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -100,9 +100,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools GlobalMaxCommission (r:1 w:0) fn claim_payout() -> Weight { // Minimum execution time: 64_000 nanoseconds. - Weight::from_ref_time(65_000_000) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + Weight::from_ref_time(65_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(5 as u64)) + .saturating_add(T::DbWeight::get().writes(4 as u64)) } // Storage: NominationPools PoolMembers (r:1 w:1) // Storage: NominationPools BondedPools (r:1 w:1) @@ -288,22 +288,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission() -> Weight { // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_max() -> Weight { // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + Weight::from_ref_time(24_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) } // Storage: NominationPools BondedPools (r:1 w:1) fn set_commission_change_rate() -> Weight { // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(23_000_000) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) - } + Weight::from_ref_time(23_000_000 as u64) + .saturating_add(T::DbWeight::get().reads(1 as u64)) + .saturating_add(T::DbWeight::get().writes(1 as u64)) + } } From 37b7b30f960f098544d002b0d7cd640a7bbf4054 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Fri, 24 Feb 2023 23:05:23 +0700 Subject: [PATCH 13/32] fix rebase + fmt --- runtime/kusama/src/lib.rs | 4 +--- runtime/kusama/src/weights/pallet_nomination_pools.rs | 1 + runtime/polkadot/src/lib.rs | 4 +--- runtime/polkadot/src/weights/pallet_nomination_pools.rs | 3 ++- runtime/westend/src/lib.rs | 4 ++-- runtime/westend/src/weights/pallet_nomination_pools.rs | 3 ++- 6 files changed, 9 insertions(+), 10 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index 8513b0f0620a..ea4bb7c38226 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1485,9 +1485,7 @@ impl Get<&'static str> for StakingMigrationV11OldPallet { /// All migrations that will run on the next runtime upgrade. /// /// Should be cleared after every release. -pub type Migrations = ( - pallet_nomination_pools::migration::v4::MigrateToV4, -); +pub type Migrations = (pallet_nomination_pools::migration::v4::MigrateToV4,); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index fc99d6ee2b07..d8c455bbc2c0 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -513,6 +513,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo Weight::from_ref_time(23_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) + } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 320aed2f180a..15850e5d1e48 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1606,9 +1606,7 @@ impl Get<&'static str> for StakingMigrationV11OldPallet { /// All migrations that will run on the next runtime upgrade. /// /// Should be cleared after every release. -pub type Migrations = ( - pallet_nomination_pools::migration::v4::MigrateToV4, -); +pub type Migrations = (pallet_nomination_pools::migration::v4::MigrateToV4,); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 03b0b484c599..812e1ba39b28 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -511,6 +511,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo Weight::from_ref_time(23_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) + } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) @@ -525,4 +526,4 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } -} +} \ No newline at end of file diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 925e176ad16b..26b5718d8fbf 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1227,8 +1227,8 @@ impl Get<&'static str> for StakingMigrationV11OldPallet { /// /// Should be cleared after every release. pub type Migrations = ( - clean_state_migration::CleanMigrate, - pallet_nomination_pools::migration::v4::MigrateToV4, + clean_state_migration::CleanMigrate, + pallet_nomination_pools::migration::v4::MigrateToV4, ); /// Unchecked extrinsic type as expected by this runtime. diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index fa7a6589a00a..3a29cf858b8d 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -510,6 +510,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo Weight::from_ref_time(23_000_000 as u64) .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) + } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) @@ -524,4 +525,4 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } -} +} \ No newline at end of file From 65604ee681491b0e18fa0fb21ba060c730e6e041 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Sat, 25 Feb 2023 20:10:02 +0700 Subject: [PATCH 14/32] add weights --- .../src/weights/pallet_nomination_pools.rs | 18 ++++++++++++++++++ .../src/weights/pallet_nomination_pools.rs | 18 ++++++++++++++++++ .../src/weights/pallet_nomination_pools.rs | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index d8c455bbc2c0..535319cc265f 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -514,6 +514,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } + /// Storage: NominationPools BondedPools (r:1 w:0) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + /// Storage: NominationPools RewardPools (r:1 w:0) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + fn claim_commission() -> Weight { + // Proof Size summary in bytes: + // Measured: `1096` + // Estimated: `8364` + // Minimum execution time: 46_155 nanoseconds. + Weight::from_ref_time(46_918_000) + .saturating_add(Weight::from_proof_size(8364)) + .saturating_add(RocksDbWeight::get().reads(4_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) + } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 812e1ba39b28..71d24ae5d7ae 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -512,6 +512,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } + /// Storage: NominationPools BondedPools (r:1 w:0) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + /// Storage: NominationPools RewardPools (r:1 w:0) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + fn claim_commission() -> Weight { + // Proof Size summary in bytes: + // Measured: `1096` + // Estimated: `8364` + // Minimum execution time: 46_155 nanoseconds. + Weight::from_ref_time(46_918_000) + .saturating_add(Weight::from_proof_size(8364)) + .saturating_add(RocksDbWeight::get().reads(4_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) + } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 3a29cf858b8d..ac85bfd1e0cf 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -511,6 +511,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo .saturating_add(T::DbWeight::get().reads(1 as u64)) .saturating_add(T::DbWeight::get().writes(1 as u64)) } + /// Storage: NominationPools BondedPools (r:1 w:0) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + /// Storage: NominationPools RewardPools (r:1 w:0) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + fn claim_commission() -> Weight { + // Proof Size summary in bytes: + // Measured: `1096` + // Estimated: `8364` + // Minimum execution time: 46_155 nanoseconds. + Weight::from_ref_time(46_918_000) + .saturating_add(Weight::from_proof_size(8364)) + .saturating_add(RocksDbWeight::get().reads(4_u64)) + .saturating_add(RocksDbWeight::get().writes(1_u64)) + } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) From 7416df0eb2aa735a7214ce70d2031f8e121d42bd Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Sat, 25 Feb 2023 20:19:20 +0700 Subject: [PATCH 15/32] more weights --- runtime/kusama/src/weights/pallet_nomination_pools.rs | 4 ++-- runtime/polkadot/src/weights/pallet_nomination_pools.rs | 4 ++-- runtime/westend/src/weights/pallet_nomination_pools.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 535319cc265f..5470ce61557b 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -529,8 +529,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Minimum execution time: 46_155 nanoseconds. Weight::from_ref_time(46_918_000) .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(RocksDbWeight::get().reads(4_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 71d24ae5d7ae..0d9e8ab91d3d 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -527,8 +527,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Minimum execution time: 46_155 nanoseconds. Weight::from_ref_time(46_918_000) .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(RocksDbWeight::get().reads(4_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index ac85bfd1e0cf..8ce2e973dda1 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -526,8 +526,8 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Minimum execution time: 46_155 nanoseconds. Weight::from_ref_time(46_918_000) .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(RocksDbWeight::get().reads(4_u64)) - .saturating_add(RocksDbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) From caa32307f5d1a1ee1962a3c275ee8a4cdc5132ea Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Mon, 27 Feb 2023 09:37:41 +0000 Subject: [PATCH 16/32] ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools --- .../src/weights/pallet_nomination_pools.rs | 327 ++++++++++-------- 1 file changed, 181 insertions(+), 146 deletions(-) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 0d9e8ab91d3d..706b631bf62c 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -16,22 +16,24 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// target/production/polkadot // benchmark // pallet -// --chain=polkadot-dev // --steps=50 // --repeat=20 -// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json +// --pallet=pallet_nomination_pools +// --chain=polkadot-dev // --header=./file_header.txt // --output=./runtime/polkadot/src/weights/ @@ -50,13 +52,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) @@ -73,20 +77,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3468` - // Estimated: `38468` - // Minimum execution time: 138_821 nanoseconds. - Weight::from_ref_time(141_643_000) - .saturating_add(Weight::from_proof_size(38468)) - .saturating_add(T::DbWeight::get().reads(17)) + // Measured: `3545` + // Estimated: `39055` + // Minimum execution time: 151_047 nanoseconds. + Weight::from_ref_time(152_189_000) + .saturating_add(Weight::from_proof_size(39055)) + .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -101,12 +107,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3510` - // Estimated: `39063` - // Minimum execution time: 136_347 nanoseconds. - Weight::from_ref_time(138_251_000) - .saturating_add(Weight::from_proof_size(39063)) - .saturating_add(T::DbWeight::get().reads(14)) + // Measured: `3587` + // Estimated: `39650` + // Minimum execution time: 149_336 nanoseconds. + Weight::from_ref_time(150_402_000) + .saturating_add(Weight::from_proof_size(39650)) + .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) @@ -114,9 +120,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -131,12 +139,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3393` - // Estimated: `38950` - // Minimum execution time: 148_871 nanoseconds. - Weight::from_ref_time(150_708_000) - .saturating_add(Weight::from_proof_size(38950)) - .saturating_add(T::DbWeight::get().reads(14)) + // Measured: `3470` + // Estimated: `39537` + // Minimum execution time: 161_133 nanoseconds. + Weight::from_ref_time(162_471_000) + .saturating_add(Weight::from_proof_size(39537)) + .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) @@ -144,31 +152,35 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1220` - // Estimated: `13485` - // Minimum execution time: 55_263 nanoseconds. - Weight::from_ref_time(56_758_000) - .saturating_add(Weight::from_proof_size(13485)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `1297` + // Estimated: `14072` + // Minimum execution time: 61_090 nanoseconds. + Weight::from_ref_time(61_986_000) + .saturating_add(Weight::from_proof_size(14072)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) @@ -189,16 +201,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3748` - // Estimated: `44674` - // Minimum execution time: 141_538 nanoseconds. - Weight::from_ref_time(145_982_000) - .saturating_add(Weight::from_proof_size(44674)) - .saturating_add(T::DbWeight::get().reads(18)) + // Measured: `3825` + // Estimated: `45261` + // Minimum execution time: 154_331 nanoseconds. + Weight::from_ref_time(155_416_000) + .saturating_add(Weight::from_proof_size(45261)) + .saturating_add(T::DbWeight::get().reads(19)) .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -210,13 +222,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1672` - // Estimated: `13025` - // Minimum execution time: 50_576 nanoseconds. - Weight::from_ref_time(51_661_297) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 890 - .saturating_add(Weight::from_ref_time(9_936).saturating_mul(s.into())) + // Measured: `1676` + // Estimated: `13081` + // Minimum execution time: 52_546 nanoseconds. + Weight::from_ref_time(54_467_358) + .saturating_add(Weight::from_proof_size(13081)) + // Standard Error: 3_643 + .saturating_add(Weight::from_ref_time(5_483).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -225,7 +237,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -241,15 +253,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(s: u32, ) -> Weight { + fn withdraw_unbonded_update(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2196` - // Estimated: `22991` - // Minimum execution time: 93_998 nanoseconds. - Weight::from_ref_time(95_463_915) - .saturating_add(Weight::from_proof_size(22991)) - // Standard Error: 1_047 - .saturating_add(Weight::from_ref_time(17_510).saturating_mul(s.into())) + // Measured: `2200` + // Estimated: `23047` + // Minimum execution time: 100_942 nanoseconds. + Weight::from_ref_time(106_524_077) + .saturating_add(Weight::from_proof_size(23047)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -258,7 +268,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) @@ -282,7 +292,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) @@ -296,13 +306,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2584` - // Estimated: `46001` - // Minimum execution time: 145_214 nanoseconds. - Weight::from_ref_time(148_632_571) - .saturating_add(Weight::from_proof_size(46001)) + // Measured: `2588` + // Estimated: `46093` + // Minimum execution time: 159_736 nanoseconds. + Weight::from_ref_time(162_919_849) + .saturating_add(Weight::from_proof_size(46093)) + // Standard Error: 16_508 + .saturating_add(Weight::from_ref_time(31_316).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -337,7 +349,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools ReversePoolIdLookup (r:1 w:1) @@ -345,21 +357,21 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: // Measured: `1220` - // Estimated: `32002` - // Minimum execution time: 128_238 nanoseconds. - Weight::from_ref_time(130_135_000) - .saturating_add(Weight::from_proof_size(32002)) + // Estimated: `32090` + // Minimum execution time: 141_144 nanoseconds. + Weight::from_ref_time(142_512_000) + .saturating_add(Weight::from_proof_size(32090)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -385,36 +397,36 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1805` - // Estimated: `21998 + n * (2520 ±0)` - // Minimum execution time: 61_163 nanoseconds. - Weight::from_ref_time(61_795_451) - .saturating_add(Weight::from_proof_size(21998)) - // Standard Error: 10_555 - .saturating_add(Weight::from_ref_time(1_112_812).saturating_mul(n.into())) + // Measured: `1809` + // Estimated: `22054 + n * (2520 ±0)` + // Minimum execution time: 65_331 nanoseconds. + Weight::from_ref_time(64_849_311) + .saturating_add(Weight::from_proof_size(22054)) + // Standard Error: 57_463 + .saturating_add(Weight::from_ref_time(1_585_804).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())) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1393` - // Estimated: `8752` - // Minimum execution time: 31_553 nanoseconds. - Weight::from_ref_time(32_021_000) - .saturating_add(Weight::from_proof_size(8752)) + // Measured: `1397` + // Estimated: `8808` + // Minimum execution time: 32_736 nanoseconds. + Weight::from_ref_time(33_293_000) + .saturating_add(Weight::from_proof_size(8808)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools Metadata (r:1 w:1) /// Proof: NominationPools Metadata (max_values: None, max_size: Some(270), added: 2745, mode: MaxEncodedLen) /// Storage: NominationPools CounterForMetadata (r:1 w:1) @@ -422,13 +434,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `5883` - // Minimum execution time: 13_537 nanoseconds. - Weight::from_ref_time(14_140_818) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 108 - .saturating_add(Weight::from_ref_time(1_394).saturating_mul(n.into())) + // Measured: `529` + // Estimated: `5939` + // Minimum execution time: 14_287 nanoseconds. + Weight::from_ref_time(15_073_749) + .saturating_add(Weight::from_proof_size(5939)) + // Standard Error: 427 + .saturating_add(Weight::from_ref_time(1_283).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -440,31 +452,33 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MinCreateBond (r:0 w:1) /// Proof: NominationPools MinCreateBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:0 w:1) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPools (r:0 w:1) /// Proof: NominationPools MaxPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_configs() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_626 nanoseconds. - Weight::from_ref_time(4_783_000) + // Minimum execution time: 5_678 nanoseconds. + Weight::from_ref_time(6_005_000) .saturating_add(Weight::from_proof_size(0)) - .saturating_add(T::DbWeight::get().writes(5)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `2639` - // Minimum execution time: 18_428 nanoseconds. - Weight::from_ref_time(18_781_000) - .saturating_add(Weight::from_proof_size(2639)) + // Measured: `529` + // Estimated: `2695` + // Minimum execution time: 19_892 nanoseconds. + Weight::from_ref_time(20_142_000) + .saturating_add(Weight::from_proof_size(2695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -483,52 +497,55 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2032` - // Estimated: `20489` - // Minimum execution time: 60_522 nanoseconds. - Weight::from_ref_time(61_308_000) - .saturating_add(Weight::from_proof_size(20489)) + // Measured: `2036` + // Estimated: `20545` + // Minimum execution time: 65_685 nanoseconds. + Weight::from_ref_time(66_500_000) + .saturating_add(Weight::from_proof_size(20545)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_change_rate() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - /// Storage: NominationPools BondedPools (r:1 w:0) + /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) - /// Storage: NominationPools RewardPools (r:1 w:0) + /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: System Account (r:1 w:1) + /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - fn claim_commission() -> Weight { + fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1096` + // Measured: `832` // Estimated: `8364` - // Minimum execution time: 46_155 nanoseconds. - Weight::from_ref_time(46_918_000) + // Minimum execution time: 32_039 nanoseconds. + Weight::from_ref_time(32_443_000) .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) + } + /// Storage: NominationPools BondedPools (r:1 w:1) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + fn set_commission_max() -> Weight { + // Proof Size summary in bytes: + // Measured: `569` + // Estimated: `2695` + // Minimum execution time: 19_446 nanoseconds. + Weight::from_ref_time(19_864_000) + .saturating_add(Weight::from_proof_size(2695)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + /// Storage: NominationPools BondedPools (r:1 w:1) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + fn set_commission_change_rate() -> Weight { + // Proof Size summary in bytes: + // Measured: `529` + // Estimated: `2695` + // Minimum execution time: 20_303 nanoseconds. + Weight::from_ref_time(20_490_000) + .saturating_add(Weight::from_proof_size(2695)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) @@ -538,10 +555,28 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `508` // Estimated: `5708` - // Minimum execution time: 14_159 nanoseconds. - Weight::from_ref_time(14_475_000) + // Minimum execution time: 14_857 nanoseconds. + Weight::from_ref_time(15_065_000) .saturating_add(Weight::from_proof_size(5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } -} \ No newline at end of file + /// Storage: NominationPools BondedPools (r:1 w:0) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + /// Storage: NominationPools RewardPools (r:1 w:1) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + fn claim_commission() -> Weight { + // Proof Size summary in bytes: + // Measured: `1062` + // Estimated: `8364` + // Minimum execution time: 43_212 nanoseconds. + Weight::from_ref_time(43_826_000) + .saturating_add(Weight::from_proof_size(8364)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) + } +} From 40733380207e7bd68a0be247bb36e109bfefa159 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Mon, 27 Feb 2023 10:49:27 +0000 Subject: [PATCH 17/32] ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev pallet_nomination_pools --- .../src/weights/pallet_nomination_pools.rs | 329 ++++++++++-------- 1 file changed, 179 insertions(+), 150 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 5470ce61557b..a0c238a279cc 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -16,22 +16,24 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-22, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm5`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// target/production/polkadot // benchmark // pallet -// --chain=kusama-dev // --steps=50 // --repeat=20 -// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json +// --pallet=pallet_nomination_pools +// --chain=kusama-dev // --header=./file_header.txt // --output=./runtime/kusama/src/weights/ @@ -50,13 +52,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) @@ -73,20 +77,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3501` - // Estimated: `38468` - // Minimum execution time: 138_497 nanoseconds. - Weight::from_ref_time(140_588_000) - .saturating_add(Weight::from_proof_size(38468)) - .saturating_add(T::DbWeight::get().reads(17)) + // Measured: `3578` + // Estimated: `39055` + // Minimum execution time: 152_469 nanoseconds. + Weight::from_ref_time(153_686_000) + .saturating_add(Weight::from_proof_size(39055)) + .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -101,12 +107,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3543` - // Estimated: `39063` - // Minimum execution time: 135_261 nanoseconds. - Weight::from_ref_time(136_884_000) - .saturating_add(Weight::from_proof_size(39063)) - .saturating_add(T::DbWeight::get().reads(14)) + // Measured: `3620` + // Estimated: `39650` + // Minimum execution time: 149_317 nanoseconds. + Weight::from_ref_time(150_860_000) + .saturating_add(Weight::from_proof_size(39650)) + .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) @@ -114,9 +120,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -125,50 +133,54 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// Storage: VoterList ListNodes (r:2 w:2) + /// Storage: VoterList ListNodes (r:3 w:3) /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3389` - // Estimated: `38950` - // Minimum execution time: 147_724 nanoseconds. - Weight::from_ref_time(149_274_000) - .saturating_add(Weight::from_proof_size(38950)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3685` + // Estimated: `42166` + // Minimum execution time: 169_261 nanoseconds. + Weight::from_ref_time(170_361_000) + .saturating_add(Weight::from_proof_size(42166)) + .saturating_add(T::DbWeight::get().reads(16)) + .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1254` - // Estimated: `13485` - // Minimum execution time: 54_107 nanoseconds. - Weight::from_ref_time(55_084_000) - .saturating_add(Weight::from_proof_size(13485)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `1331` + // Estimated: `14072` + // Minimum execution time: 58_468 nanoseconds. + Weight::from_ref_time(59_242_000) + .saturating_add(Weight::from_proof_size(14072)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) @@ -189,16 +201,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3779` - // Estimated: `44930` - // Minimum execution time: 140_104 nanoseconds. - Weight::from_ref_time(140_897_000) - .saturating_add(Weight::from_proof_size(44930)) - .saturating_add(T::DbWeight::get().reads(18)) + // Measured: `3856` + // Estimated: `45517` + // Minimum execution time: 154_121 nanoseconds. + Weight::from_ref_time(155_874_000) + .saturating_add(Weight::from_proof_size(45517)) + .saturating_add(T::DbWeight::get().reads(19)) .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -208,15 +220,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn pool_withdraw_unbonded(s: u32, ) -> Weight { + fn pool_withdraw_unbonded(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1700` - // Estimated: `13025` - // Minimum execution time: 48_227 nanoseconds. - Weight::from_ref_time(49_988_432) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 706 - .saturating_add(Weight::from_ref_time(6_209).saturating_mul(s.into())) + // Measured: `1704` + // Estimated: `13081` + // Minimum execution time: 51_769 nanoseconds. + Weight::from_ref_time(54_536_267) + .saturating_add(Weight::from_proof_size(13081)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -225,7 +235,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -241,15 +251,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(s: u32, ) -> Weight { + fn withdraw_unbonded_update(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2224` - // Estimated: `22991` - // Minimum execution time: 92_484 nanoseconds. - Weight::from_ref_time(94_254_505) - .saturating_add(Weight::from_proof_size(22991)) - // Standard Error: 1_446 - .saturating_add(Weight::from_ref_time(14_097).saturating_mul(s.into())) + // Measured: `2228` + // Estimated: `23047` + // Minimum execution time: 99_564 nanoseconds. + Weight::from_ref_time(102_374_984) + .saturating_add(Weight::from_proof_size(23047)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(8)) } @@ -258,7 +266,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) @@ -282,7 +290,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) @@ -296,15 +304,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2614` - // Estimated: `46287` - // Minimum execution time: 144_956 nanoseconds. - Weight::from_ref_time(147_704_997) - .saturating_add(Weight::from_proof_size(46287)) - // Standard Error: 2_422 - .saturating_add(Weight::from_ref_time(4_931).saturating_mul(s.into())) + // Measured: `2618` + // Estimated: `46379` + // Minimum execution time: 157_883 nanoseconds. + Weight::from_ref_time(164_953_973) + .saturating_add(Weight::from_proof_size(46379)) .saturating_add(T::DbWeight::get().reads(20)) .saturating_add(T::DbWeight::get().writes(18)) } @@ -339,7 +345,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools ReversePoolIdLookup (r:1 w:1) @@ -347,21 +353,21 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: // Measured: `1254` - // Estimated: `32002` - // Minimum execution time: 127_089 nanoseconds. - Weight::from_ref_time(128_175_000) - .saturating_add(Weight::from_proof_size(32002)) + // Estimated: `32090` + // Minimum execution time: 139_146 nanoseconds. + Weight::from_ref_time(140_455_000) + .saturating_add(Weight::from_proof_size(32090)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -387,36 +393,36 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 24]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1834` - // Estimated: `22254 + n * (2520 ±0)` - // Minimum execution time: 59_869 nanoseconds. - Weight::from_ref_time(60_705_359) - .saturating_add(Weight::from_proof_size(22254)) - // Standard Error: 5_277 - .saturating_add(Weight::from_ref_time(1_073_439).saturating_mul(n.into())) + // Measured: `1838` + // Estimated: `22310 + n * (2520 ±0)` + // Minimum execution time: 64_447 nanoseconds. + Weight::from_ref_time(64_639_222) + .saturating_add(Weight::from_proof_size(22310)) + // Standard Error: 7_375 + .saturating_add(Weight::from_ref_time(1_357_397).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())) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1423` - // Estimated: `8752` - // Minimum execution time: 33_612 nanoseconds. - Weight::from_ref_time(34_352_000) - .saturating_add(Weight::from_proof_size(8752)) + // Measured: `1427` + // Estimated: `8808` + // Minimum execution time: 35_838 nanoseconds. + Weight::from_ref_time(36_318_000) + .saturating_add(Weight::from_proof_size(8808)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools Metadata (r:1 w:1) /// Proof: NominationPools Metadata (max_values: None, max_size: Some(270), added: 2745, mode: MaxEncodedLen) /// Storage: NominationPools CounterForMetadata (r:1 w:1) @@ -424,13 +430,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `559` - // Estimated: `5883` - // Minimum execution time: 12_676 nanoseconds. - Weight::from_ref_time(13_208_801) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 112 - .saturating_add(Weight::from_ref_time(1_428).saturating_mul(n.into())) + // Measured: `563` + // Estimated: `5939` + // Minimum execution time: 13_550 nanoseconds. + Weight::from_ref_time(14_432_755) + .saturating_add(Weight::from_proof_size(5939)) + // Standard Error: 670 + .saturating_add(Weight::from_ref_time(383).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -442,31 +448,33 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MinCreateBond (r:0 w:1) /// Proof: NominationPools MinCreateBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:0 w:1) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPools (r:0 w:1) /// Proof: NominationPools MaxPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_configs() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_593 nanoseconds. - Weight::from_ref_time(4_772_000) + // Minimum execution time: 5_556 nanoseconds. + Weight::from_ref_time(5_831_000) .saturating_add(Weight::from_proof_size(0)) - .saturating_add(T::DbWeight::get().writes(5)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `559` - // Estimated: `2639` - // Minimum execution time: 17_961 nanoseconds. - Weight::from_ref_time(18_227_000) - .saturating_add(Weight::from_proof_size(2639)) + // Measured: `563` + // Estimated: `2695` + // Minimum execution time: 18_934 nanoseconds. + Weight::from_ref_time(19_565_000) + .saturating_add(Weight::from_proof_size(2695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -485,52 +493,55 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2061` - // Estimated: `20745` - // Minimum execution time: 60_831 nanoseconds. - Weight::from_ref_time(61_571_000) - .saturating_add(Weight::from_proof_size(20745)) + // Measured: `2065` + // Estimated: `20801` + // Minimum execution time: 63_154 nanoseconds. + Weight::from_ref_time(65_149_000) + .saturating_add(Weight::from_proof_size(20801)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_change_rate() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - /// Storage: NominationPools BondedPools (r:1 w:0) + /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) - /// Storage: NominationPools RewardPools (r:1 w:0) + /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: System Account (r:1 w:1) + /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - fn claim_commission() -> Weight { + fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1096` + // Measured: `866` // Estimated: `8364` - // Minimum execution time: 46_155 nanoseconds. - Weight::from_ref_time(46_918_000) + // Minimum execution time: 31_832 nanoseconds. + Weight::from_ref_time(32_345_000) .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) + } + /// Storage: NominationPools BondedPools (r:1 w:1) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + fn set_commission_max() -> Weight { + // Proof Size summary in bytes: + // Measured: `603` + // Estimated: `2695` + // Minimum execution time: 18_049 nanoseconds. + Weight::from_ref_time(18_522_000) + .saturating_add(Weight::from_proof_size(2695)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + /// Storage: NominationPools BondedPools (r:1 w:1) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + fn set_commission_change_rate() -> Weight { + // Proof Size summary in bytes: + // Measured: `563` + // Estimated: `2695` + // Minimum execution time: 19_292 nanoseconds. + Weight::from_ref_time(19_800_000) + .saturating_add(Weight::from_proof_size(2695)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) @@ -540,10 +551,28 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `542` // Estimated: `5708` - // Minimum execution time: 13_341 nanoseconds. - Weight::from_ref_time(13_892_000) + // Minimum execution time: 14_051 nanoseconds. + Weight::from_ref_time(14_405_000) .saturating_add(Weight::from_proof_size(5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } + /// Storage: NominationPools BondedPools (r:1 w:0) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + /// Storage: NominationPools RewardPools (r:1 w:1) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + fn claim_commission() -> Weight { + // Proof Size summary in bytes: + // Measured: `1096` + // Estimated: `8364` + // Minimum execution time: 46_221 nanoseconds. + Weight::from_ref_time(47_409_000) + .saturating_add(Weight::from_proof_size(8364)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) + } } From dd9ea78c1dc7d0867d78292427b77fe4018e69e0 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Mon, 27 Feb 2023 11:30:48 +0000 Subject: [PATCH 18/32] ".git/.scripts/commands/bench/bench.sh" runtime westend-dev pallet_nomination_pools --- .../src/weights/pallet_nomination_pools.rs | 348 ++++++++++-------- 1 file changed, 191 insertions(+), 157 deletions(-) diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 8ce2e973dda1..7a1b6db18f3b 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -16,21 +16,24 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-01-23, STEPS: `50`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]` -//! HOSTNAME: `runner-b3zmxxc-project-163-concurrent-0`, CPU: `Intel(R) Xeon(R) CPU @ 2.60GHz` +//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! WORST CASE MAP SIZE: `1000000` +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// target/production/polkadot // benchmark // pallet -// --chain=westend-dev // --steps=50 // --repeat=20 -// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json +// --pallet=pallet_nomination_pools +// --chain=westend-dev // --header=./file_header.txt // --output=./runtime/westend/src/weights/ @@ -49,13 +52,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) @@ -72,20 +77,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3468` - // Estimated: `38468` - // Minimum execution time: 152_199 nanoseconds. - Weight::from_ref_time(157_673_000) - .saturating_add(Weight::from_proof_size(38468)) - .saturating_add(T::DbWeight::get().reads(17)) + // Measured: `3663` + // Estimated: `39055` + // Minimum execution time: 151_732 nanoseconds. + Weight::from_ref_time(153_260_000) + .saturating_add(Weight::from_proof_size(39055)) + .saturating_add(T::DbWeight::get().reads(18)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -100,12 +107,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3510` - // Estimated: `39063` - // Minimum execution time: 150_270 nanoseconds. - Weight::from_ref_time(155_619_000) - .saturating_add(Weight::from_proof_size(39063)) - .saturating_add(T::DbWeight::get().reads(14)) + // Measured: `3705` + // Estimated: `39650` + // Minimum execution time: 148_638 nanoseconds. + Weight::from_ref_time(150_122_000) + .saturating_add(Weight::from_proof_size(39650)) + .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) @@ -113,9 +120,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -130,12 +139,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3393` - // Estimated: `38950` - // Minimum execution time: 164_700 nanoseconds. - Weight::from_ref_time(169_418_000) - .saturating_add(Weight::from_proof_size(38950)) - .saturating_add(T::DbWeight::get().reads(14)) + // Measured: `3504` + // Estimated: `39537` + // Minimum execution time: 164_364 nanoseconds. + Weight::from_ref_time(165_349_000) + .saturating_add(Weight::from_proof_size(39537)) + .saturating_add(T::DbWeight::get().reads(15)) .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) @@ -143,31 +152,35 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1220` - // Estimated: `13485` - // Minimum execution time: 56_711 nanoseconds. - Weight::from_ref_time(58_399_000) - .saturating_add(Weight::from_proof_size(13485)) - .saturating_add(T::DbWeight::get().reads(5)) + // Measured: `1297` + // Estimated: `14072` + // Minimum execution time: 59_477 nanoseconds. + Weight::from_ref_time(60_531_000) + .saturating_add(Weight::from_proof_size(14072)) + .saturating_add(T::DbWeight::get().reads(6)) .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) @@ -183,23 +196,21 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: NominationPools ClaimPermissions (r:0 w:1) - /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3748` - // Estimated: `44674` - // Minimum execution time: 158_330 nanoseconds. - Weight::from_ref_time(164_448_000) - .saturating_add(Weight::from_proof_size(44674)) - .saturating_add(T::DbWeight::get().reads(18)) - .saturating_add(T::DbWeight::get().writes(14)) + // Measured: `3942` + // Estimated: `44325` + // Minimum execution time: 153_902 nanoseconds. + Weight::from_ref_time(155_223_000) + .saturating_add(Weight::from_proof_size(44325)) + .saturating_add(T::DbWeight::get().reads(19)) + .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -209,15 +220,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn pool_withdraw_unbonded(s: u32, ) -> Weight { + fn pool_withdraw_unbonded(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1672` - // Estimated: `13025` - // Minimum execution time: 52_454 nanoseconds. - Weight::from_ref_time(54_517_406) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 1_474 - .saturating_add(Weight::from_ref_time(55_026).saturating_mul(s.into())) + // Measured: `1710` + // Estimated: `13081` + // Minimum execution time: 51_769 nanoseconds. + Weight::from_ref_time(53_844_540) + .saturating_add(Weight::from_proof_size(13081)) .saturating_add(T::DbWeight::get().reads(5)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -226,9 +235,9 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -239,27 +248,27 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools CounterForPoolMembers (r:1 w:1) /// Proof: NominationPools CounterForPoolMembers (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:0 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(s: u32, ) -> Weight { + fn withdraw_unbonded_update(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2196` - // Estimated: `22991` - // Minimum execution time: 98_434 nanoseconds. - Weight::from_ref_time(103_207_163) - .saturating_add(Weight::from_proof_size(22991)) - // Standard Error: 2_701 - .saturating_add(Weight::from_ref_time(68_680).saturating_mul(s.into())) + // Measured: `2234` + // Estimated: `22111` + // Minimum execution time: 99_931 nanoseconds. + Weight::from_ref_time(105_487_581) + .saturating_add(Weight::from_proof_size(22111)) .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(7)) + .saturating_add(T::DbWeight::get().writes(8)) } /// Storage: NominationPools PoolMembers (r:1 w:1) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -281,7 +290,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) @@ -292,18 +301,20 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:0 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2584` - // Estimated: `46001` - // Minimum execution time: 153_991 nanoseconds. - Weight::from_ref_time(160_710_694) - .saturating_add(Weight::from_proof_size(46001)) - // Standard Error: 3_944 - .saturating_add(Weight::from_ref_time(4_851).saturating_mul(s.into())) + // Measured: `2622` + // Estimated: `45191` + // Minimum execution time: 157_630 nanoseconds. + Weight::from_ref_time(160_163_567) + .saturating_add(Weight::from_proof_size(45191)) + // Standard Error: 11_859 + .saturating_add(Weight::from_ref_time(34_363).saturating_mul(s.into())) .saturating_add(T::DbWeight::get().reads(20)) - .saturating_add(T::DbWeight::get().writes(17)) + .saturating_add(T::DbWeight::get().writes(18)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -336,7 +347,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools ReversePoolIdLookup (r:1 w:1) @@ -344,21 +355,21 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1220` - // Estimated: `32002` - // Minimum execution time: 133_178 nanoseconds. - Weight::from_ref_time(139_719_000) - .saturating_add(Weight::from_proof_size(32002)) + // Measured: `1254` + // Estimated: `32090` + // Minimum execution time: 139_287 nanoseconds. + Weight::from_ref_time(140_732_000) + .saturating_add(Weight::from_proof_size(32090)) .saturating_add(T::DbWeight::get().reads(21)) .saturating_add(T::DbWeight::get().writes(15)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -384,36 +395,36 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1805` - // Estimated: `21998 + n * (2520 ±0)` - // Minimum execution time: 64_454 nanoseconds. - Weight::from_ref_time(66_211_268) - .saturating_add(Weight::from_proof_size(21998)) - // Standard Error: 8_856 - .saturating_add(Weight::from_ref_time(1_214_910).saturating_mul(n.into())) + // Measured: `1843` + // Estimated: `22054 + n * (2520 ±0)` + // Minimum execution time: 64_240 nanoseconds. + Weight::from_ref_time(64_591_526) + .saturating_add(Weight::from_proof_size(22054)) + // Standard Error: 18_442 + .saturating_add(Weight::from_ref_time(1_320_670).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())) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1393` - // Estimated: `8752` - // Minimum execution time: 32_632 nanoseconds. - Weight::from_ref_time(34_156_000) - .saturating_add(Weight::from_proof_size(8752)) + // Measured: `1431` + // Estimated: `8808` + // Minimum execution time: 35_545 nanoseconds. + Weight::from_ref_time(51_919_000) + .saturating_add(Weight::from_proof_size(8808)) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools Metadata (r:1 w:1) /// Proof: NominationPools Metadata (max_values: None, max_size: Some(270), added: 2745, mode: MaxEncodedLen) /// Storage: NominationPools CounterForMetadata (r:1 w:1) @@ -421,13 +432,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 256]`. fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `5883` - // Minimum execution time: 13_558 nanoseconds. - Weight::from_ref_time(14_425_466) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 163 - .saturating_add(Weight::from_ref_time(1_089).saturating_mul(n.into())) + // Measured: `529` + // Estimated: `5939` + // Minimum execution time: 13_736 nanoseconds. + Weight::from_ref_time(14_222_613) + .saturating_add(Weight::from_proof_size(5939)) + // Standard Error: 581 + .saturating_add(Weight::from_ref_time(3_174).saturating_mul(n.into())) .saturating_add(T::DbWeight::get().reads(3)) .saturating_add(T::DbWeight::get().writes(2)) } @@ -439,31 +450,33 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MinCreateBond (r:0 w:1) /// Proof: NominationPools MinCreateBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:0 w:1) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPools (r:0 w:1) /// Proof: NominationPools MaxPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_configs() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 4_500 nanoseconds. - Weight::from_ref_time(4_878_000) + // Minimum execution time: 5_469 nanoseconds. + Weight::from_ref_time(5_901_000) .saturating_add(Weight::from_proof_size(0)) - .saturating_add(T::DbWeight::get().writes(5)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `2639` - // Minimum execution time: 18_420 nanoseconds. - Weight::from_ref_time(19_058_000) - .saturating_add(Weight::from_proof_size(2639)) + // Measured: `529` + // Estimated: `2695` + // Minimum execution time: 18_978 nanoseconds. + Weight::from_ref_time(19_520_000) + .saturating_add(Weight::from_proof_size(2695)) .saturating_add(T::DbWeight::get().reads(1)) .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -482,52 +495,55 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2032` - // Estimated: `20489` - // Minimum execution time: 63_588 nanoseconds. - Weight::from_ref_time(65_776_000) - .saturating_add(Weight::from_proof_size(20489)) + // Measured: `2070` + // Estimated: `20545` + // Minimum execution time: 62_938 nanoseconds. + Weight::from_ref_time(64_514_000) + .saturating_add(Weight::from_proof_size(20545)) .saturating_add(T::DbWeight::get().reads(9)) .saturating_add(T::DbWeight::get().writes(5)) } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission() -> Weight { - // Minimum execution time: 24_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_max() -> Weight { - // Minimum execution time: 22_000 nanoseconds. - Weight::from_ref_time(24_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - // Storage: NominationPools BondedPools (r:1 w:1) - fn set_commission_change_rate() -> Weight { - // Minimum execution time: 21_000 nanoseconds. - Weight::from_ref_time(23_000_000 as u64) - .saturating_add(T::DbWeight::get().reads(1 as u64)) - .saturating_add(T::DbWeight::get().writes(1 as u64)) - } - /// Storage: NominationPools BondedPools (r:1 w:0) + /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) - /// Storage: NominationPools RewardPools (r:1 w:0) + /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: System Account (r:1 w:1) + /// Storage: System Account (r:1 w:0) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) - fn claim_commission() -> Weight { + fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1096` + // Measured: `832` // Estimated: `8364` - // Minimum execution time: 46_155 nanoseconds. - Weight::from_ref_time(46_918_000) + // Minimum execution time: 31_795 nanoseconds. + Weight::from_ref_time(32_136_000) .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) + } + /// Storage: NominationPools BondedPools (r:1 w:1) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + fn set_commission_max() -> Weight { + // Proof Size summary in bytes: + // Measured: `569` + // Estimated: `2695` + // Minimum execution time: 18_100 nanoseconds. + Weight::from_ref_time(18_319_000) + .saturating_add(Weight::from_proof_size(2695)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) + } + /// Storage: NominationPools BondedPools (r:1 w:1) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + fn set_commission_change_rate() -> Weight { + // Proof Size summary in bytes: + // Measured: `529` + // Estimated: `2695` + // Minimum execution time: 18_733 nanoseconds. + Weight::from_ref_time(19_112_000) + .saturating_add(Weight::from_proof_size(2695)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools PoolMembers (r:1 w:0) /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) @@ -537,10 +553,28 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `508` // Estimated: `5708` - // Minimum execution time: 14_303 nanoseconds. - Weight::from_ref_time(15_001_000) + // Minimum execution time: 14_121 nanoseconds. + Weight::from_ref_time(14_409_000) .saturating_add(Weight::from_proof_size(5708)) .saturating_add(T::DbWeight::get().reads(2)) .saturating_add(T::DbWeight::get().writes(1)) } -} \ No newline at end of file + /// Storage: NominationPools BondedPools (r:1 w:0) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) + /// Storage: NominationPools RewardPools (r:1 w:1) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) + /// Storage: System Account (r:1 w:1) + /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) + fn claim_commission() -> Weight { + // Proof Size summary in bytes: + // Measured: `1062` + // Estimated: `8364` + // Minimum execution time: 45_835 nanoseconds. + Weight::from_ref_time(47_100_000) + .saturating_add(Weight::from_proof_size(8364)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) + } +} From 41e02c2973308338d5ca48720d01120b8c1072ec Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Wed, 1 Mar 2023 14:50:44 +0700 Subject: [PATCH 19/32] fix --- runtime/kusama/src/weights/pallet_nomination_pools.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 24446e022817..943b4cee32f3 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -220,7 +220,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn pool_withdraw_unbonded(_s: u32, ) -> Weight { + fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `1700` // Estimated: `13025` From d06c8e1512902743ba0a17a013771b53f58e389b Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 6 Mar 2023 14:25:48 +0700 Subject: [PATCH 20/32] fix --- .../src/weights/pallet_nomination_pools.rs | 320 +++++++-------- .../src/weights/pallet_nomination_pools.rs | 372 +++++++++-------- .../src/weights/pallet_nomination_pools.rs | 380 +++++++++--------- 3 files changed, 516 insertions(+), 556 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index 943b4cee32f3..c8d1260edac7 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -16,26 +16,24 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 +//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: -// target/production/polkadot +// ./target/production/polkadot // benchmark // pallet +// --chain=polkadot-dev // --steps=50 // --repeat=20 +// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled -// --heap-pages=4096 -// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json -// --pallet=pallet_nomination_pools -// --chain=kusama-dev // --header=./file_header.txt -// --output=./runtime/kusama/src/weights/ +// --output=./runtime/polkadot/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -50,7 +48,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools MinJoinBond (r:1 w:0) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -77,16 +75,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3501` - // Estimated: `38468` - // Minimum execution time: 155_259 nanoseconds. - Weight::from_ref_time(159_392_000) - .saturating_add(Weight::from_proof_size(38468)) - .saturating_add(T::DbWeight::get().reads(17)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3650` + // Estimated: `52435` + // Minimum execution time: 179_000_000 picoseconds. + Weight::from_parts(184_000_000, 52435) + .saturating_add(T::DbWeight::get().reads(18_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -107,18 +104,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3543` - // Estimated: `39063` - // Minimum execution time: 150_628 nanoseconds. - Weight::from_ref_time(152_414_000) - .saturating_add(Weight::from_proof_size(39063)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3692` + // Estimated: `49070` + // Minimum execution time: 175_000_000 picoseconds. + Weight::from_parts(180_000_000, 49070) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -139,18 +135,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3389` - // Estimated: `38950` - // Minimum execution time: 163_983 nanoseconds. - Weight::from_ref_time(165_428_000) - .saturating_add(Weight::from_proof_size(38950)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3757` + // Estimated: `52576` + // Minimum execution time: 201_000_000 picoseconds. + Weight::from_parts(206_000_000, 52576) + .saturating_add(T::DbWeight::get().reads(16_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -161,16 +156,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1254` - // Estimated: `13485` - // Minimum execution time: 59_520 nanoseconds. - Weight::from_ref_time(60_666_000) - .saturating_add(Weight::from_proof_size(13485)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + // Measured: `1331` + // Estimated: `19532` + // Minimum execution time: 66_000_000 picoseconds. + Weight::from_parts(68_000_000, 19532) + .saturating_add(T::DbWeight::get().reads(6_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -186,7 +180,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:0) - /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) /// Storage: Staking MinNominatorBond (r:1 w:0) /// Proof: Staking MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) @@ -196,18 +190,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3779` - // Estimated: `44930` - // Minimum execution time: 154_659 nanoseconds. - Weight::from_ref_time(156_090_000) - .saturating_add(Weight::from_proof_size(44930)) - .saturating_add(T::DbWeight::get().reads(18)) - .saturating_add(T::DbWeight::get().writes(13)) + // Measured: `3935` + // Estimated: `82816` + // Minimum execution time: 182_000_000 picoseconds. + Weight::from_parts(185_000_000, 82816) + .saturating_add(T::DbWeight::get().reads(19_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -222,24 +215,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1700` - // Estimated: `13025` - // Minimum execution time: 52_836 nanoseconds. - Weight::from_ref_time(54_086_254) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 753 - .saturating_add(Weight::from_ref_time(8_103).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `1783` + // Estimated: `18031` + // Minimum execution time: 55_000_000 picoseconds. + Weight::from_parts(57_002_753, 18031) + // Standard Error: 1_793 + .saturating_add(Weight::from_parts(16_018, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(5_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -253,26 +245,25 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(_s: u32, ) -> Weight { + fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2224` - // Estimated: `22991` - // Minimum execution time: 102_419 nanoseconds. - Weight::from_ref_time(104_332_875) - .saturating_add(Weight::from_proof_size(22991)) - // Standard Error: 1_933 - .saturating_add(Weight::from_ref_time(15_901).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(8)) + // Measured: `2307` + // Estimated: `54662` + // Minimum execution time: 115_000_000 picoseconds. + Weight::from_parts(120_237_544, 54662) + // Standard Error: 1_910 + .saturating_add(Weight::from_parts(7_036, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(9_u64)) + .saturating_add(T::DbWeight::get().writes(8_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -282,7 +273,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking Validators (r:1 w:0) /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:0) - /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) @@ -308,15 +299,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2614` - // Estimated: `46287` - // Minimum execution time: 162_308 nanoseconds. - Weight::from_ref_time(165_347_893) - .saturating_add(Weight::from_proof_size(46287)) - .saturating_add(T::DbWeight::get().reads(20)) - .saturating_add(T::DbWeight::get().writes(18)) + // Measured: `2694` + // Estimated: `87714` + // Minimum execution time: 193_000_000 picoseconds. + Weight::from_parts(198_945_137, 87714) + // Standard Error: 3_367 + .saturating_add(Weight::from_parts(38_991, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(20_u64)) + .saturating_add(T::DbWeight::get().writes(18_u64)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -331,7 +323,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForBondedPools (r:1 w:1) /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembers (r:1 w:0) @@ -362,13 +354,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1254` - // Estimated: `32002` - // Minimum execution time: 144_295 nanoseconds. - Weight::from_ref_time(145_923_000) - .saturating_add(Weight::from_proof_size(32002)) - .saturating_add(T::DbWeight::get().reads(21)) - .saturating_add(T::DbWeight::get().writes(15)) + // Measured: `1321` + // Estimated: `51410` + // Minimum execution time: 169_000_000 picoseconds. + Weight::from_parts(175_000_000, 51410) + .saturating_add(T::DbWeight::get().reads(21_u64)) + .saturating_add(T::DbWeight::get().writes(15_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -379,10 +370,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking MinNominatorBond (r:1 w:0) /// Proof: Staking MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:1) - /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) /// Storage: Staking MaxNominatorsCount (r:1 w:0) /// Proof: Staking MaxNominatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: Staking Validators (r:25 w:0) + /// Storage: Staking Validators (r:17 w:0) /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -394,20 +385,19 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking CounterForNominators (r:1 w:1) /// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// The range of component `n` is `[1, 24]`. + /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // 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)) - // Standard Error: 12_768 - .saturating_add(Weight::from_ref_time(1_325_294).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(12)) + // Measured: `1913` + // Estimated: `33934 + n * (2520 ±0)` + // Minimum execution time: 72_000_000 picoseconds. + Weight::from_parts(72_507_807, 33934) + // Standard Error: 9_754 + .saturating_add(Weight::from_parts(1_834_936, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(12_u64)) .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(T::DbWeight::get().writes(5_u64)) + .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(220), added: 2695, mode: MaxEncodedLen) @@ -417,13 +407,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1423` - // Estimated: `8752` - // Minimum execution time: 35_795 nanoseconds. - Weight::from_ref_time(36_450_000) - .saturating_add(Weight::from_proof_size(8752)) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `1502` + // Estimated: `11778` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(37_000_000, 11778) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -432,17 +421,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForMetadata (r:1 w:1) /// Proof: NominationPools CounterForMetadata (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `n` is `[1, 256]`. - fn set_metadata(n: u32, ) -> Weight { + fn set_metadata(_n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `559` - // Estimated: `5883` - // Minimum execution time: 14_066 nanoseconds. - Weight::from_ref_time(14_523_246) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 114 - .saturating_add(Weight::from_ref_time(1_692).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `563` + // Estimated: `8909` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_348_240, 8909) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools MinJoinBond (r:0 w:1) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -460,22 +446,20 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_088 nanoseconds. - Weight::from_ref_time(5_337_000) - .saturating_add(Weight::from_proof_size(0)) - .saturating_add(T::DbWeight::get().writes(6)) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `559` - // Estimated: `2639` - // Minimum execution time: 19_312 nanoseconds. - Weight::from_ref_time(19_483_000) - .saturating_add(Weight::from_proof_size(2639)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `563` + // Estimated: `3685` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -486,7 +470,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking Validators (r:1 w:0) /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:1) - /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) /// Storage: Staking CounterForNominators (r:1 w:1) /// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: VoterList ListNodes (r:1 w:1) @@ -497,13 +481,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2061` - // Estimated: `20745` - // Minimum execution time: 65_721 nanoseconds. - Weight::from_ref_time(66_514_000) - .saturating_add(Weight::from_proof_size(20745)) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(5)) + // Measured: `2140` + // Estimated: `29455` + // Minimum execution time: 65_000_000 picoseconds. + Weight::from_parts(68_000_000, 29455) + .saturating_add(T::DbWeight::get().reads(9_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -516,50 +499,46 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo fn set_commission() -> Weight { // Proof Size summary in bytes: // Measured: `866` - // Estimated: `8364` - // Minimum execution time: 31_832 nanoseconds. - Weight::from_ref_time(32_345_000) - .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(2)) + // Estimated: `12324` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(37_000_000, 12324) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_max() -> Weight { // Proof Size summary in bytes: // Measured: `603` - // Estimated: `2695` - // Minimum execution time: 18_049 nanoseconds. - Weight::from_ref_time(18_522_000) - .saturating_add(Weight::from_proof_size(2695)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Estimated: `3685` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_change_rate() -> Weight { // Proof Size summary in bytes: // Measured: `563` - // Estimated: `2695` - // Minimum execution time: 19_292 nanoseconds. - Weight::from_ref_time(19_800_000) - .saturating_add(Weight::from_proof_size(2695)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Estimated: `3685` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:0) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn set_claim_permission() -> Weight { // Proof Size summary in bytes: // Measured: `542` - // Estimated: `5708` - // Minimum execution time: 14_637 nanoseconds. - Weight::from_ref_time(15_053_000) - .saturating_add(Weight::from_proof_size(5708)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) + // Estimated: `7208` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_000_000, 7208) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -572,11 +551,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo fn claim_commission() -> Weight { // Proof Size summary in bytes: // Measured: `1096` - // Estimated: `8364` - // Minimum execution time: 46_221 nanoseconds. - Weight::from_ref_time(47_409_000) - .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(2)) + // Estimated: `12324` + // Minimum execution time: 51_000_000 picoseconds. + Weight::from_parts(53_000_000, 12324) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } } diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index 5eedbee0b023..c8d1260edac7 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -48,15 +48,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools MinJoinBond (r:1 w:0) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) @@ -73,20 +75,21 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3468` - // Estimated: `38468` - // Minimum execution time: 153_784 nanoseconds. - Weight::from_ref_time(155_121_000) - .saturating_add(Weight::from_proof_size(38468)) - .saturating_add(T::DbWeight::get().reads(17)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3650` + // Estimated: `52435` + // Minimum execution time: 179_000_000 picoseconds. + Weight::from_parts(184_000_000, 52435) + .saturating_add(T::DbWeight::get().reads(18_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -101,22 +104,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3510` - // Estimated: `39063` - // Minimum execution time: 151_609 nanoseconds. - Weight::from_ref_time(155_385_000) - .saturating_add(Weight::from_proof_size(39063)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3692` + // Estimated: `49070` + // Minimum execution time: 175_000_000 picoseconds. + Weight::from_parts(180_000_000, 49070) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -125,50 +129,52 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// Storage: VoterList ListNodes (r:2 w:2) + /// Storage: VoterList ListNodes (r:3 w:3) /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3393` - // Estimated: `38950` - // Minimum execution time: 165_036 nanoseconds. - Weight::from_ref_time(166_264_000) - .saturating_add(Weight::from_proof_size(38950)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3757` + // Estimated: `52576` + // Minimum execution time: 201_000_000 picoseconds. + Weight::from_parts(206_000_000, 52576) + .saturating_add(T::DbWeight::get().reads(16_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1220` - // Estimated: `13485` - // Minimum execution time: 61_052 nanoseconds. - Weight::from_ref_time(61_773_000) - .saturating_add(Weight::from_proof_size(13485)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + // Measured: `1331` + // Estimated: `19532` + // Minimum execution time: 66_000_000 picoseconds. + Weight::from_parts(68_000_000, 19532) + .saturating_add(T::DbWeight::get().reads(6_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) @@ -184,21 +190,20 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3748` - // Estimated: `44674` - // Minimum execution time: 155_226 nanoseconds. - Weight::from_ref_time(155_893_000) - .saturating_add(Weight::from_proof_size(44674)) - .saturating_add(T::DbWeight::get().reads(18)) - .saturating_add(T::DbWeight::get().writes(13)) + // Measured: `3935` + // Estimated: `82816` + // Minimum execution time: 182_000_000 picoseconds. + Weight::from_parts(185_000_000, 82816) + .saturating_add(T::DbWeight::get().reads(19_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -210,24 +215,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1672` - // Estimated: `13025` - // Minimum execution time: 53_472 nanoseconds. - Weight::from_ref_time(55_368_257) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 904 - .saturating_add(Weight::from_ref_time(4_928).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `1783` + // Estimated: `18031` + // Minimum execution time: 55_000_000 picoseconds. + Weight::from_parts(57_002_753, 18031) + // Standard Error: 1_793 + .saturating_add(Weight::from_parts(16_018, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(5_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -243,24 +247,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2196` - // Estimated: `22991` - // Minimum execution time: 103_698 nanoseconds. - Weight::from_ref_time(105_075_914) - .saturating_add(Weight::from_proof_size(22991)) - // Standard Error: 1_503 - .saturating_add(Weight::from_ref_time(19_668).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(8)) + // Measured: `2307` + // Estimated: `54662` + // Minimum execution time: 115_000_000 picoseconds. + Weight::from_parts(120_237_544, 54662) + // Standard Error: 1_910 + .saturating_add(Weight::from_parts(7_036, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(9_u64)) + .saturating_add(T::DbWeight::get().writes(8_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -282,7 +285,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) @@ -296,15 +299,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(_s: u32, ) -> Weight { + fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2584` - // Estimated: `46001` - // Minimum execution time: 163_337 nanoseconds. - Weight::from_ref_time(167_095_416) - .saturating_add(Weight::from_proof_size(46001)) - .saturating_add(T::DbWeight::get().reads(20)) - .saturating_add(T::DbWeight::get().writes(18)) + // Measured: `2694` + // Estimated: `87714` + // Minimum execution time: 193_000_000 picoseconds. + Weight::from_parts(198_945_137, 87714) + // Standard Error: 3_367 + .saturating_add(Weight::from_parts(38_991, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(20_u64)) + .saturating_add(T::DbWeight::get().writes(18_u64)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -319,7 +323,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForBondedPools (r:1 w:1) /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembers (r:1 w:0) @@ -337,7 +341,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools ReversePoolIdLookup (r:1 w:1) @@ -345,21 +349,20 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1220` - // Estimated: `32002` - // Minimum execution time: 149_656 nanoseconds. - Weight::from_ref_time(150_555_000) - .saturating_add(Weight::from_proof_size(32002)) - .saturating_add(T::DbWeight::get().reads(21)) - .saturating_add(T::DbWeight::get().writes(15)) + // Measured: `1321` + // Estimated: `51410` + // Minimum execution time: 169_000_000 picoseconds. + Weight::from_parts(175_000_000, 51410) + .saturating_add(T::DbWeight::get().reads(21_u64)) + .saturating_add(T::DbWeight::get().writes(15_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -385,52 +388,47 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // 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)) - // Standard Error: 9_409 - .saturating_add(Weight::from_ref_time(1_327_035).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(12)) + // Measured: `1913` + // Estimated: `33934 + n * (2520 ±0)` + // Minimum execution time: 72_000_000 picoseconds. + Weight::from_parts(72_507_807, 33934) + // Standard Error: 9_754 + .saturating_add(Weight::from_parts(1_834_936, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(12_u64)) .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(T::DbWeight::get().writes(5_u64)) + .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) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1393` - // Estimated: `8752` - // Minimum execution time: 34_743 nanoseconds. - Weight::from_ref_time(35_038_000) - .saturating_add(Weight::from_proof_size(8752)) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `1502` + // Estimated: `11778` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(37_000_000, 11778) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools Metadata (r:1 w:1) /// Proof: NominationPools Metadata (max_values: None, max_size: Some(270), added: 2745, mode: MaxEncodedLen) /// Storage: NominationPools CounterForMetadata (r:1 w:1) /// Proof: NominationPools CounterForMetadata (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `n` is `[1, 256]`. - fn set_metadata(n: u32, ) -> Weight { + fn set_metadata(_n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `5883` - // Minimum execution time: 14_305 nanoseconds. - Weight::from_ref_time(14_805_073) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 125 - .saturating_add(Weight::from_ref_time(1_944).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `563` + // Estimated: `8909` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_348_240, 8909) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools MinJoinBond (r:0 w:1) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -440,31 +438,31 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MinCreateBond (r:0 w:1) /// Proof: NominationPools MinCreateBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:0 w:1) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPools (r:0 w:1) /// Proof: NominationPools MaxPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_configs() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_054 nanoseconds. - Weight::from_ref_time(5_333_000) - .saturating_add(Weight::from_proof_size(0)) - .saturating_add(T::DbWeight::get().writes(5)) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `2639` - // Minimum execution time: 20_025 nanoseconds. - Weight::from_ref_time(20_643_000) - .saturating_add(Weight::from_proof_size(2639)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `563` + // Estimated: `3685` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -483,29 +481,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2032` - // Estimated: `20489` - // Minimum execution time: 65_418 nanoseconds. - Weight::from_ref_time(65_853_000) - .saturating_add(Weight::from_proof_size(20489)) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(5)) + // Measured: `2140` + // Estimated: `29455` + // Minimum execution time: 65_000_000 picoseconds. + Weight::from_parts(68_000_000, 29455) + .saturating_add(T::DbWeight::get().reads(9_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: NominationPools PoolMembers (r:1 w:0) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) - /// Storage: NominationPools ClaimPermissions (r:1 w:1) - /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - fn set_claim_permission() -> Weight { - // Proof Size summary in bytes: - // Measured: `508` - // Estimated: `5708` - // Minimum execution time: 14_918 nanoseconds. - Weight::from_ref_time(15_304_000) - .saturating_add(Weight::from_proof_size(5708)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) - } - /// Storage: NominationPools BondedPools (r:1 w:1) + /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) @@ -515,39 +498,49 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `832` - // Estimated: `8364` - // Minimum execution time: 32_039 nanoseconds. - Weight::from_ref_time(32_443_000) - .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `866` + // Estimated: `12324` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(37_000_000, 12324) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_max() -> Weight { // Proof Size summary in bytes: - // Measured: `569` - // Estimated: `2695` - // Minimum execution time: 19_446 nanoseconds. - Weight::from_ref_time(19_864_000) - .saturating_add(Weight::from_proof_size(2695)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `603` + // Estimated: `3685` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_change_rate() -> Weight { // Proof Size summary in bytes: - // Measured: `529` - // Estimated: `2695` - // Minimum execution time: 20_303 nanoseconds. - Weight::from_ref_time(20_490_000) - .saturating_add(Weight::from_proof_size(2695)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `563` + // Estimated: `3685` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: NominationPools BondedPools (r:1 w:0) + /// Storage: NominationPools PoolMembers (r:1 w:0) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:1 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) + fn set_claim_permission() -> Weight { + // Proof Size summary in bytes: + // Measured: `542` + // Estimated: `7208` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_000_000, 7208) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) @@ -557,12 +550,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1062` - // Estimated: `8364` - // Minimum execution time: 43_212 nanoseconds. - Weight::from_ref_time(43_826_000) - .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `1096` + // Estimated: `12324` + // Minimum execution time: 51_000_000 picoseconds. + Weight::from_parts(53_000_000, 12324) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } } diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index 5ee320c5be02..c8d1260edac7 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -18,14 +18,14 @@ //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev //! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm6`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 +//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: // ./target/production/polkadot // benchmark // pallet -// --chain=westend-dev +// --chain=polkadot-dev // --steps=50 // --repeat=20 // --pallet=pallet_nomination_pools @@ -33,7 +33,7 @@ // --execution=wasm // --wasm-execution=compiled // --header=./file_header.txt -// --output=./runtime/westend/src/weights/ +// --output=./runtime/polkadot/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,15 +48,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools MinJoinBond (r:1 w:0) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) @@ -73,20 +75,21 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3586` - // Estimated: `38468` - // Minimum execution time: 154_304 nanoseconds. - Weight::from_ref_time(155_220_000) - .saturating_add(Weight::from_proof_size(38468)) - .saturating_add(T::DbWeight::get().reads(17)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3650` + // Estimated: `52435` + // Minimum execution time: 179_000_000 picoseconds. + Weight::from_parts(184_000_000, 52435) + .saturating_add(T::DbWeight::get().reads(18_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -101,22 +104,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3628` - // Estimated: `39063` - // Minimum execution time: 150_523 nanoseconds. - Weight::from_ref_time(154_073_000) - .saturating_add(Weight::from_proof_size(39063)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3692` + // Estimated: `49070` + // Minimum execution time: 175_000_000 picoseconds. + Weight::from_parts(180_000_000, 49070) + .saturating_add(T::DbWeight::get().reads(15_u64)) + .saturating_add(T::DbWeight::get().writes(12_u64)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:3 w:3) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -125,50 +129,52 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// Storage: VoterList ListNodes (r:2 w:2) + /// Storage: VoterList ListNodes (r:3 w:3) /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3427` - // Estimated: `38950` - // Minimum execution time: 162_554 nanoseconds. - Weight::from_ref_time(164_041_000) - .saturating_add(Weight::from_proof_size(38950)) - .saturating_add(T::DbWeight::get().reads(14)) - .saturating_add(T::DbWeight::get().writes(12)) + // Measured: `3757` + // Estimated: `52576` + // Minimum execution time: 201_000_000 picoseconds. + Weight::from_parts(206_000_000, 52576) + .saturating_add(T::DbWeight::get().reads(16_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:1 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1220` - // Estimated: `13485` - // Minimum execution time: 58_946 nanoseconds. - Weight::from_ref_time(59_799_000) - .saturating_add(Weight::from_proof_size(13485)) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(4)) + // Measured: `1331` + // Estimated: `19532` + // Minimum execution time: 66_000_000 picoseconds. + Weight::from_parts(68_000_000, 19532) + .saturating_add(T::DbWeight::get().reads(6_u64)) + .saturating_add(T::DbWeight::get().writes(4_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:1 w:0) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:1) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) @@ -184,21 +190,20 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3865` - // Estimated: `43738` - // Minimum execution time: 155_416 nanoseconds. - Weight::from_ref_time(157_093_000) - .saturating_add(Weight::from_proof_size(43738)) - .saturating_add(T::DbWeight::get().reads(18)) - .saturating_add(T::DbWeight::get().writes(13)) + // Measured: `3935` + // Estimated: `82816` + // Minimum execution time: 182_000_000 picoseconds. + Weight::from_parts(185_000_000, 82816) + .saturating_add(T::DbWeight::get().reads(19_u64)) + .saturating_add(T::DbWeight::get().writes(13_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -210,24 +215,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1706` - // Estimated: `13025` - // Minimum execution time: 52_621 nanoseconds. - Weight::from_ref_time(53_508_921) - .saturating_add(Weight::from_proof_size(13025)) - // Standard Error: 790 - .saturating_add(Weight::from_ref_time(15_066).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(5)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `1783` + // Estimated: `18031` + // Minimum execution time: 55_000_000 picoseconds. + Weight::from_parts(57_002_753, 18031) + // Standard Error: 1_793 + .saturating_add(Weight::from_parts(16_018, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(5_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -243,24 +247,23 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2230` - // Estimated: `22055` - // Minimum execution time: 102_019 nanoseconds. - Weight::from_ref_time(104_029_094) - .saturating_add(Weight::from_proof_size(22055)) - // Standard Error: 1_344 - .saturating_add(Weight::from_ref_time(13_886).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(8)) + // Measured: `2307` + // Estimated: `54662` + // Minimum execution time: 115_000_000 picoseconds. + Weight::from_parts(120_237_544, 54662) + // Standard Error: 1_910 + .saturating_add(Weight::from_parts(7_036, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(9_u64)) + .saturating_add(T::DbWeight::get().writes(8_u64)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -282,7 +285,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) @@ -298,15 +301,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2618` - // Estimated: `45099` - // Minimum execution time: 161_236 nanoseconds. - Weight::from_ref_time(164_070_568) - .saturating_add(Weight::from_proof_size(45099)) - // Standard Error: 2_621 - .saturating_add(Weight::from_ref_time(10_297).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(20)) - .saturating_add(T::DbWeight::get().writes(18)) + // Measured: `2694` + // Estimated: `87714` + // Minimum execution time: 193_000_000 picoseconds. + Weight::from_parts(198_945_137, 87714) + // Standard Error: 3_367 + .saturating_add(Weight::from_parts(38_991, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(20_u64)) + .saturating_add(T::DbWeight::get().writes(18_u64)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -321,7 +323,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForBondedPools (r:1 w:1) /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembers (r:1 w:0) @@ -339,7 +341,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) - /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(60), added: 2535, mode: MaxEncodedLen) + /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) /// Storage: NominationPools CounterForRewardPools (r:1 w:1) /// Proof: NominationPools CounterForRewardPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools ReversePoolIdLookup (r:1 w:1) @@ -347,21 +349,20 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForReversePoolIdLookup (r:1 w:1) /// Proof: NominationPools CounterForReversePoolIdLookup (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Payee (r:0 w:1) /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1254` - // Estimated: `32002` - // Minimum execution time: 142_981 nanoseconds. - Weight::from_ref_time(144_237_000) - .saturating_add(Weight::from_proof_size(32002)) - .saturating_add(T::DbWeight::get().reads(21)) - .saturating_add(T::DbWeight::get().writes(15)) + // Measured: `1321` + // Estimated: `51410` + // Minimum execution time: 169_000_000 picoseconds. + Weight::from_parts(175_000_000, 51410) + .saturating_add(T::DbWeight::get().reads(21_u64)) + .saturating_add(T::DbWeight::get().writes(15_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -387,52 +388,47 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // 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)) - // Standard Error: 7_685 - .saturating_add(Weight::from_ref_time(1_336_128).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(12)) + // Measured: `1913` + // Estimated: `33934 + n * (2520 ±0)` + // Minimum execution time: 72_000_000 picoseconds. + Weight::from_parts(72_507_807, 33934) + // Standard Error: 9_754 + .saturating_add(Weight::from_parts(1_834_936, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(12_u64)) .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(T::DbWeight::get().writes(5_u64)) + .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) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1427` - // Estimated: `8752` - // Minimum execution time: 35_863 nanoseconds. - Weight::from_ref_time(36_287_000) - .saturating_add(Weight::from_proof_size(8752)) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `1502` + // Estimated: `11778` + // Minimum execution time: 36_000_000 picoseconds. + Weight::from_parts(37_000_000, 11778) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools Metadata (r:1 w:1) /// Proof: NominationPools Metadata (max_values: None, max_size: Some(270), added: 2745, mode: MaxEncodedLen) /// Storage: NominationPools CounterForMetadata (r:1 w:1) /// Proof: NominationPools CounterForMetadata (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `n` is `[1, 256]`. - fn set_metadata(n: u32, ) -> Weight { + fn set_metadata(_n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `5883` - // Minimum execution time: 13_860 nanoseconds. - Weight::from_ref_time(14_425_990) - .saturating_add(Weight::from_proof_size(5883)) - // Standard Error: 94 - .saturating_add(Weight::from_ref_time(1_103).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(3)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `563` + // Estimated: `8909` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_348_240, 8909) + .saturating_add(T::DbWeight::get().reads(3_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools MinJoinBond (r:0 w:1) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -442,31 +438,31 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MinCreateBond (r:0 w:1) /// Proof: NominationPools MinCreateBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) + /// Storage: NominationPools GlobalMaxCommission (r:0 w:1) + /// Proof: NominationPools GlobalMaxCommission (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPools (r:0 w:1) /// Proof: NominationPools MaxPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn set_configs() -> Weight { // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 5_097 nanoseconds. - Weight::from_ref_time(5_385_000) - .saturating_add(Weight::from_proof_size(0)) - .saturating_add(T::DbWeight::get().writes(5)) + // Minimum execution time: 7_000_000 picoseconds. + Weight::from_parts(8_000_000, 0) + .saturating_add(T::DbWeight::get().writes(6_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `525` - // Estimated: `2639` - // Minimum execution time: 19_168 nanoseconds. - Weight::from_ref_time(19_566_000) - .saturating_add(Weight::from_proof_size(2639)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `563` + // Estimated: `3685` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:0) - /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(164), added: 2639, mode: MaxEncodedLen) + /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:0) @@ -485,29 +481,14 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2066` - // Estimated: `20489` - // Minimum execution time: 64_030 nanoseconds. - Weight::from_ref_time(64_573_000) - .saturating_add(Weight::from_proof_size(20489)) - .saturating_add(T::DbWeight::get().reads(9)) - .saturating_add(T::DbWeight::get().writes(5)) + // Measured: `2140` + // Estimated: `29455` + // Minimum execution time: 65_000_000 picoseconds. + Weight::from_parts(68_000_000, 29455) + .saturating_add(T::DbWeight::get().reads(9_u64)) + .saturating_add(T::DbWeight::get().writes(5_u64)) } - /// Storage: NominationPools PoolMembers (r:1 w:0) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) - /// Storage: NominationPools ClaimPermissions (r:1 w:1) - /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) - fn set_claim_permission() -> Weight { - // Proof Size summary in bytes: - // Measured: `508` - // Estimated: `5708` - // Minimum execution time: 14_137 nanoseconds. - Weight::from_ref_time(14_483_000) - .saturating_add(Weight::from_proof_size(5708)) - .saturating_add(T::DbWeight::get().reads(2)) - .saturating_add(T::DbWeight::get().writes(1)) - } - /// Storage: NominationPools BondedPools (r:1 w:1) + /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) @@ -517,39 +498,49 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `832` - // Estimated: `8364` - // Minimum execution time: 31_795 nanoseconds. - Weight::from_ref_time(32_136_000) - .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `866` + // Estimated: `12324` + // Minimum execution time: 35_000_000 picoseconds. + Weight::from_parts(37_000_000, 12324) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_max() -> Weight { // Proof Size summary in bytes: - // Measured: `569` - // Estimated: `2695` - // Minimum execution time: 18_100 nanoseconds. - Weight::from_ref_time(18_319_000) - .saturating_add(Weight::from_proof_size(2695)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `603` + // Estimated: `3685` + // Minimum execution time: 19_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_change_rate() -> Weight { // Proof Size summary in bytes: - // Measured: `529` - // Estimated: `2695` - // Minimum execution time: 18_733 nanoseconds. - Weight::from_ref_time(19_112_000) - .saturating_add(Weight::from_proof_size(2695)) - .saturating_add(T::DbWeight::get().reads(1)) - .saturating_add(T::DbWeight::get().writes(1)) + // Measured: `563` + // Estimated: `3685` + // Minimum execution time: 20_000_000 picoseconds. + Weight::from_parts(20_000_000, 3685) + .saturating_add(T::DbWeight::get().reads(1_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) } - /// Storage: NominationPools BondedPools (r:1 w:0) + /// Storage: NominationPools PoolMembers (r:1 w:0) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Storage: NominationPools ClaimPermissions (r:1 w:1) + /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) + fn set_claim_permission() -> Weight { + // Proof Size summary in bytes: + // Measured: `542` + // Estimated: `7208` + // Minimum execution time: 14_000_000 picoseconds. + Weight::from_parts(15_000_000, 7208) + .saturating_add(T::DbWeight::get().reads(2_u64)) + .saturating_add(T::DbWeight::get().writes(1_u64)) + } + /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) /// Proof: NominationPools RewardPools (max_values: None, max_size: Some(92), added: 2567, mode: MaxEncodedLen) @@ -559,12 +550,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1062` - // Estimated: `8364` - // Minimum execution time: 45_835 nanoseconds. - Weight::from_ref_time(47_100_000) - .saturating_add(Weight::from_proof_size(8364)) - .saturating_add(T::DbWeight::get().reads(4)) - .saturating_add(T::DbWeight::get().writes(2)) + // Measured: `1096` + // Estimated: `12324` + // Minimum execution time: 51_000_000 picoseconds. + Weight::from_parts(53_000_000, 12324) + .saturating_add(T::DbWeight::get().reads(4_u64)) + .saturating_add(T::DbWeight::get().writes(2_u64)) } } From bb4d7701d38ffb5947b085d62e482bb677b97cdf Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Mon, 6 Mar 2023 08:19:29 +0000 Subject: [PATCH 21/32] ".git/.scripts/commands/bench/bench.sh" runtime polkadot-dev pallet_nomination_pools --- .../src/weights/pallet_nomination_pools.rs | 292 ++++++++++-------- 1 file changed, 157 insertions(+), 135 deletions(-) diff --git a/runtime/polkadot/src/weights/pallet_nomination_pools.rs b/runtime/polkadot/src/weights/pallet_nomination_pools.rs index c8d1260edac7..6e67e2854f17 100644 --- a/runtime/polkadot/src/weights/pallet_nomination_pools.rs +++ b/runtime/polkadot/src/weights/pallet_nomination_pools.rs @@ -16,22 +16,24 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` //! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// target/production/polkadot // benchmark // pallet -// --chain=polkadot-dev // --steps=50 // --repeat=20 -// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json +// --pallet=pallet_nomination_pools +// --chain=polkadot-dev // --header=./file_header.txt // --output=./runtime/polkadot/src/weights/ @@ -48,7 +50,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools MinJoinBond (r:1 w:0) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -75,15 +77,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3650` - // Estimated: `52435` - // Minimum execution time: 179_000_000 picoseconds. - Weight::from_parts(184_000_000, 52435) - .saturating_add(T::DbWeight::get().reads(18_u64)) - .saturating_add(T::DbWeight::get().writes(12_u64)) + // Measured: `3545` + // Estimated: `52915` + // Minimum execution time: 154_178_000 picoseconds. + Weight::from_parts(155_912_000, 0) + .saturating_add(Weight::from_parts(0, 52915)) + .saturating_add(T::DbWeight::get().reads(18)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -104,17 +107,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3692` - // Estimated: `49070` - // Minimum execution time: 175_000_000 picoseconds. - Weight::from_parts(180_000_000, 49070) - .saturating_add(T::DbWeight::get().reads(15_u64)) - .saturating_add(T::DbWeight::get().writes(12_u64)) + // Measured: `3587` + // Estimated: `49550` + // Minimum execution time: 151_694_000 picoseconds. + Weight::from_parts(156_751_000, 0) + .saturating_add(Weight::from_parts(0, 49550)) + .saturating_add(T::DbWeight::get().reads(15)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -129,23 +133,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// Storage: VoterList ListNodes (r:3 w:3) + /// Storage: VoterList ListNodes (r:2 w:2) /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3757` - // Estimated: `52576` - // Minimum execution time: 201_000_000 picoseconds. - Weight::from_parts(206_000_000, 52576) - .saturating_add(T::DbWeight::get().reads(16_u64)) - .saturating_add(T::DbWeight::get().writes(13_u64)) + // Measured: `3470` + // Estimated: `50427` + // Minimum execution time: 164_123_000 picoseconds. + Weight::from_parts(165_444_000, 0) + .saturating_add(Weight::from_parts(0, 50427)) + .saturating_add(T::DbWeight::get().reads(15)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -156,15 +161,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1331` - // Estimated: `19532` - // Minimum execution time: 66_000_000 picoseconds. - Weight::from_parts(68_000_000, 19532) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + // Measured: `1297` + // Estimated: `20012` + // Minimum execution time: 61_194_000 picoseconds. + Weight::from_parts(62_067_000, 0) + .saturating_add(Weight::from_parts(0, 20012)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -190,17 +196,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3935` - // Estimated: `82816` - // Minimum execution time: 182_000_000 picoseconds. - Weight::from_parts(185_000_000, 82816) - .saturating_add(T::DbWeight::get().reads(19_u64)) - .saturating_add(T::DbWeight::get().writes(13_u64)) + // Measured: `3825` + // Estimated: `60111` + // Minimum execution time: 155_272_000 picoseconds. + Weight::from_parts(156_629_000, 0) + .saturating_add(Weight::from_parts(0, 60111)) + .saturating_add(T::DbWeight::get().reads(19)) + .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -215,23 +222,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1783` + // Measured: `1676` // Estimated: `18031` - // Minimum execution time: 55_000_000 picoseconds. - Weight::from_parts(57_002_753, 18031) - // Standard Error: 1_793 - .saturating_add(Weight::from_parts(16_018, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 54_207_000 picoseconds. + Weight::from_parts(56_142_332, 0) + .saturating_add(Weight::from_parts(0, 18031)) + // Standard Error: 4_547 + .saturating_add(Weight::from_parts(4_570, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -247,23 +255,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2307` - // Estimated: `54662` - // Minimum execution time: 115_000_000 picoseconds. - Weight::from_parts(120_237_544, 54662) - // Standard Error: 1_910 - .saturating_add(Weight::from_parts(7_036, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(8_u64)) + // Measured: `2200` + // Estimated: `31957` + // Minimum execution time: 103_172_000 picoseconds. + Weight::from_parts(106_375_310, 0) + .saturating_add(Weight::from_parts(0, 31957)) + // Standard Error: 6_965 + .saturating_add(Weight::from_parts(7_411, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(8)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -299,16 +308,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2694` - // Estimated: `87714` - // Minimum execution time: 193_000_000 picoseconds. - Weight::from_parts(198_945_137, 87714) - // Standard Error: 3_367 - .saturating_add(Weight::from_parts(38_991, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(20_u64)) - .saturating_add(T::DbWeight::get().writes(18_u64)) + // Measured: `2588` + // Estimated: `64903` + // Minimum execution time: 162_253_000 picoseconds. + Weight::from_parts(180_162_421, 0) + .saturating_add(Weight::from_parts(0, 64903)) + .saturating_add(T::DbWeight::get().reads(20)) + .saturating_add(T::DbWeight::get().writes(18)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -323,7 +331,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForBondedPools (r:1 w:1) /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembers (r:1 w:0) @@ -354,12 +362,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` - // Estimated: `51410` - // Minimum execution time: 169_000_000 picoseconds. - Weight::from_parts(175_000_000, 51410) - .saturating_add(T::DbWeight::get().reads(21_u64)) - .saturating_add(T::DbWeight::get().writes(15_u64)) + // Measured: `1220` + // Estimated: `51890` + // Minimum execution time: 143_473_000 picoseconds. + Weight::from_parts(145_473_000, 0) + .saturating_add(Weight::from_parts(0, 51890)) + .saturating_add(T::DbWeight::get().reads(21)) + .saturating_add(T::DbWeight::get().writes(15)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -388,15 +397,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1913` + // Measured: `1809` // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 72_000_000 picoseconds. - Weight::from_parts(72_507_807, 33934) - // Standard Error: 9_754 - .saturating_add(Weight::from_parts(1_834_936, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(12_u64)) + // Minimum execution time: 67_193_000 picoseconds. + Weight::from_parts(68_165_415, 0) + .saturating_add(Weight::from_parts(0, 33934)) + // Standard Error: 10_479 + .saturating_add(Weight::from_parts(1_263_947, 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_u64)) + .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -407,12 +417,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1502` + // Measured: `1397` // Estimated: `11778` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 11778) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 33_972_000 picoseconds. + Weight::from_parts(34_300_000, 0) + .saturating_add(Weight::from_parts(0, 11778)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -421,14 +432,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForMetadata (r:1 w:1) /// Proof: NominationPools CounterForMetadata (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `n` is `[1, 256]`. - fn set_metadata(_n: u32, ) -> Weight { + fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `529` // Estimated: `8909` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_348_240, 8909) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 15_429_000 picoseconds. + Weight::from_parts(16_414_594, 0) + .saturating_add(Weight::from_parts(0, 8909)) + // Standard Error: 857 + .saturating_add(Weight::from_parts(732, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools MinJoinBond (r:0 w:1) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -446,20 +460,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) - .saturating_add(T::DbWeight::get().writes(6_u64)) + // Minimum execution time: 6_354_000 picoseconds. + Weight::from_parts(6_629_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `529` // Estimated: `3685` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 21_124_000 picoseconds. + Weight::from_parts(21_372_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -481,12 +497,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2140` + // Measured: `2036` // Estimated: `29455` - // Minimum execution time: 65_000_000 picoseconds. - Weight::from_parts(68_000_000, 29455) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(5_u64)) + // Minimum execution time: 65_370_000 picoseconds. + Weight::from_parts(66_126_000, 0) + .saturating_add(Weight::from_parts(0, 29455)) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -498,47 +515,51 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `866` + // Measured: `832` // Estimated: `12324` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(37_000_000, 12324) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 33_108_000 picoseconds. + Weight::from_parts(33_466_000, 0) + .saturating_add(Weight::from_parts(0, 12324)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_max() -> Weight { // Proof Size summary in bytes: - // Measured: `603` + // Measured: `569` // Estimated: `3685` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 19_755_000 picoseconds. + Weight::from_parts(20_033_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_change_rate() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `529` // Estimated: `3685` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 20_908_000 picoseconds. + Weight::from_parts(21_219_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools PoolMembers (r:1 w:0) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn set_claim_permission() -> Weight { // Proof Size summary in bytes: - // Measured: `542` - // Estimated: `7208` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 7208) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Measured: `508` + // Estimated: `7688` + // Minimum execution time: 15_851_000 picoseconds. + Weight::from_parts(16_068_000, 0) + .saturating_add(Weight::from_parts(0, 7688)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -550,11 +571,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1096` + // Measured: `1062` // Estimated: `12324` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(53_000_000, 12324) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 44_544_000 picoseconds. + Weight::from_parts(45_240_000, 0) + .saturating_add(Weight::from_parts(0, 12324)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } } From 207f13c18ba83cf1c2f38e2c13de2efe4d38cf26 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Mon, 6 Mar 2023 09:01:32 +0000 Subject: [PATCH 22/32] ".git/.scripts/commands/bench/bench.sh" runtime westend-dev pallet_nomination_pools --- .../src/weights/pallet_nomination_pools.rs | 296 ++++++++++-------- 1 file changed, 159 insertions(+), 137 deletions(-) diff --git a/runtime/westend/src/weights/pallet_nomination_pools.rs b/runtime/westend/src/weights/pallet_nomination_pools.rs index c8d1260edac7..5fce09838824 100644 --- a/runtime/westend/src/weights/pallet_nomination_pools.rs +++ b/runtime/westend/src/weights/pallet_nomination_pools.rs @@ -16,24 +16,26 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// target/production/polkadot // benchmark // pallet -// --chain=polkadot-dev // --steps=50 // --repeat=20 -// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json +// --pallet=pallet_nomination_pools +// --chain=westend-dev // --header=./file_header.txt -// --output=./runtime/polkadot/src/weights/ +// --output=./runtime/westend/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,7 +50,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools MinJoinBond (r:1 w:0) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -75,15 +77,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3650` - // Estimated: `52435` - // Minimum execution time: 179_000_000 picoseconds. - Weight::from_parts(184_000_000, 52435) - .saturating_add(T::DbWeight::get().reads(18_u64)) - .saturating_add(T::DbWeight::get().writes(12_u64)) + // Measured: `3663` + // Estimated: `52915` + // Minimum execution time: 152_798_000 picoseconds. + Weight::from_parts(154_136_000, 0) + .saturating_add(Weight::from_parts(0, 52915)) + .saturating_add(T::DbWeight::get().reads(18)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -104,17 +107,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3692` - // Estimated: `49070` - // Minimum execution time: 175_000_000 picoseconds. - Weight::from_parts(180_000_000, 49070) - .saturating_add(T::DbWeight::get().reads(15_u64)) - .saturating_add(T::DbWeight::get().writes(12_u64)) + // Measured: `3705` + // Estimated: `49550` + // Minimum execution time: 149_896_000 picoseconds. + Weight::from_parts(151_049_000, 0) + .saturating_add(Weight::from_parts(0, 49550)) + .saturating_add(T::DbWeight::get().reads(15)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -129,23 +133,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) /// Proof: Balances Locks (max_values: None, max_size: Some(1299), added: 3774, mode: MaxEncodedLen) - /// Storage: VoterList ListNodes (r:3 w:3) + /// Storage: VoterList ListNodes (r:2 w:2) /// Proof: VoterList ListNodes (max_values: None, max_size: Some(154), added: 2629, mode: MaxEncodedLen) /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3757` - // Estimated: `52576` - // Minimum execution time: 201_000_000 picoseconds. - Weight::from_parts(206_000_000, 52576) - .saturating_add(T::DbWeight::get().reads(16_u64)) - .saturating_add(T::DbWeight::get().writes(13_u64)) + // Measured: `3504` + // Estimated: `50427` + // Minimum execution time: 161_501_000 picoseconds. + Weight::from_parts(163_539_000, 0) + .saturating_add(Weight::from_parts(0, 50427)) + .saturating_add(T::DbWeight::get().reads(15)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -156,15 +161,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_payout() -> Weight { // Proof Size summary in bytes: - // Measured: `1331` - // Estimated: `19532` - // Minimum execution time: 66_000_000 picoseconds. - Weight::from_parts(68_000_000, 19532) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + // Measured: `1297` + // Estimated: `20012` + // Minimum execution time: 58_717_000 picoseconds. + Weight::from_parts(59_543_000, 0) + .saturating_add(Weight::from_parts(0, 20012)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -190,17 +196,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3935` - // Estimated: `82816` - // Minimum execution time: 182_000_000 picoseconds. - Weight::from_parts(185_000_000, 82816) - .saturating_add(T::DbWeight::get().reads(19_u64)) - .saturating_add(T::DbWeight::get().writes(13_u64)) + // Measured: `3942` + // Estimated: `59175` + // Minimum execution time: 154_589_000 picoseconds. + Weight::from_parts(155_708_000, 0) + .saturating_add(Weight::from_parts(0, 59175)) + .saturating_add(T::DbWeight::get().reads(19)) + .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -215,23 +222,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1783` + // Measured: `1710` // Estimated: `18031` - // Minimum execution time: 55_000_000 picoseconds. - Weight::from_parts(57_002_753, 18031) - // Standard Error: 1_793 - .saturating_add(Weight::from_parts(16_018, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 52_663_000 picoseconds. + Weight::from_parts(54_091_646, 0) + .saturating_add(Weight::from_parts(0, 18031)) + // Standard Error: 2_889 + .saturating_add(Weight::from_parts(7_400, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -247,23 +255,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_update(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2307` - // Estimated: `54662` - // Minimum execution time: 115_000_000 picoseconds. - Weight::from_parts(120_237_544, 54662) - // Standard Error: 1_910 - .saturating_add(Weight::from_parts(7_036, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(8_u64)) + // Measured: `2234` + // Estimated: `31021` + // Minimum execution time: 101_113_000 picoseconds. + Weight::from_parts(103_367_891, 0) + .saturating_add(Weight::from_parts(0, 31021)) + // Standard Error: 1_536 + .saturating_add(Weight::from_parts(9_937, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(8)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(261), added: 2736, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -299,16 +308,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_kill(s: u32, ) -> Weight { + fn withdraw_unbonded_kill(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2694` - // Estimated: `87714` - // Minimum execution time: 193_000_000 picoseconds. - Weight::from_parts(198_945_137, 87714) - // Standard Error: 3_367 - .saturating_add(Weight::from_parts(38_991, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(20_u64)) - .saturating_add(T::DbWeight::get().writes(18_u64)) + // Measured: `2622` + // Estimated: `64001` + // Minimum execution time: 158_497_000 picoseconds. + Weight::from_parts(162_554_414, 0) + .saturating_add(Weight::from_parts(0, 64001)) + .saturating_add(T::DbWeight::get().reads(20)) + .saturating_add(T::DbWeight::get().writes(18)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -323,7 +331,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForBondedPools (r:1 w:1) /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembers (r:1 w:0) @@ -354,12 +362,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` - // Estimated: `51410` - // Minimum execution time: 169_000_000 picoseconds. - Weight::from_parts(175_000_000, 51410) - .saturating_add(T::DbWeight::get().reads(21_u64)) - .saturating_add(T::DbWeight::get().writes(15_u64)) + // Measured: `1254` + // Estimated: `51890` + // Minimum execution time: 140_839_000 picoseconds. + Weight::from_parts(143_493_000, 0) + .saturating_add(Weight::from_parts(0, 51890)) + .saturating_add(T::DbWeight::get().reads(21)) + .saturating_add(T::DbWeight::get().writes(15)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -388,15 +397,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `n` is `[1, 16]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1913` + // Measured: `1843` // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 72_000_000 picoseconds. - Weight::from_parts(72_507_807, 33934) - // Standard Error: 9_754 - .saturating_add(Weight::from_parts(1_834_936, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(12_u64)) + // Minimum execution time: 65_363_000 picoseconds. + Weight::from_parts(66_269_952, 0) + .saturating_add(Weight::from_parts(0, 33934)) + // Standard Error: 10_011 + .saturating_add(Weight::from_parts(1_294_057, 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_u64)) + .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -407,12 +417,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1502` + // Measured: `1431` // Estimated: `11778` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 11778) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 36_747_000 picoseconds. + Weight::from_parts(37_477_000, 0) + .saturating_add(Weight::from_parts(0, 11778)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -421,14 +432,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForMetadata (r:1 w:1) /// Proof: NominationPools CounterForMetadata (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `n` is `[1, 256]`. - fn set_metadata(_n: u32, ) -> Weight { + fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `529` // Estimated: `8909` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_348_240, 8909) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 14_658_000 picoseconds. + Weight::from_parts(15_258_809, 0) + .saturating_add(Weight::from_parts(0, 8909)) + // Standard Error: 850 + .saturating_add(Weight::from_parts(3_615, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools MinJoinBond (r:0 w:1) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -446,20 +460,22 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) - .saturating_add(T::DbWeight::get().writes(6_u64)) + // Minimum execution time: 6_314_000 picoseconds. + Weight::from_parts(6_573_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn update_roles() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `529` // Estimated: `3685` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 19_551_000 picoseconds. + Weight::from_parts(19_827_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -481,12 +497,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2140` + // Measured: `2070` // Estimated: `29455` - // Minimum execution time: 65_000_000 picoseconds. - Weight::from_parts(68_000_000, 29455) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(5_u64)) + // Minimum execution time: 63_836_000 picoseconds. + Weight::from_parts(64_440_000, 0) + .saturating_add(Weight::from_parts(0, 29455)) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -498,47 +515,51 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn set_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `866` + // Measured: `832` // Estimated: `12324` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(37_000_000, 12324) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 32_116_000 picoseconds. + Weight::from_parts(32_651_000, 0) + .saturating_add(Weight::from_parts(0, 12324)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_max() -> Weight { // Proof Size summary in bytes: - // Measured: `603` + // Measured: `569` // Estimated: `3685` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 18_582_000 picoseconds. + Weight::from_parts(19_029_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) fn set_commission_change_rate() -> Weight { // Proof Size summary in bytes: - // Measured: `563` + // Measured: `529` // Estimated: `3685` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 19_668_000 picoseconds. + Weight::from_parts(20_103_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools PoolMembers (r:1 w:0) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn set_claim_permission() -> Weight { // Proof Size summary in bytes: - // Measured: `542` - // Estimated: `7208` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 7208) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Measured: `508` + // Estimated: `7688` + // Minimum execution time: 14_730_000 picoseconds. + Weight::from_parts(15_088_000, 0) + .saturating_add(Weight::from_parts(0, 7688)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -550,11 +571,12 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) fn claim_commission() -> Weight { // Proof Size summary in bytes: - // Measured: `1096` + // Measured: `1062` // Estimated: `12324` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(53_000_000, 12324) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 47_120_000 picoseconds. + Weight::from_parts(47_597_000, 0) + .saturating_add(Weight::from_parts(0, 12324)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } } From fd3b317f1302004e84bd3063c320f15f660f22c1 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Mon, 6 Mar 2023 09:43:00 +0000 Subject: [PATCH 23/32] ".git/.scripts/commands/bench/bench.sh" runtime kusama-dev pallet_nomination_pools --- .../src/weights/pallet_nomination_pools.rs | 294 ++++++++++-------- 1 file changed, 158 insertions(+), 136 deletions(-) diff --git a/runtime/kusama/src/weights/pallet_nomination_pools.rs b/runtime/kusama/src/weights/pallet_nomination_pools.rs index c8d1260edac7..5bf5914995f1 100644 --- a/runtime/kusama/src/weights/pallet_nomination_pools.rs +++ b/runtime/kusama/src/weights/pallet_nomination_pools.rs @@ -16,24 +16,26 @@ //! Autogenerated weights for `pallet_nomination_pools` //! //! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev -//! DATE: 2023-02-27, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` +//! DATE: 2023-03-06, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]` //! WORST CASE MAP SIZE: `1000000` -//! HOSTNAME: `bm4`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` -//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("polkadot-dev"), DB CACHE: 1024 +//! HOSTNAME: `bm3`, CPU: `Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz` +//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("kusama-dev"), DB CACHE: 1024 // Executed Command: -// ./target/production/polkadot +// target/production/polkadot // benchmark // pallet -// --chain=polkadot-dev // --steps=50 // --repeat=20 -// --pallet=pallet_nomination_pools // --extrinsic=* // --execution=wasm // --wasm-execution=compiled +// --heap-pages=4096 +// --json-file=/var/lib/gitlab-runner/builds/zyw4fam_/0/parity/mirrors/polkadot/.git/.artifacts/bench.json +// --pallet=pallet_nomination_pools +// --chain=kusama-dev // --header=./file_header.txt -// --output=./runtime/polkadot/src/weights/ +// --output=./runtime/kusama/src/weights/ #![cfg_attr(rustfmt, rustfmt_skip)] #![allow(unused_parens)] @@ -48,7 +50,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools MinJoinBond (r:1 w:0) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) @@ -75,15 +77,16 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn join() -> Weight { // Proof Size summary in bytes: - // Measured: `3650` - // Estimated: `52435` - // Minimum execution time: 179_000_000 picoseconds. - Weight::from_parts(184_000_000, 52435) - .saturating_add(T::DbWeight::get().reads(18_u64)) - .saturating_add(T::DbWeight::get().writes(12_u64)) + // Measured: `3578` + // Estimated: `52915` + // Minimum execution time: 155_563_000 picoseconds. + Weight::from_parts(156_968_000, 0) + .saturating_add(Weight::from_parts(0, 52915)) + .saturating_add(T::DbWeight::get().reads(18)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -104,17 +107,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_transfer() -> Weight { // Proof Size summary in bytes: - // Measured: `3692` - // Estimated: `49070` - // Minimum execution time: 175_000_000 picoseconds. - Weight::from_parts(180_000_000, 49070) - .saturating_add(T::DbWeight::get().reads(15_u64)) - .saturating_add(T::DbWeight::get().writes(12_u64)) + // Measured: `3620` + // Estimated: `49550` + // Minimum execution time: 153_086_000 picoseconds. + Weight::from_parts(154_699_000, 0) + .saturating_add(Weight::from_parts(0, 49550)) + .saturating_add(T::DbWeight::get().reads(15)) + .saturating_add(T::DbWeight::get().writes(12)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -135,17 +139,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) fn bond_extra_other() -> Weight { // Proof Size summary in bytes: - // Measured: `3757` - // Estimated: `52576` - // Minimum execution time: 201_000_000 picoseconds. - Weight::from_parts(206_000_000, 52576) - .saturating_add(T::DbWeight::get().reads(16_u64)) - .saturating_add(T::DbWeight::get().writes(13_u64)) + // Measured: `3685` + // Estimated: `53056` + // Minimum execution time: 172_493_000 picoseconds. + Weight::from_parts(173_786_000, 0) + .saturating_add(Weight::from_parts(0, 53056)) + .saturating_add(T::DbWeight::get().reads(16)) + .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools ClaimPermissions (r:1 w:0) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -157,14 +162,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo fn claim_payout() -> Weight { // Proof Size summary in bytes: // Measured: `1331` - // Estimated: `19532` - // Minimum execution time: 66_000_000 picoseconds. - Weight::from_parts(68_000_000, 19532) - .saturating_add(T::DbWeight::get().reads(6_u64)) - .saturating_add(T::DbWeight::get().writes(4_u64)) + // Estimated: `20012` + // Minimum execution time: 60_276_000 picoseconds. + Weight::from_parts(60_972_000, 0) + .saturating_add(Weight::from_parts(0, 20012)) + .saturating_add(T::DbWeight::get().reads(6)) + .saturating_add(T::DbWeight::get().writes(4)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools RewardPools (r:1 w:1) @@ -180,7 +186,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:0) - /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) /// Storage: Staking MinNominatorBond (r:1 w:0) /// Proof: Staking MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) @@ -190,17 +196,18 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: VoterList ListBags (r:2 w:2) /// Proof: VoterList ListBags (max_values: None, max_size: Some(82), added: 2557, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: NominationPools CounterForSubPoolsStorage (r:1 w:1) /// Proof: NominationPools CounterForSubPoolsStorage (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn unbond() -> Weight { // Proof Size summary in bytes: - // Measured: `3935` - // Estimated: `82816` - // Minimum execution time: 182_000_000 picoseconds. - Weight::from_parts(185_000_000, 82816) - .saturating_add(T::DbWeight::get().reads(19_u64)) - .saturating_add(T::DbWeight::get().writes(13_u64)) + // Measured: `3856` + // Estimated: `60367` + // Minimum execution time: 156_830_000 picoseconds. + Weight::from_parts(158_198_000, 0) + .saturating_add(Weight::from_parts(0, 60367)) + .saturating_add(T::DbWeight::get().reads(19)) + .saturating_add(T::DbWeight::get().writes(13)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -215,23 +222,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn pool_withdraw_unbonded(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1783` + // Measured: `1704` // Estimated: `18031` - // Minimum execution time: 55_000_000 picoseconds. - Weight::from_parts(57_002_753, 18031) - // Standard Error: 1_793 - .saturating_add(Weight::from_parts(16_018, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(5_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 53_206_000 picoseconds. + Weight::from_parts(54_391_455, 0) + .saturating_add(Weight::from_parts(0, 18031)) + // Standard Error: 2_654 + .saturating_add(Weight::from_parts(10_172, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(5)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:0) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -245,25 +253,24 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools ClaimPermissions (r:0 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) /// The range of component `s` is `[0, 100]`. - fn withdraw_unbonded_update(s: u32, ) -> Weight { + fn withdraw_unbonded_update(_s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2307` - // Estimated: `54662` - // Minimum execution time: 115_000_000 picoseconds. - Weight::from_parts(120_237_544, 54662) - // Standard Error: 1_910 - .saturating_add(Weight::from_parts(7_036, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(8_u64)) + // Measured: `2228` + // Estimated: `31957` + // Minimum execution time: 102_755_000 picoseconds. + Weight::from_parts(107_719_238, 0) + .saturating_add(Weight::from_parts(0, 31957)) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(8)) } /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) /// Storage: NominationPools SubPoolsStorage (r:1 w:1) - /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(24382), added: 26857, mode: MaxEncodedLen) + /// Proof: NominationPools SubPoolsStorage (max_values: None, max_size: Some(1197), added: 3672, mode: MaxEncodedLen) /// Storage: Staking Bonded (r:1 w:1) /// Proof: Staking Bonded (max_values: None, max_size: Some(72), added: 2547, mode: MaxEncodedLen) /// Storage: Staking Ledger (r:1 w:1) @@ -273,7 +280,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking Validators (r:1 w:0) /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:0) - /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) /// Storage: System Account (r:2 w:2) /// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen) /// Storage: Balances Locks (r:1 w:1) @@ -301,14 +308,15 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// The range of component `s` is `[0, 100]`. fn withdraw_unbonded_kill(s: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `2694` - // Estimated: `87714` - // Minimum execution time: 193_000_000 picoseconds. - Weight::from_parts(198_945_137, 87714) - // Standard Error: 3_367 - .saturating_add(Weight::from_parts(38_991, 0).saturating_mul(s.into())) - .saturating_add(T::DbWeight::get().reads(20_u64)) - .saturating_add(T::DbWeight::get().writes(18_u64)) + // Measured: `2618` + // Estimated: `65189` + // Minimum execution time: 161_317_000 picoseconds. + Weight::from_parts(164_663_249, 0) + .saturating_add(Weight::from_parts(0, 65189)) + // Standard Error: 25_821 + .saturating_add(Weight::from_parts(58_147, 0).saturating_mul(s.into())) + .saturating_add(T::DbWeight::get().reads(20)) + .saturating_add(T::DbWeight::get().writes(18)) } /// Storage: NominationPools LastPoolId (r:1 w:1) /// Proof: NominationPools LastPoolId (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -323,7 +331,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForBondedPools (r:1 w:1) /// Proof: NominationPools CounterForBondedPools (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools PoolMembers (r:1 w:1) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembersPerPool (r:1 w:0) /// Proof: NominationPools MaxPoolMembersPerPool (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: NominationPools MaxPoolMembers (r:1 w:0) @@ -354,12 +362,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Payee (max_values: None, max_size: Some(73), added: 2548, mode: MaxEncodedLen) fn create() -> Weight { // Proof Size summary in bytes: - // Measured: `1321` - // Estimated: `51410` - // Minimum execution time: 169_000_000 picoseconds. - Weight::from_parts(175_000_000, 51410) - .saturating_add(T::DbWeight::get().reads(21_u64)) - .saturating_add(T::DbWeight::get().writes(15_u64)) + // Measured: `1254` + // Estimated: `51890` + // Minimum execution time: 141_784_000 picoseconds. + Weight::from_parts(142_683_000, 0) + .saturating_add(Weight::from_parts(0, 51890)) + .saturating_add(T::DbWeight::get().reads(21)) + .saturating_add(T::DbWeight::get().writes(15)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -370,10 +379,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking MinNominatorBond (r:1 w:0) /// Proof: Staking MinNominatorBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:1) - /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) /// Storage: Staking MaxNominatorsCount (r:1 w:0) /// Proof: Staking MaxNominatorsCount (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// Storage: Staking Validators (r:17 w:0) + /// Storage: Staking Validators (r:25 w:0) /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) /// Storage: Staking CurrentEra (r:1 w:0) /// Proof: Staking CurrentEra (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) @@ -385,18 +394,19 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: Staking CounterForNominators (r:1 w:1) /// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) - /// The range of component `n` is `[1, 16]`. + /// The range of component `n` is `[1, 24]`. fn nominate(n: u32, ) -> Weight { // Proof Size summary in bytes: - // Measured: `1913` - // Estimated: `33934 + n * (2520 ±0)` - // Minimum execution time: 72_000_000 picoseconds. - Weight::from_parts(72_507_807, 33934) - // Standard Error: 9_754 - .saturating_add(Weight::from_parts(1_834_936, 0).saturating_mul(n.into())) - .saturating_add(T::DbWeight::get().reads(12_u64)) + // Measured: `1838` + // Estimated: `34190 + n * (2520 ±0)` + // Minimum execution time: 65_561_000 picoseconds. + Weight::from_parts(68_033_566, 0) + .saturating_add(Weight::from_parts(0, 34190)) + // Standard Error: 41_874 + .saturating_add(Weight::from_parts(1_249_632, 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_u64)) + .saturating_add(T::DbWeight::get().writes(5)) .saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into())) } /// Storage: NominationPools BondedPools (r:1 w:1) @@ -407,12 +417,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: Staking Ledger (max_values: None, max_size: Some(1091), added: 3566, mode: MaxEncodedLen) fn set_state() -> Weight { // Proof Size summary in bytes: - // Measured: `1502` + // Measured: `1427` // Estimated: `11778` - // Minimum execution time: 36_000_000 picoseconds. - Weight::from_parts(37_000_000, 11778) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 36_008_000 picoseconds. + Weight::from_parts(36_665_000, 0) + .saturating_add(Weight::from_parts(0, 11778)) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -421,14 +432,17 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: NominationPools CounterForMetadata (r:1 w:1) /// Proof: NominationPools CounterForMetadata (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// The range of component `n` is `[1, 256]`. - fn set_metadata(_n: u32, ) -> Weight { + fn set_metadata(n: u32, ) -> Weight { // Proof Size summary in bytes: // Measured: `563` // Estimated: `8909` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_348_240, 8909) - .saturating_add(T::DbWeight::get().reads(3_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 14_479_000 picoseconds. + Weight::from_parts(15_744_317, 0) + .saturating_add(Weight::from_parts(0, 8909)) + // Standard Error: 1_213 + .saturating_add(Weight::from_parts(2_309, 0).saturating_mul(n.into())) + .saturating_add(T::DbWeight::get().reads(3)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools MinJoinBond (r:0 w:1) /// Proof: NominationPools MinJoinBond (max_values: Some(1), max_size: Some(16), added: 511, mode: MaxEncodedLen) @@ -446,9 +460,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `0` // Estimated: `0` - // Minimum execution time: 7_000_000 picoseconds. - Weight::from_parts(8_000_000, 0) - .saturating_add(T::DbWeight::get().writes(6_u64)) + // Minimum execution time: 6_288_000 picoseconds. + Weight::from_parts(6_550_000, 0) + .saturating_add(Weight::from_parts(0, 0)) + .saturating_add(T::DbWeight::get().writes(6)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -456,10 +471,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `563` // Estimated: `3685` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 20_297_000 picoseconds. + Weight::from_parts(20_698_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -470,7 +486,7 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Storage: Staking Validators (r:1 w:0) /// Proof: Staking Validators (max_values: None, max_size: Some(45), added: 2520, mode: MaxEncodedLen) /// Storage: Staking Nominators (r:1 w:1) - /// Proof: Staking Nominators (max_values: None, max_size: Some(558), added: 3033, mode: MaxEncodedLen) + /// Proof: Staking Nominators (max_values: None, max_size: Some(814), added: 3289, mode: MaxEncodedLen) /// Storage: Staking CounterForNominators (r:1 w:1) /// Proof: Staking CounterForNominators (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) /// Storage: VoterList ListNodes (r:1 w:1) @@ -481,12 +497,13 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo /// Proof: VoterList CounterForListNodes (max_values: Some(1), max_size: Some(4), added: 499, mode: MaxEncodedLen) fn chill() -> Weight { // Proof Size summary in bytes: - // Measured: `2140` - // Estimated: `29455` - // Minimum execution time: 65_000_000 picoseconds. - Weight::from_parts(68_000_000, 29455) - .saturating_add(T::DbWeight::get().reads(9_u64)) - .saturating_add(T::DbWeight::get().writes(5_u64)) + // Measured: `2065` + // Estimated: `29711` + // Minimum execution time: 64_288_000 picoseconds. + Weight::from_parts(65_089_000, 0) + .saturating_add(Weight::from_parts(0, 29711)) + .saturating_add(T::DbWeight::get().reads(9)) + .saturating_add(T::DbWeight::get().writes(5)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -500,10 +517,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `866` // Estimated: `12324` - // Minimum execution time: 35_000_000 picoseconds. - Weight::from_parts(37_000_000, 12324) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 32_180_000 picoseconds. + Weight::from_parts(32_637_000, 0) + .saturating_add(Weight::from_parts(0, 12324)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -511,10 +529,11 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `603` // Estimated: `3685` - // Minimum execution time: 19_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 18_814_000 picoseconds. + Weight::from_parts(19_221_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:1) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -522,23 +541,25 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `563` // Estimated: `3685` - // Minimum execution time: 20_000_000 picoseconds. - Weight::from_parts(20_000_000, 3685) - .saturating_add(T::DbWeight::get().reads(1_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Minimum execution time: 19_641_000 picoseconds. + Weight::from_parts(29_789_000, 0) + .saturating_add(Weight::from_parts(0, 3685)) + .saturating_add(T::DbWeight::get().reads(1)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools PoolMembers (r:1 w:0) - /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(237), added: 2712, mode: MaxEncodedLen) + /// Proof: NominationPools PoolMembers (max_values: None, max_size: Some(717), added: 3192, mode: MaxEncodedLen) /// Storage: NominationPools ClaimPermissions (r:1 w:1) /// Proof: NominationPools ClaimPermissions (max_values: None, max_size: Some(41), added: 2516, mode: MaxEncodedLen) fn set_claim_permission() -> Weight { // Proof Size summary in bytes: // Measured: `542` - // Estimated: `7208` - // Minimum execution time: 14_000_000 picoseconds. - Weight::from_parts(15_000_000, 7208) - .saturating_add(T::DbWeight::get().reads(2_u64)) - .saturating_add(T::DbWeight::get().writes(1_u64)) + // Estimated: `7688` + // Minimum execution time: 14_819_000 picoseconds. + Weight::from_parts(21_194_000, 0) + .saturating_add(Weight::from_parts(0, 7688)) + .saturating_add(T::DbWeight::get().reads(2)) + .saturating_add(T::DbWeight::get().writes(1)) } /// Storage: NominationPools BondedPools (r:1 w:0) /// Proof: NominationPools BondedPools (max_values: None, max_size: Some(220), added: 2695, mode: MaxEncodedLen) @@ -552,9 +573,10 @@ impl pallet_nomination_pools::WeightInfo for WeightInfo // Proof Size summary in bytes: // Measured: `1096` // Estimated: `12324` - // Minimum execution time: 51_000_000 picoseconds. - Weight::from_parts(53_000_000, 12324) - .saturating_add(T::DbWeight::get().reads(4_u64)) - .saturating_add(T::DbWeight::get().writes(2_u64)) + // Minimum execution time: 47_609_000 picoseconds. + Weight::from_parts(48_694_000, 0) + .saturating_add(Weight::from_parts(0, 12324)) + .saturating_add(T::DbWeight::get().reads(4)) + .saturating_add(T::DbWeight::get().writes(2)) } } From a026668558c7132e2ca981c0861980f0ea8057c5 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 13 Mar 2023 13:58:42 +0700 Subject: [PATCH 24/32] add InitialGlobalMaxCommission --- runtime/kusama/src/lib.rs | 2 ++ runtime/polkadot/src/lib.rs | 2 ++ runtime/westend/src/lib.rs | 2 ++ 3 files changed, 6 insertions(+) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index ea4bb7c38226..f0b17357d2e9 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1305,6 +1305,7 @@ impl pallet_nis::Config for Runtime { parameter_types! { pub const PoolsPalletId: PalletId = PalletId(*b"py/nopls"); pub const MaxPointsToBalance: u8 = 10; + pub const InitialGlobalMaxCommission: Perbill = Perbill::zero(); } impl pallet_nomination_pools::Config for Runtime { @@ -1321,6 +1322,7 @@ impl pallet_nomination_pools::Config for Runtime { type MaxUnbonding = ::MaxUnlockingChunks; type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; + type InitialGlobalMaxCommission = InitialGlobalMaxCommission; } construct_runtime! { diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 15850e5d1e48..f880a220bf57 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1430,6 +1430,7 @@ parameter_types! { pub const PoolsPalletId: PalletId = PalletId(*b"py/nopls"); // Allow pools that got slashed up to 90% to remain operational. pub const MaxPointsToBalance: u8 = 10; + pub const InitialGlobalMaxCommission: Perbill = Perbill::zero(); } impl pallet_nomination_pools::Config for Runtime { @@ -1446,6 +1447,7 @@ impl pallet_nomination_pools::Config for Runtime { type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; type WeightInfo = weights::pallet_nomination_pools::WeightInfo; + type InitialGlobalMaxCommission = InitialGlobalMaxCommission; } pub struct InitiateNominationPools; diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 26b5718d8fbf..2ba8ccbaea7b 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1072,6 +1072,7 @@ impl auctions::Config for Runtime { parameter_types! { pub const PoolsPalletId: PalletId = PalletId(*b"py/nopls"); pub const MaxPointsToBalance: u8 = 10; + pub const InitialGlobalMaxCommission: Perbill = Perbill::zero(); } impl pallet_nomination_pools::Config for Runtime { @@ -1088,6 +1089,7 @@ impl pallet_nomination_pools::Config for Runtime { type MaxUnbonding = ::MaxUnlockingChunks; type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; + type InitialGlobalMaxCommission = InitialGlobalMaxCommission; } parameter_types! { From 2fb47ec12e7424e5b6d97f41d121add6cf149e52 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 13 Mar 2023 21:12:33 +0700 Subject: [PATCH 25/32] revert --- runtime/kusama/src/lib.rs | 2 -- runtime/polkadot/src/lib.rs | 2 -- runtime/westend/src/lib.rs | 2 -- 3 files changed, 6 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index f48cb607f787..c7637cfdd454 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1285,7 +1285,6 @@ impl pallet_nis::Config for Runtime { parameter_types! { pub const PoolsPalletId: PalletId = PalletId(*b"py/nopls"); pub const MaxPointsToBalance: u8 = 10; - pub const InitialGlobalMaxCommission: Perbill = Perbill::zero(); } impl pallet_nomination_pools::Config for Runtime { @@ -1302,7 +1301,6 @@ impl pallet_nomination_pools::Config for Runtime { type MaxUnbonding = ::MaxUnlockingChunks; type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; - type InitialGlobalMaxCommission = InitialGlobalMaxCommission; } construct_runtime! { diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index 4bc94a046277..dc78b4b4deef 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1410,7 +1410,6 @@ parameter_types! { pub const PoolsPalletId: PalletId = PalletId(*b"py/nopls"); // Allow pools that got slashed up to 90% to remain operational. pub const MaxPointsToBalance: u8 = 10; - pub const InitialGlobalMaxCommission: Perbill = Perbill::zero(); } impl pallet_nomination_pools::Config for Runtime { @@ -1427,7 +1426,6 @@ impl pallet_nomination_pools::Config for Runtime { type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; type WeightInfo = weights::pallet_nomination_pools::WeightInfo; - type InitialGlobalMaxCommission = InitialGlobalMaxCommission; } pub struct InitiateNominationPools; diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 57d1e90f6d1f..6547cf477125 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1052,7 +1052,6 @@ impl auctions::Config for Runtime { parameter_types! { pub const PoolsPalletId: PalletId = PalletId(*b"py/nopls"); pub const MaxPointsToBalance: u8 = 10; - pub const InitialGlobalMaxCommission: Perbill = Perbill::zero(); } impl pallet_nomination_pools::Config for Runtime { @@ -1069,7 +1068,6 @@ impl pallet_nomination_pools::Config for Runtime { type MaxUnbonding = ::MaxUnlockingChunks; type PalletId = PoolsPalletId; type MaxPointsToBalance = MaxPointsToBalance; - type InitialGlobalMaxCommission = InitialGlobalMaxCommission; } parameter_types! { From 83d4a862e3f1626b432065b81b8dda78f7af357f Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Mon, 13 Mar 2023 22:57:35 +0700 Subject: [PATCH 26/32] global max commission migration generic --- runtime/kusama/src/lib.rs | 14 +++++++++++++- runtime/polkadot/src/lib.rs | 14 +++++++++++++- runtime/westend/src/lib.rs | 12 +++++++++++- 3 files changed, 37 insertions(+), 3 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index c7637cfdd454..a27a2e427957 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1462,10 +1462,22 @@ impl Get<&'static str> for StakingMigrationV11OldPallet { } } +pub struct NominationPoolsMigrationV4OldPallet; +impl Get for NominationPoolsMigrationV4OldPallet { + fn get() -> Perbill { + Perbill::zero() + } +} + /// All migrations that will run on the next runtime upgrade. /// /// Should be cleared after every release. -pub type Migrations = (pallet_nomination_pools::migration::v4::MigrateToV4,); +pub type Migrations = ( + pallet_nomination_pools::migration::v4::MigrateToV4< + Runtime, + NominationPoolsMigrationV4OldPallet, + >, +); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index dc78b4b4deef..b51841349d20 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1583,10 +1583,22 @@ impl Get<&'static str> for StakingMigrationV11OldPallet { } } +pub struct NominationPoolsMigrationV4OldPallet; +impl Get for NominationPoolsMigrationV4OldPallet { + fn get() -> Perbill { + Perbill::zero() + } +} + /// All migrations that will run on the next runtime upgrade. /// /// Should be cleared after every release. -pub type Migrations = (pallet_nomination_pools::migration::v4::MigrateToV4,); +pub type Migrations = ( + pallet_nomination_pools::migration::v4::MigrateToV4< + Runtime, + NominationPoolsMigrationV4OldPallet, + >, +); /// Unchecked extrinsic type as expected by this runtime. pub type UncheckedExtrinsic = diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 6547cf477125..c95c9b6f5f9b 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1203,12 +1203,22 @@ impl Get<&'static str> for StakingMigrationV11OldPallet { } } +pub struct NominationPoolsMigrationV4OldPallet; +impl Get for NominationPoolsMigrationV4OldPallet { + fn get() -> Perbill { + Perbill::zero() + } +} + /// All migrations that will run on the next runtime upgrade. /// /// Should be cleared after every release. pub type Migrations = ( clean_state_migration::CleanMigrate, - pallet_nomination_pools::migration::v4::MigrateToV4, + pallet_nomination_pools::migration::v4::MigrateToV4< + Runtime, + NominationPoolsMigrationV4OldPallet, + >, ); /// Unchecked extrinsic type as expected by this runtime. From 2fa7e1fed0af0f71cc8ec917bba1dbc51c7e8cc2 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 14 Mar 2023 01:06:25 +0700 Subject: [PATCH 27/32] remove StakingMigrationV11OldPallet --- runtime/kusama/src/lib.rs | 7 ------- runtime/polkadot/src/lib.rs | 7 ------- runtime/westend/src/lib.rs | 7 ------- 3 files changed, 21 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index a27a2e427957..b212d2509e15 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1455,13 +1455,6 @@ pub type SignedExtra = ( pallet_transaction_payment::ChargeTransactionPayment, ); -pub struct StakingMigrationV11OldPallet; -impl Get<&'static str> for StakingMigrationV11OldPallet { - fn get() -> &'static str { - "VoterList" - } -} - pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { diff --git a/runtime/polkadot/src/lib.rs b/runtime/polkadot/src/lib.rs index b51841349d20..0725ec98251c 100644 --- a/runtime/polkadot/src/lib.rs +++ b/runtime/polkadot/src/lib.rs @@ -1576,13 +1576,6 @@ pub type SignedExtra = ( claims::PrevalidateAttests, ); -pub struct StakingMigrationV11OldPallet; -impl Get<&'static str> for StakingMigrationV11OldPallet { - fn get() -> &'static str { - "VoterList" - } -} - pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index c95c9b6f5f9b..b6fb6387b47d 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1196,13 +1196,6 @@ pub type SignedExtra = ( pallet_transaction_payment::ChargeTransactionPayment, ); -pub struct StakingMigrationV11OldPallet; -impl Get<&'static str> for StakingMigrationV11OldPallet { - fn get() -> &'static str { - "VoterList" - } -} - pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { From a9f72577c0304dac7648bb00ac73ab9726cd3af0 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 14 Mar 2023 12:46:17 +0700 Subject: [PATCH 28/32] initial global max commission --- runtime/kusama/src/lib.rs | 2 +- runtime/westend/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index b212d2509e15..e34f5d08ef46 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1458,7 +1458,7 @@ pub type SignedExtra = ( pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { - Perbill::zero() + Perbill::from_percent(25) } } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index b6fb6387b47d..69ca8fdc9c09 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1199,7 +1199,7 @@ pub type SignedExtra = ( pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { - Perbill::zero() + Perbill::from_percent(25) } } From b42370b08a35592af7ea845ebc34d9e2bb46af91 Mon Sep 17 00:00:00 2001 From: Ross Bulat Date: Tue, 14 Mar 2023 21:03:00 +0700 Subject: [PATCH 29/32] adjust global max --- runtime/kusama/src/lib.rs | 2 +- runtime/westend/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/kusama/src/lib.rs b/runtime/kusama/src/lib.rs index e34f5d08ef46..8fefd476e155 100644 --- a/runtime/kusama/src/lib.rs +++ b/runtime/kusama/src/lib.rs @@ -1458,7 +1458,7 @@ pub type SignedExtra = ( pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { - Perbill::from_percent(25) + Perbill::from_percent(10) } } diff --git a/runtime/westend/src/lib.rs b/runtime/westend/src/lib.rs index 69ca8fdc9c09..50ff176f91fb 100644 --- a/runtime/westend/src/lib.rs +++ b/runtime/westend/src/lib.rs @@ -1199,7 +1199,7 @@ pub type SignedExtra = ( pub struct NominationPoolsMigrationV4OldPallet; impl Get for NominationPoolsMigrationV4OldPallet { fn get() -> Perbill { - Perbill::from_percent(25) + Perbill::from_percent(100) } } From 184eebae6656a5f59d3533e139f8fdcce4ff0eba Mon Sep 17 00:00:00 2001 From: parity-processbot <> Date: Wed, 15 Mar 2023 04:08:05 +0000 Subject: [PATCH 30/32] update lockfile for {"substrate"} --- Cargo.lock | 398 +++++++++++++++++++++++++++-------------------------- 1 file changed, 206 insertions(+), 192 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c69f5c487ca..54354a6744f5 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#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "log", @@ -2077,6 +2077,19 @@ dependencies = [ "syn", ] +[[package]] +name = "expander" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f360349150728553f92e4c997a16af8915f418d3a0f21b440d34c5632f16ed84" +dependencies = [ + "blake2", + "fs-err", + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "eyre" version = "0.6.5" @@ -2282,7 +2295,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", ] @@ -2305,7 +2318,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-support-procedural", @@ -2330,7 +2343,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "array-bytes", @@ -2377,7 +2390,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2388,7 +2401,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2405,7 +2418,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -2434,7 +2447,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "log", @@ -2450,7 +2463,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "bitflags", "environmental", @@ -2483,7 +2496,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "cfg-expr", @@ -2498,7 +2511,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2510,7 +2523,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro2", "quote", @@ -2520,7 +2533,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -2544,7 +2557,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -2555,7 +2568,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "log", @@ -2573,7 +2586,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -2588,7 +2601,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-api", @@ -2597,7 +2610,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "parity-scale-codec", @@ -2779,7 +2792,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "chrono", "frame-election-provider-support", @@ -2962,9 +2975,9 @@ dependencies = [ [[package]] name = "hash-db" -version = "0.15.2" +version = "0.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a" +checksum = "8e7d7786361d7425ae2fe4f9e407eb0efaa0840f5212d109cc018c40c35c6ab4" [[package]] name = "hash256-std-hasher" @@ -4476,12 +4489,11 @@ dependencies = [ [[package]] name = "memory-db" -version = "0.31.0" +version = "0.32.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e0c7cba9ce19ac7ffd2053ac9f49843bbd3f4318feedfd74e85c19d5fb0ba66" +checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe" dependencies = [ "hash-db", - "hashbrown 0.12.3", ] [[package]] @@ -4559,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "log", @@ -4578,7 +4590,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "anyhow", "jsonrpsee", @@ -5140,7 +5152,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5155,7 +5167,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5171,7 +5183,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5185,7 +5197,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5209,7 +5221,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5229,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5248,7 +5260,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5263,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5282,7 +5294,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5306,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5324,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5343,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5360,7 +5372,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5377,7 +5389,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5395,7 +5407,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5418,7 +5430,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5431,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5449,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5467,7 +5479,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5490,7 +5502,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5506,7 +5518,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5526,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5543,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5560,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5577,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5593,7 +5605,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5609,7 +5621,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5626,7 +5638,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5646,7 +5658,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5657,7 +5669,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5674,7 +5686,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5698,7 +5710,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5715,7 +5727,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5730,7 +5742,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5748,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5763,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5782,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5799,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5820,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5836,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5850,7 +5862,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5873,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5884,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "sp-arithmetic", @@ -5893,7 +5905,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-api", @@ -5902,7 +5914,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5919,7 +5931,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5933,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5951,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5970,7 +5982,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5986,7 +5998,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6002,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6014,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6031,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6046,7 +6058,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6062,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6077,7 +6089,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -9002,7 +9014,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "sp-core", @@ -9013,7 +9025,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -9041,7 +9053,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "futures-timer", @@ -9064,7 +9076,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9079,7 +9091,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9098,7 +9110,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9109,7 +9121,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "chrono", @@ -9149,7 +9161,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "fnv", "futures", @@ -9175,7 +9187,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "kvdb", @@ -9201,7 +9213,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -9226,7 +9238,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "fork-tree", @@ -9265,7 +9277,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "jsonrpsee", @@ -9287,7 +9299,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9322,7 +9334,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "jsonrpsee", @@ -9341,7 +9353,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9354,7 +9366,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9394,7 +9406,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "finality-grandpa", "futures", @@ -9414,7 +9426,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -9437,7 +9449,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9461,7 +9473,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9474,7 +9486,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "sc-allocator", @@ -9487,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "anyhow", "cfg-if", @@ -9505,7 +9517,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ansi_term", "futures", @@ -9521,7 +9533,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9536,7 +9548,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-channel", @@ -9580,7 +9592,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "cid", "futures", @@ -9600,7 +9612,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9628,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ahash 0.8.2", "futures", @@ -9647,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "futures", @@ -9669,7 +9681,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9703,7 +9715,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "futures", @@ -9723,7 +9735,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "bytes", @@ -9754,7 +9766,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "libp2p", @@ -9767,7 +9779,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9776,7 +9788,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "jsonrpsee", @@ -9806,7 +9818,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9825,7 +9837,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "http", "jsonrpsee", @@ -9840,7 +9852,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "futures", @@ -9866,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "directories", @@ -9932,7 +9944,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "parity-scale-codec", @@ -9943,7 +9955,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "clap 4.0.15", "fs4", @@ -9959,7 +9971,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9978,7 +9990,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "libc", @@ -9997,7 +10009,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "chrono", "futures", @@ -10016,7 +10028,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ansi_term", "atty", @@ -10047,7 +10059,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10058,7 +10070,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10085,7 +10097,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10099,7 +10111,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-channel", "futures", @@ -10614,7 +10626,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "log", @@ -10632,9 +10644,11 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ + "Inflector", "blake2", + "expander 1.0.0", "proc-macro-crate", "proc-macro2", "quote", @@ -10644,7 +10658,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10657,7 +10671,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "integer-sqrt", "num-traits", @@ -10671,7 +10685,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10684,7 +10698,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-api", @@ -10696,7 +10710,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "log", @@ -10714,7 +10728,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10729,7 +10743,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "parity-scale-codec", @@ -10747,7 +10761,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "merlin", @@ -10770,7 +10784,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10789,7 +10803,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "finality-grandpa", "log", @@ -10807,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10819,7 +10833,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10832,7 +10846,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "base58", @@ -10875,7 +10889,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "blake2b_simd", "byteorder", @@ -10889,7 +10903,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro2", "quote", @@ -10900,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10909,7 +10923,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro2", "quote", @@ -10919,7 +10933,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "environmental", "parity-scale-codec", @@ -10930,7 +10944,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10945,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "bytes", "ed25519", @@ -10970,7 +10984,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "lazy_static", "sp-core", @@ -10981,7 +10995,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10998,7 +11012,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "thiserror", "zstd", @@ -11007,7 +11021,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11025,7 +11039,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11039,7 +11053,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "sp-api", "sp-core", @@ -11049,7 +11063,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "backtrace", "lazy_static", @@ -11059,7 +11073,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "rustc-hash", "serde", @@ -11069,7 +11083,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "either", "hash256-std-hasher", @@ -11091,7 +11105,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11109,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "proc-macro-crate", @@ -11121,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11135,7 +11149,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11147,7 +11161,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "log", @@ -11167,12 +11181,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11185,7 +11199,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures-timer", @@ -11200,7 +11214,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-std", @@ -11212,7 +11226,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "sp-api", "sp-runtime", @@ -11221,7 +11235,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "log", @@ -11237,7 +11251,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11260,7 +11274,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11277,7 +11291,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11288,7 +11302,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11302,7 +11316,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11522,7 +11536,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "platforms", ] @@ -11530,7 +11544,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11549,7 +11563,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hyper", "log", @@ -11561,7 +11575,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "jsonrpsee", @@ -11574,7 +11588,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "log", @@ -11593,7 +11607,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -11619,7 +11633,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11629,7 +11643,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11640,7 +11654,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ansi_term", "build-helper", @@ -12366,9 +12380,9 @@ dependencies = [ [[package]] name = "trie-db" -version = "0.26.0" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "879380c0061b165ba1f036325b7f3478bc1a947814d9fc36d22c5d8e960b11bd" +checksum = "634d75c77ea43f2ad8ea9d9c58de49dfc9c3995bdef32b503df7883ff054e7f1" dependencies = [ "hash-db", "hashbrown 0.13.2", @@ -12379,9 +12393,9 @@ dependencies = [ [[package]] name = "trie-root" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a36c5ca3911ed3c9a5416ee6c679042064b93fc637ded67e25f92e68d783891" +checksum = "d4ed310ef5ab98f5fa467900ed906cb9232dd5376597e00fd4cba2a449d06c0b" dependencies = [ "hash-db", ] @@ -12441,7 +12455,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#897b95d98424a44eb493eb982e5ac88d37f60cb5" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "clap 4.0.15", From 803aa8e7cc691edc9cdb2c40c00380bb63d4a5df Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Wed, 15 Mar 2023 14:36:48 +0100 Subject: [PATCH 31/32] Use master lock file Signed-off-by: Oliver Tale-Yazdi --- Cargo.lock | 378 ++++++++++++++++++++++++++--------------------------- 1 file changed, 189 insertions(+), 189 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54354a6744f5..067716bb2ac4 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#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "hash-db", "log", @@ -667,9 +667,9 @@ dependencies = [ [[package]] name = "bumpalo" -version = "3.8.0" +version = "3.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c" +checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "byte-slice-cast" @@ -2295,7 +2295,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", ] @@ -2318,7 +2318,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-support-procedural", @@ -2343,7 +2343,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "Inflector", "array-bytes", @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2401,7 +2401,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2418,7 +2418,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -2447,7 +2447,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "log", @@ -2463,7 +2463,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "bitflags", "environmental", @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "Inflector", "cfg-expr", @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2523,7 +2523,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro2", "quote", @@ -2533,7 +2533,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2557,7 +2557,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "log", @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -2601,7 +2601,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "sp-api", @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "parity-scale-codec", @@ -2792,7 +2792,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "chrono", "frame-election-provider-support", @@ -2893,9 +2893,9 @@ checksum = "dec7af912d60cdbd3677c1af9352ebae6fb8394d165568a2234df0fa00f87793" [[package]] name = "git2" -version = "0.16.0" +version = "0.16.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be36bc9e0546df253c0cc41fd0af34f5e92845ad8509462ec76672fac6997f5b" +checksum = "ccf7f68c2995f392c49fffb4f95ae2c873297830eb25c6bc4c114ce8f4562acc" dependencies = [ "bitflags", "libc", @@ -3762,9 +3762,9 @@ checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" [[package]] name = "libgit2-sys" -version = "0.14.1+1.5.0" +version = "0.14.2+1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a07fb2692bc3593bda59de45a502bb3071659f2c515e28c71e728306b038e17" +checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4" dependencies = [ "cc", "libc", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "log", @@ -4590,7 +4590,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "anyhow", "jsonrpsee", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5167,7 +5167,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5183,7 +5183,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5197,7 +5197,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5260,7 +5260,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5275,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5294,7 +5294,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5355,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5372,7 +5372,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5389,7 +5389,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5407,7 +5407,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5430,7 +5430,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5461,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5518,7 +5518,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5555,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5572,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5589,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5605,7 +5605,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5621,7 +5621,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5658,7 +5658,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5669,7 +5669,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5686,7 +5686,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5710,7 +5710,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5727,7 +5727,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5811,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5832,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5862,7 +5862,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5885,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5896,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "log", "sp-arithmetic", @@ -5905,7 +5905,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "sp-api", @@ -5914,7 +5914,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5931,7 +5931,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -5982,7 +5982,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-support", "frame-system", @@ -5998,7 +5998,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6014,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6026,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6058,7 +6058,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6074,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -6089,7 +6089,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-benchmarking", "frame-support", @@ -9014,7 +9014,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "log", "sp-core", @@ -9025,7 +9025,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -9053,7 +9053,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "futures-timer", @@ -9076,7 +9076,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9091,7 +9091,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9110,7 +9110,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9121,7 +9121,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "chrono", @@ -9161,7 +9161,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "fnv", "futures", @@ -9187,7 +9187,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "hash-db", "kvdb", @@ -9213,7 +9213,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "fork-tree", @@ -9277,7 +9277,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "jsonrpsee", @@ -9299,7 +9299,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "async-trait", @@ -9334,7 +9334,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "jsonrpsee", @@ -9353,7 +9353,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9366,7 +9366,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9406,7 +9406,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "finality-grandpa", "futures", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9473,7 +9473,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9486,7 +9486,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "log", "sc-allocator", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "anyhow", "cfg-if", @@ -9517,7 +9517,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ansi_term", "futures", @@ -9533,7 +9533,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "async-trait", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "async-channel", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "cid", "futures", @@ -9612,7 +9612,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "async-trait", @@ -9640,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ahash 0.8.2", "futures", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "futures", @@ -9681,7 +9681,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "async-trait", @@ -9715,7 +9715,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "futures", @@ -9735,7 +9735,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "bytes", @@ -9766,7 +9766,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "libp2p", @@ -9779,7 +9779,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9788,7 +9788,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "jsonrpsee", @@ -9818,7 +9818,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9837,7 +9837,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "http", "jsonrpsee", @@ -9852,7 +9852,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "futures", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "directories", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "log", "parity-scale-codec", @@ -9955,7 +9955,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "clap 4.0.15", "fs4", @@ -9971,7 +9971,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9990,7 +9990,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "libc", @@ -10009,7 +10009,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "chrono", "futures", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ansi_term", "atty", @@ -10059,7 +10059,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10070,7 +10070,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -10097,7 +10097,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-channel", "futures", @@ -10626,7 +10626,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "hash-db", "log", @@ -10644,7 +10644,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "Inflector", "blake2", @@ -10658,7 +10658,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10671,7 +10671,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "integer-sqrt", "num-traits", @@ -10685,7 +10685,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10698,7 +10698,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "sp-api", @@ -10710,7 +10710,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "log", @@ -10728,7 +10728,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -10743,7 +10743,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "parity-scale-codec", @@ -10761,7 +10761,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "merlin", @@ -10784,7 +10784,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10803,7 +10803,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "finality-grandpa", "log", @@ -10821,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10833,7 +10833,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -10846,7 +10846,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "base58", @@ -10889,7 +10889,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "blake2b_simd", "byteorder", @@ -10903,7 +10903,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro2", "quote", @@ -10914,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10923,7 +10923,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro2", "quote", @@ -10933,7 +10933,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "environmental", "parity-scale-codec", @@ -10944,7 +10944,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10959,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "bytes", "ed25519", @@ -10984,7 +10984,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "lazy_static", "sp-core", @@ -10995,7 +10995,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures", @@ -11012,7 +11012,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "thiserror", "zstd", @@ -11021,7 +11021,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11039,7 +11039,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11053,7 +11053,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "sp-api", "sp-core", @@ -11063,7 +11063,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "backtrace", "lazy_static", @@ -11073,7 +11073,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "rustc-hash", "serde", @@ -11083,7 +11083,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "either", "hash256-std-hasher", @@ -11105,7 +11105,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11123,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "Inflector", "proc-macro-crate", @@ -11135,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11149,7 +11149,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11161,7 +11161,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "hash-db", "log", @@ -11181,12 +11181,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11199,7 +11199,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "futures-timer", @@ -11214,7 +11214,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "sp-std", @@ -11226,7 +11226,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "sp-api", "sp-runtime", @@ -11235,7 +11235,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "log", @@ -11251,7 +11251,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11274,7 +11274,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11291,7 +11291,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11302,7 +11302,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11316,7 +11316,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "parity-scale-codec", "scale-info", @@ -11536,7 +11536,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "platforms", ] @@ -11544,7 +11544,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11563,7 +11563,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "hyper", "log", @@ -11575,7 +11575,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "jsonrpsee", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "jsonrpsee", "log", @@ -11607,7 +11607,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "array-bytes", "async-trait", @@ -11633,7 +11633,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11643,7 +11643,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11654,7 +11654,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "ansi_term", "build-helper", @@ -12455,7 +12455,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" +source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" dependencies = [ "async-trait", "clap 4.0.15", From bf8e92ea2d8efa8d0c193f4a776da17bc0226914 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Wed, 15 Mar 2023 14:37:26 +0100 Subject: [PATCH 32/32] cargo update -p sp-io Signed-off-by: Oliver Tale-Yazdi --- Cargo.lock | 366 ++++++++++++++++++++++++++--------------------------- 1 file changed, 183 insertions(+), 183 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 067716bb2ac4..353f01148d47 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#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "log", @@ -2295,7 +2295,7 @@ checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" [[package]] name = "fork-tree" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", ] @@ -2318,7 +2318,7 @@ checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa" [[package]] name = "frame-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-support-procedural", @@ -2343,7 +2343,7 @@ dependencies = [ [[package]] name = "frame-benchmarking-cli" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "array-bytes", @@ -2390,7 +2390,7 @@ dependencies = [ [[package]] name = "frame-election-provider-solution-type" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -2401,7 +2401,7 @@ dependencies = [ [[package]] name = "frame-election-provider-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-election-provider-solution-type", "frame-support", @@ -2418,7 +2418,7 @@ dependencies = [ [[package]] name = "frame-executive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -2447,7 +2447,7 @@ dependencies = [ [[package]] name = "frame-remote-externalities" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "log", @@ -2463,7 +2463,7 @@ dependencies = [ [[package]] name = "frame-support" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "bitflags", "environmental", @@ -2496,7 +2496,7 @@ dependencies = [ [[package]] name = "frame-support-procedural" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "cfg-expr", @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support-procedural-tools-derive", "proc-macro-crate", @@ -2523,7 +2523,7 @@ dependencies = [ [[package]] name = "frame-support-procedural-tools-derive" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro2", "quote", @@ -2533,7 +2533,7 @@ dependencies = [ [[package]] name = "frame-support-test" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -2557,7 +2557,7 @@ dependencies = [ [[package]] name = "frame-support-test-pallet" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -2568,7 +2568,7 @@ dependencies = [ [[package]] name = "frame-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "log", @@ -2586,7 +2586,7 @@ dependencies = [ [[package]] name = "frame-system-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -2601,7 +2601,7 @@ dependencies = [ [[package]] name = "frame-system-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-api", @@ -2610,7 +2610,7 @@ dependencies = [ [[package]] name = "frame-try-runtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "parity-scale-codec", @@ -2792,7 +2792,7 @@ dependencies = [ [[package]] name = "generate-bags" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "chrono", "frame-election-provider-support", @@ -4571,7 +4571,7 @@ dependencies = [ [[package]] name = "mmr-gadget" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "log", @@ -4590,7 +4590,7 @@ dependencies = [ [[package]] name = "mmr-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "anyhow", "jsonrpsee", @@ -5152,7 +5152,7 @@ dependencies = [ [[package]] name = "pallet-assets" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5167,7 +5167,7 @@ dependencies = [ [[package]] name = "pallet-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5183,7 +5183,7 @@ dependencies = [ [[package]] name = "pallet-authorship" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5197,7 +5197,7 @@ dependencies = [ [[package]] name = "pallet-babe" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "pallet-bags-list" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5241,7 +5241,7 @@ dependencies = [ [[package]] name = "pallet-bags-list-remote-tests" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-election-provider-support", "frame-remote-externalities", @@ -5260,7 +5260,7 @@ dependencies = [ [[package]] name = "pallet-balances" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5275,7 +5275,7 @@ dependencies = [ [[package]] name = "pallet-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5294,7 +5294,7 @@ dependencies = [ [[package]] name = "pallet-beefy-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "binary-merkle-tree", @@ -5318,7 +5318,7 @@ dependencies = [ [[package]] name = "pallet-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5336,7 +5336,7 @@ dependencies = [ [[package]] name = "pallet-child-bounties" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5355,7 +5355,7 @@ dependencies = [ [[package]] name = "pallet-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5372,7 +5372,7 @@ dependencies = [ [[package]] name = "pallet-conviction-voting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5389,7 +5389,7 @@ dependencies = [ [[package]] name = "pallet-democracy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5407,7 +5407,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-multi-phase" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5430,7 +5430,7 @@ dependencies = [ [[package]] name = "pallet-election-provider-support-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5443,7 +5443,7 @@ dependencies = [ [[package]] name = "pallet-elections-phragmen" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5461,7 +5461,7 @@ dependencies = [ [[package]] name = "pallet-fast-unstake" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "pallet-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5502,7 +5502,7 @@ dependencies = [ [[package]] name = "pallet-identity" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "enumflags2", "frame-benchmarking", @@ -5518,7 +5518,7 @@ dependencies = [ [[package]] name = "pallet-im-online" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5538,7 +5538,7 @@ dependencies = [ [[package]] name = "pallet-indices" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5555,7 +5555,7 @@ dependencies = [ [[package]] name = "pallet-membership" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5572,7 +5572,7 @@ dependencies = [ [[package]] name = "pallet-mmr" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5589,7 +5589,7 @@ dependencies = [ [[package]] name = "pallet-multisig" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5605,7 +5605,7 @@ dependencies = [ [[package]] name = "pallet-nis" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5621,7 +5621,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5638,7 +5638,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-benchmarking" version = "1.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5658,7 +5658,7 @@ dependencies = [ [[package]] name = "pallet-nomination-pools-runtime-api" version = "1.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "pallet-nomination-pools", "parity-scale-codec", @@ -5669,7 +5669,7 @@ dependencies = [ [[package]] name = "pallet-offences" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5686,7 +5686,7 @@ dependencies = [ [[package]] name = "pallet-offences-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5710,7 +5710,7 @@ dependencies = [ [[package]] name = "pallet-preimage" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5727,7 +5727,7 @@ dependencies = [ [[package]] name = "pallet-proxy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5742,7 +5742,7 @@ dependencies = [ [[package]] name = "pallet-ranked-collective" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5760,7 +5760,7 @@ dependencies = [ [[package]] name = "pallet-recovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5775,7 +5775,7 @@ dependencies = [ [[package]] name = "pallet-referenda" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "assert_matches", "frame-benchmarking", @@ -5794,7 +5794,7 @@ dependencies = [ [[package]] name = "pallet-scheduler" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5811,7 +5811,7 @@ dependencies = [ [[package]] name = "pallet-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5832,7 +5832,7 @@ dependencies = [ [[package]] name = "pallet-session-benchmarking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "pallet-society" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5862,7 +5862,7 @@ dependencies = [ [[package]] name = "pallet-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5885,7 +5885,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-curve" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -5896,7 +5896,7 @@ dependencies = [ [[package]] name = "pallet-staking-reward-fn" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "sp-arithmetic", @@ -5905,7 +5905,7 @@ dependencies = [ [[package]] name = "pallet-staking-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-api", @@ -5914,7 +5914,7 @@ dependencies = [ [[package]] name = "pallet-state-trie-migration" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5931,7 +5931,7 @@ dependencies = [ [[package]] name = "pallet-sudo" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5945,7 +5945,7 @@ dependencies = [ [[package]] name = "pallet-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5963,7 +5963,7 @@ dependencies = [ [[package]] name = "pallet-tips" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -5982,7 +5982,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-support", "frame-system", @@ -5998,7 +5998,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "pallet-transaction-payment-rpc-runtime-api", @@ -6014,7 +6014,7 @@ dependencies = [ [[package]] name = "pallet-transaction-payment-rpc-runtime-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "pallet-transaction-payment", "parity-scale-codec", @@ -6026,7 +6026,7 @@ dependencies = [ [[package]] name = "pallet-treasury" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "pallet-uniques" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6058,7 +6058,7 @@ dependencies = [ [[package]] name = "pallet-utility" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6074,7 +6074,7 @@ dependencies = [ [[package]] name = "pallet-vesting" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -6089,7 +6089,7 @@ dependencies = [ [[package]] name = "pallet-whitelist" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-benchmarking", "frame-support", @@ -9014,7 +9014,7 @@ dependencies = [ [[package]] name = "sc-allocator" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "sp-core", @@ -9025,7 +9025,7 @@ dependencies = [ [[package]] name = "sc-authority-discovery" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -9053,7 +9053,7 @@ dependencies = [ [[package]] name = "sc-basic-authorship" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "futures-timer", @@ -9076,7 +9076,7 @@ dependencies = [ [[package]] name = "sc-block-builder" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sc-client-api", @@ -9091,7 +9091,7 @@ dependencies = [ [[package]] name = "sc-chain-spec" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "memmap2", "sc-chain-spec-derive", @@ -9110,7 +9110,7 @@ dependencies = [ [[package]] name = "sc-chain-spec-derive" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -9121,7 +9121,7 @@ dependencies = [ [[package]] name = "sc-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "chrono", @@ -9161,7 +9161,7 @@ dependencies = [ [[package]] name = "sc-client-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "fnv", "futures", @@ -9187,7 +9187,7 @@ dependencies = [ [[package]] name = "sc-client-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "kvdb", @@ -9213,7 +9213,7 @@ dependencies = [ [[package]] name = "sc-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -9238,7 +9238,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "fork-tree", @@ -9277,7 +9277,7 @@ dependencies = [ [[package]] name = "sc-consensus-babe-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "jsonrpsee", @@ -9299,7 +9299,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9334,7 +9334,7 @@ dependencies = [ [[package]] name = "sc-consensus-beefy-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "jsonrpsee", @@ -9353,7 +9353,7 @@ dependencies = [ [[package]] name = "sc-consensus-epochs" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "fork-tree", "parity-scale-codec", @@ -9366,7 +9366,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ahash 0.8.2", "array-bytes", @@ -9406,7 +9406,7 @@ dependencies = [ [[package]] name = "sc-consensus-grandpa-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "finality-grandpa", "futures", @@ -9426,7 +9426,7 @@ dependencies = [ [[package]] name = "sc-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -9449,7 +9449,7 @@ dependencies = [ [[package]] name = "sc-executor" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "lru 0.8.1", "parity-scale-codec", @@ -9473,7 +9473,7 @@ dependencies = [ [[package]] name = "sc-executor-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "sc-allocator", "sp-maybe-compressed-blob", @@ -9486,7 +9486,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmi" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "sc-allocator", @@ -9499,7 +9499,7 @@ dependencies = [ [[package]] name = "sc-executor-wasmtime" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "anyhow", "cfg-if", @@ -9517,7 +9517,7 @@ dependencies = [ [[package]] name = "sc-informant" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ansi_term", "futures", @@ -9533,7 +9533,7 @@ dependencies = [ [[package]] name = "sc-keystore" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9548,7 +9548,7 @@ dependencies = [ [[package]] name = "sc-network" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-channel", @@ -9592,7 +9592,7 @@ dependencies = [ [[package]] name = "sc-network-bitswap" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "cid", "futures", @@ -9612,7 +9612,7 @@ dependencies = [ [[package]] name = "sc-network-common" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9640,7 +9640,7 @@ dependencies = [ [[package]] name = "sc-network-gossip" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ahash 0.8.2", "futures", @@ -9659,7 +9659,7 @@ dependencies = [ [[package]] name = "sc-network-light" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "futures", @@ -9681,7 +9681,7 @@ dependencies = [ [[package]] name = "sc-network-sync" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -9715,7 +9715,7 @@ dependencies = [ [[package]] name = "sc-network-transactions" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "futures", @@ -9735,7 +9735,7 @@ dependencies = [ [[package]] name = "sc-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "bytes", @@ -9766,7 +9766,7 @@ dependencies = [ [[package]] name = "sc-peerset" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "libp2p", @@ -9779,7 +9779,7 @@ dependencies = [ [[package]] name = "sc-proposer-metrics" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "substrate-prometheus-endpoint", @@ -9788,7 +9788,7 @@ dependencies = [ [[package]] name = "sc-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "jsonrpsee", @@ -9818,7 +9818,7 @@ dependencies = [ [[package]] name = "sc-rpc-api" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9837,7 +9837,7 @@ dependencies = [ [[package]] name = "sc-rpc-server" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "http", "jsonrpsee", @@ -9852,7 +9852,7 @@ dependencies = [ [[package]] name = "sc-rpc-spec-v2" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "futures", @@ -9878,7 +9878,7 @@ dependencies = [ [[package]] name = "sc-service" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "directories", @@ -9944,7 +9944,7 @@ dependencies = [ [[package]] name = "sc-state-db" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "log", "parity-scale-codec", @@ -9955,7 +9955,7 @@ dependencies = [ [[package]] name = "sc-storage-monitor" version = "0.1.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "clap 4.0.15", "fs4", @@ -9971,7 +9971,7 @@ dependencies = [ [[package]] name = "sc-sync-state-rpc" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "parity-scale-codec", @@ -9990,7 +9990,7 @@ dependencies = [ [[package]] name = "sc-sysinfo" version = "6.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "libc", @@ -10009,7 +10009,7 @@ dependencies = [ [[package]] name = "sc-telemetry" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "chrono", "futures", @@ -10028,7 +10028,7 @@ dependencies = [ [[package]] name = "sc-tracing" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ansi_term", "atty", @@ -10059,7 +10059,7 @@ dependencies = [ [[package]] name = "sc-tracing-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -10070,7 +10070,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10097,7 +10097,7 @@ dependencies = [ [[package]] name = "sc-transaction-pool-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10111,7 +10111,7 @@ dependencies = [ [[package]] name = "sc-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-channel", "futures", @@ -10626,7 +10626,7 @@ dependencies = [ [[package]] name = "sp-api" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "log", @@ -10644,7 +10644,7 @@ dependencies = [ [[package]] name = "sp-api-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "blake2", @@ -10658,7 +10658,7 @@ dependencies = [ [[package]] name = "sp-application-crypto" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10671,7 +10671,7 @@ dependencies = [ [[package]] name = "sp-arithmetic" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "integer-sqrt", "num-traits", @@ -10685,7 +10685,7 @@ dependencies = [ [[package]] name = "sp-authority-discovery" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10698,7 +10698,7 @@ dependencies = [ [[package]] name = "sp-block-builder" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-api", @@ -10710,7 +10710,7 @@ dependencies = [ [[package]] name = "sp-blockchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "log", @@ -10728,7 +10728,7 @@ dependencies = [ [[package]] name = "sp-consensus" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -10743,7 +10743,7 @@ dependencies = [ [[package]] name = "sp-consensus-aura" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "parity-scale-codec", @@ -10761,7 +10761,7 @@ dependencies = [ [[package]] name = "sp-consensus-babe" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "merlin", @@ -10784,7 +10784,7 @@ dependencies = [ [[package]] name = "sp-consensus-beefy" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "lazy_static", "parity-scale-codec", @@ -10803,7 +10803,7 @@ dependencies = [ [[package]] name = "sp-consensus-grandpa" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "finality-grandpa", "log", @@ -10821,7 +10821,7 @@ dependencies = [ [[package]] name = "sp-consensus-slots" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10833,7 +10833,7 @@ dependencies = [ [[package]] name = "sp-consensus-vrf" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -10846,7 +10846,7 @@ dependencies = [ [[package]] name = "sp-core" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "base58", @@ -10889,7 +10889,7 @@ dependencies = [ [[package]] name = "sp-core-hashing" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "blake2b_simd", "byteorder", @@ -10903,7 +10903,7 @@ dependencies = [ [[package]] name = "sp-core-hashing-proc-macro" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro2", "quote", @@ -10914,7 +10914,7 @@ dependencies = [ [[package]] name = "sp-database" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "kvdb", "parking_lot 0.12.1", @@ -10923,7 +10923,7 @@ dependencies = [ [[package]] name = "sp-debug-derive" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro2", "quote", @@ -10933,7 +10933,7 @@ dependencies = [ [[package]] name = "sp-externalities" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "environmental", "parity-scale-codec", @@ -10944,7 +10944,7 @@ dependencies = [ [[package]] name = "sp-inherents" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "impl-trait-for-tuples", @@ -10959,7 +10959,7 @@ dependencies = [ [[package]] name = "sp-io" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "bytes", "ed25519", @@ -10984,7 +10984,7 @@ dependencies = [ [[package]] name = "sp-keyring" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "lazy_static", "sp-core", @@ -10995,7 +10995,7 @@ dependencies = [ [[package]] name = "sp-keystore" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures", @@ -11012,7 +11012,7 @@ dependencies = [ [[package]] name = "sp-maybe-compressed-blob" version = "4.1.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "thiserror", "zstd", @@ -11021,7 +11021,7 @@ dependencies = [ [[package]] name = "sp-mmr-primitives" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ckb-merkle-mountain-range", "log", @@ -11039,7 +11039,7 @@ dependencies = [ [[package]] name = "sp-npos-elections" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11053,7 +11053,7 @@ dependencies = [ [[package]] name = "sp-offchain" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "sp-api", "sp-core", @@ -11063,7 +11063,7 @@ dependencies = [ [[package]] name = "sp-panic-handler" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "backtrace", "lazy_static", @@ -11073,7 +11073,7 @@ dependencies = [ [[package]] name = "sp-rpc" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "rustc-hash", "serde", @@ -11083,7 +11083,7 @@ dependencies = [ [[package]] name = "sp-runtime" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "either", "hash256-std-hasher", @@ -11105,7 +11105,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "bytes", "impl-trait-for-tuples", @@ -11123,7 +11123,7 @@ dependencies = [ [[package]] name = "sp-runtime-interface-proc-macro" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "Inflector", "proc-macro-crate", @@ -11135,7 +11135,7 @@ dependencies = [ [[package]] name = "sp-session" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11149,7 +11149,7 @@ dependencies = [ [[package]] name = "sp-staking" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11161,7 +11161,7 @@ dependencies = [ [[package]] name = "sp-state-machine" version = "0.13.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hash-db", "log", @@ -11181,12 +11181,12 @@ dependencies = [ [[package]] name = "sp-std" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" [[package]] name = "sp-storage" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11199,7 +11199,7 @@ dependencies = [ [[package]] name = "sp-timestamp" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "futures-timer", @@ -11214,7 +11214,7 @@ dependencies = [ [[package]] name = "sp-tracing" version = "6.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "sp-std", @@ -11226,7 +11226,7 @@ dependencies = [ [[package]] name = "sp-transaction-pool" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "sp-api", "sp-runtime", @@ -11235,7 +11235,7 @@ dependencies = [ [[package]] name = "sp-transaction-storage-proof" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "log", @@ -11251,7 +11251,7 @@ dependencies = [ [[package]] name = "sp-trie" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ahash 0.8.2", "hash-db", @@ -11274,7 +11274,7 @@ dependencies = [ [[package]] name = "sp-version" version = "5.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "impl-serde", "parity-scale-codec", @@ -11291,7 +11291,7 @@ dependencies = [ [[package]] name = "sp-version-proc-macro" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "proc-macro2", @@ -11302,7 +11302,7 @@ dependencies = [ [[package]] name = "sp-wasm-interface" version = "7.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "anyhow", "impl-trait-for-tuples", @@ -11316,7 +11316,7 @@ dependencies = [ [[package]] name = "sp-weights" version = "4.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "parity-scale-codec", "scale-info", @@ -11536,7 +11536,7 @@ dependencies = [ [[package]] name = "substrate-build-script-utils" version = "3.0.0" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "platforms", ] @@ -11544,7 +11544,7 @@ dependencies = [ [[package]] name = "substrate-frame-rpc-system" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "frame-system-rpc-runtime-api", "futures", @@ -11563,7 +11563,7 @@ dependencies = [ [[package]] name = "substrate-prometheus-endpoint" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "hyper", "log", @@ -11575,7 +11575,7 @@ dependencies = [ [[package]] name = "substrate-rpc-client" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "jsonrpsee", @@ -11588,7 +11588,7 @@ dependencies = [ [[package]] name = "substrate-state-trie-migration-rpc" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "jsonrpsee", "log", @@ -11607,7 +11607,7 @@ dependencies = [ [[package]] name = "substrate-test-client" version = "2.0.1" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "array-bytes", "async-trait", @@ -11633,7 +11633,7 @@ dependencies = [ [[package]] name = "substrate-test-utils" version = "4.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "futures", "substrate-test-utils-derive", @@ -11643,7 +11643,7 @@ dependencies = [ [[package]] name = "substrate-test-utils-derive" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "proc-macro-crate", "proc-macro2", @@ -11654,7 +11654,7 @@ dependencies = [ [[package]] name = "substrate-wasm-builder" version = "5.0.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "ansi_term", "build-helper", @@ -12455,7 +12455,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "try-runtime-cli" version = "0.10.0-dev" -source = "git+https://github.com/paritytech/substrate?branch=master#e44038af6440a8f941de64412794707c62e4b4e4" +source = "git+https://github.com/paritytech/substrate?branch=master#ae83a672f2bbe6a4f7391f6a5b2b6fd7ad4f8651" dependencies = [ "async-trait", "clap 4.0.15",