848 lines
50 KiB
Rust
848 lines
50 KiB
Rust
// This file is part of Ghost Network.
|
|
|
|
// Ghost Network is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation, either version 3 of the License, or
|
|
// (at your option) any later version.
|
|
|
|
// Ghost Network is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Ghost Network. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_staking`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 32.0.0
|
|
//! DATE: 2025-11-28, STEPS: `50`, REPEAT: `20`, LOW RANGE: `[]`, HIGH RANGE: `[]`
|
|
//! WORST CASE MAP SIZE: `1000000`
|
|
//! HOSTNAME: `ghostown`, CPU: `Intel(R) Core(TM) i3-2310M CPU @ 2.10GHz`
|
|
//! WASM-EXECUTION: `Compiled`, CHAIN: `Some("casper-dev")`, DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/release/ghost
|
|
// benchmark
|
|
// pallet
|
|
// --chain=casper-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_staking
|
|
// --extrinsic=*
|
|
// --wasm-execution=compiled
|
|
// --heap-pages=4096
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/casper/src/weights/pallet_staking.rs
|
|
|
|
#![cfg_attr(rustfmt, rustfmt_skip)]
|
|
#![allow(unused_parens)]
|
|
#![allow(unused_imports)]
|
|
#![allow(missing_docs)]
|
|
|
|
use frame_support::{traits::Get, weights::Weight};
|
|
use core::marker::PhantomData;
|
|
|
|
/// Weight functions for `pallet_staking`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_staking::WeightInfo for WeightInfo<T> {
|
|
/// 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)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Payee` (r:0 w:1)
|
|
/// Proof: `Staking::Payee` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
fn bond() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `971`
|
|
// Estimated: `4764`
|
|
// Minimum execution time: 181_513_000 picoseconds.
|
|
Weight::from_parts(182_668_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
.saturating_add(T::DbWeight::get().reads(5))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
/// 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: `Staking::VirtualStakers` (r:1 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// 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() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1884`
|
|
// Estimated: `8877`
|
|
// Minimum execution time: 337_203_000 picoseconds.
|
|
Weight::from_parts(340_995_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 8877))
|
|
.saturating_add(T::DbWeight::get().reads(10))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:1)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, 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::Nominators` (r:1 w:0)
|
|
/// 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: `Staking::CurrentEra` (r:1 w:0)
|
|
/// Proof: `Staking::CurrentEra` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// 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 unbond() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2091`
|
|
// Estimated: `8877`
|
|
// Minimum execution time: 366_736_000 picoseconds.
|
|
Weight::from_parts(370_254_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 8877))
|
|
.saturating_add(T::DbWeight::get().reads(13))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:1)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, 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::CurrentEra` (r:1 w:0)
|
|
/// Proof: `Staking::CurrentEra` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `NominationPools::ReversePoolIdLookup` (r:1 w:0)
|
|
/// Proof: `NominationPools::ReversePoolIdLookup` (`max_values`: None, `max_size`: Some(44), added: 2519, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn withdraw_unbonded_update(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1189`
|
|
// Estimated: `4764`
|
|
// Minimum execution time: 186_356_000 picoseconds.
|
|
Weight::from_parts(189_174_830, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
// Standard Error: 2_581
|
|
.saturating_add(Weight::from_parts(60_458, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(7))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:1)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, 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::CurrentEra` (r:1 w:0)
|
|
/// Proof: `Staking::CurrentEra` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::SlashingSpans` (r:1 w:1)
|
|
/// Proof: `Staking::SlashingSpans` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:1)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// 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`)
|
|
/// 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:2 w:2)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::CounterForListNodes` (`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: `Staking::SpanSlash` (r:0 w:100)
|
|
/// Proof: `Staking::SpanSlash` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn withdraw_unbonded_kill(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2090 + s * (4 ±0)`
|
|
// Estimated: `6248 + s * (4 ±0)`
|
|
// Minimum execution time: 336_627_000 picoseconds.
|
|
Weight::from_parts(354_652_860, 0)
|
|
.saturating_add(Weight::from_parts(0, 6248))
|
|
// Standard Error: 10_253
|
|
.saturating_add(Weight::from_parts(4_298_159, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(14))
|
|
.saturating_add(T::DbWeight::get().writes(12))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into()))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:1 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinValidatorBond` (r:1 w:0)
|
|
/// Proof: `Staking::MinValidatorBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinCommission` (r:1 w:0)
|
|
/// Proof: `Staking::MinCommission` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Validators` (r:1 w:1)
|
|
/// Proof: `Staking::Validators` (`max_values`: None, `max_size`: Some(45), added: 2520, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxValidatorsCount` (r:1 w:0)
|
|
/// Proof: `Staking::MaxValidatorsCount` (`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`)
|
|
/// Storage: `VoterList::ListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::CounterForListNodes` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::CounterForValidators` (r:1 w:1)
|
|
/// Proof: `Staking::CounterForValidators` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn validate() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1266`
|
|
// Estimated: `4556`
|
|
// Minimum execution time: 206_506_000 picoseconds.
|
|
Weight::from_parts(208_265_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4556))
|
|
.saturating_add(T::DbWeight::get().reads(11))
|
|
.saturating_add(T::DbWeight::get().writes(5))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, 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::Nominators` (r:128 w:128)
|
|
/// Proof: `Staking::Nominators` (`max_values`: None, `max_size`: Some(558), added: 3033, mode: `MaxEncodedLen`)
|
|
/// The range of component `k` is `[1, 128]`.
|
|
fn kick(k: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1709 + k * (572 ±0)`
|
|
// Estimated: `4556 + k * (3033 ±0)`
|
|
// Minimum execution time: 104_620_000 picoseconds.
|
|
Weight::from_parts(121_005_526, 0)
|
|
.saturating_add(Weight::from_parts(0, 4556))
|
|
// Standard Error: 17_909
|
|
.saturating_add(Weight::from_parts(22_870_595, 0).saturating_mul(k.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(k.into())))
|
|
.saturating_add(Weight::from_parts(0, 3033).saturating_mul(k.into()))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:1 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, 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: `Staking::Nominators` (r:1 w:1)
|
|
/// 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: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`)
|
|
/// 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:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// 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]`.
|
|
fn nominate(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1760 + n * (102 ±0)`
|
|
// Estimated: `6248 + n * (2520 ±0)`
|
|
// Minimum execution time: 245_114_000 picoseconds.
|
|
Weight::from_parts(235_148_071, 0)
|
|
.saturating_add(Weight::from_parts(0, 6248))
|
|
// Standard Error: 54_194
|
|
.saturating_add(Weight::from_parts(12_802_063, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(12))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(n.into())))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:1 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// 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`)
|
|
/// 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:2 w:2)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::CounterForListNodes` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn chill() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1710`
|
|
// Estimated: `6248`
|
|
// Minimum execution time: 212_277_000 picoseconds.
|
|
Weight::from_parts(213_799_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6248))
|
|
.saturating_add(T::DbWeight::get().reads(9))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, 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::Payee` (r:0 w:1)
|
|
/// Proof: `Staking::Payee` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
fn set_payee() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `796`
|
|
// Estimated: `4556`
|
|
// Minimum execution time: 75_881_000 picoseconds.
|
|
Weight::from_parts(76_731_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4556))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, 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::Payee` (r:1 w:1)
|
|
/// Proof: `Staking::Payee` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
fn update_payee() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `863`
|
|
// Estimated: `4556`
|
|
// Minimum execution time: 88_613_000 picoseconds.
|
|
Weight::from_parts(89_638_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4556))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// 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:2 w:2)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
fn set_controller() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `796`
|
|
// Estimated: `8122`
|
|
// Minimum execution time: 84_994_000 picoseconds.
|
|
Weight::from_parts(85_695_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 8122))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Staking::ValidatorCount` (r:0 w:1)
|
|
/// Proof: `Staking::ValidatorCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn set_validator_count() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 10_765_000 picoseconds.
|
|
Weight::from_parts(10_987_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::ForceEra` (r:0 w:1)
|
|
/// Proof: `Staking::ForceEra` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
fn force_no_eras() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 34_097_000 picoseconds.
|
|
Weight::from_parts(35_276_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::ForceEra` (r:0 w:1)
|
|
/// Proof: `Staking::ForceEra` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
fn force_new_era() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 34_024_000 picoseconds.
|
|
Weight::from_parts(34_864_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::ForceEra` (r:0 w:1)
|
|
/// Proof: `Staking::ForceEra` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
fn force_new_era_always() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 34_191_000 picoseconds.
|
|
Weight::from_parts(35_014_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::Invulnerables` (r:0 w:1)
|
|
/// Proof: `Staking::Invulnerables` (`max_values`: Some(1), `max_size`: None, mode: `Measured`)
|
|
/// The range of component `v` is `[0, 1000]`.
|
|
fn set_invulnerables(v: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 11_557_000 picoseconds.
|
|
Weight::from_parts(12_160_317, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
// Standard Error: 82
|
|
.saturating_add(Weight::from_parts(33_853, 0).saturating_mul(v.into()))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:10628 w:10628)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:5314 w:5314)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Payee` (r:5314 w:0)
|
|
/// Proof: `Staking::Payee` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
/// The range of component `i` is `[0, 5314]`.
|
|
fn deprecate_controller_batch(i: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1631 + i * (227 ±0)`
|
|
// Estimated: `990 + i * (7132 ±0)`
|
|
// Minimum execution time: 20_774_000 picoseconds.
|
|
Weight::from_parts(21_015_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 990))
|
|
// Standard Error: 147_428
|
|
.saturating_add(Weight::from_parts(95_424_440, 0).saturating_mul(i.into()))
|
|
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(i.into())))
|
|
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(i.into())))
|
|
.saturating_add(Weight::from_parts(0, 7132).saturating_mul(i.into()))
|
|
}
|
|
/// Storage: `Staking::SlashingSpans` (r:1 w:1)
|
|
/// Proof: `Staking::SlashingSpans` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// 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)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:1)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// 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`)
|
|
/// 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:2 w:2)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::CounterForListNodes` (`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: `Staking::SpanSlash` (r:0 w:100)
|
|
/// Proof: `Staking::SpanSlash` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn force_unstake(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2090 + s * (4 ±0)`
|
|
// Estimated: `6248 + s * (4 ±0)`
|
|
// Minimum execution time: 315_458_000 picoseconds.
|
|
Weight::from_parts(332_699_276, 0)
|
|
.saturating_add(Weight::from_parts(0, 6248))
|
|
// Standard Error: 10_062
|
|
.saturating_add(Weight::from_parts(4_257_588, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(14))
|
|
.saturating_add(T::DbWeight::get().writes(13))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into()))
|
|
}
|
|
/// Storage: `Staking::UnappliedSlashes` (r:1 w:1)
|
|
/// Proof: `Staking::UnappliedSlashes` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// The range of component `s` is `[1, 1000]`.
|
|
fn cancel_deferred_slash(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `66568`
|
|
// Estimated: `70033`
|
|
// Minimum execution time: 425_648_000 picoseconds.
|
|
Weight::from_parts(3_002_999_713, 0)
|
|
.saturating_add(Weight::from_parts(0, 70033))
|
|
// Standard Error: 186_223
|
|
.saturating_add(Weight::from_parts(15_683_969, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::Bonded` (r:513 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Ledger` (r:513 w:513)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasStakersClipped` (r:1 w:0)
|
|
/// Proof: `Staking::ErasStakersClipped` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Staking::ErasStakersOverview` (r:1 w:0)
|
|
/// Proof: `Staking::ErasStakersOverview` (`max_values`: None, `max_size`: Some(92), added: 2567, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ClaimedRewards` (r:1 w:1)
|
|
/// Proof: `Staking::ClaimedRewards` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Staking::CurrentEra` (r:1 w:0)
|
|
/// Proof: `Staking::CurrentEra` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasValidatorReward` (r:1 w:0)
|
|
/// Proof: `Staking::ErasValidatorReward` (`max_values`: None, `max_size`: Some(28), added: 2503, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::VirtualStakers` (r:513 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:513 w:513)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:513 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:513 w:513)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasStakersPaged` (r:1 w:0)
|
|
/// Proof: `Staking::ErasStakersPaged` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Staking::ErasRewardPoints` (r:1 w:0)
|
|
/// Proof: `Staking::ErasRewardPoints` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Staking::ErasValidatorPrefs` (r:1 w:0)
|
|
/// Proof: `Staking::ErasValidatorPrefs` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Payee` (r:513 w:0)
|
|
/// Proof: `Staking::Payee` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
/// The range of component `n` is `[0, 512]`.
|
|
fn payout_stakers_alive_staked(n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `58254 + n * (391 ±0)`
|
|
// Estimated: `53119 + n * (3774 ±0)`
|
|
// Minimum execution time: 570_369_000 picoseconds.
|
|
Weight::from_parts(437_482_260, 0)
|
|
.saturating_add(Weight::from_parts(0, 53119))
|
|
// Standard Error: 45_805
|
|
.saturating_add(Weight::from_parts(202_658_573, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(15))
|
|
.saturating_add(T::DbWeight::get().reads((7_u64).saturating_mul(n.into())))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(n.into())))
|
|
.saturating_add(Weight::from_parts(0, 3774).saturating_mul(n.into()))
|
|
}
|
|
/// Storage: `Staking::Ledger` (r:1 w:1)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:1 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// 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`)
|
|
/// The range of component `l` is `[1, 32]`.
|
|
fn rebond(l: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1885 + l * (7 ±0)`
|
|
// Estimated: `8877`
|
|
// Minimum execution time: 325_993_000 picoseconds.
|
|
Weight::from_parts(332_835_692, 0)
|
|
.saturating_add(Weight::from_parts(0, 8877))
|
|
// Standard Error: 23_972
|
|
.saturating_add(Weight::from_parts(401_835, 0).saturating_mul(l.into()))
|
|
.saturating_add(T::DbWeight::get().reads(10))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:1)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, 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)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::SlashingSpans` (r:1 w:1)
|
|
/// Proof: `Staking::SlashingSpans` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
/// 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`)
|
|
/// 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:2 w:2)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::CounterForListNodes` (`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: `Staking::SpanSlash` (r:0 w:100)
|
|
/// Proof: `Staking::SpanSlash` (`max_values`: None, `max_size`: Some(76), added: 2551, mode: `MaxEncodedLen`)
|
|
/// The range of component `s` is `[1, 100]`.
|
|
fn reap_stash(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `2090 + s * (4 ±0)`
|
|
// Estimated: `6248 + s * (4 ±0)`
|
|
// Minimum execution time: 354_928_000 picoseconds.
|
|
Weight::from_parts(358_417_393, 0)
|
|
.saturating_add(Weight::from_parts(0, 6248))
|
|
// Standard Error: 11_745
|
|
.saturating_add(Weight::from_parts(4_288_934, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(13))
|
|
.saturating_add(T::DbWeight::get().writes(12))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(Weight::from_parts(0, 4).saturating_mul(s.into()))
|
|
}
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:0)
|
|
/// Proof: `VoterList::CounterForListNodes` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:132 w:0)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListNodes` (r:110 w:0)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:110 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Ledger` (r:110 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Nominators` (r:110 w:0)
|
|
/// Proof: `Staking::Nominators` (`max_values`: None, `max_size`: Some(558), added: 3033, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Validators` (r:11 w:0)
|
|
/// Proof: `Staking::Validators` (`max_values`: None, `max_size`: Some(45), added: 2520, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::CounterForValidators` (r:1 w:0)
|
|
/// Proof: `Staking::CounterForValidators` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ValidatorCount` (r:1 w:0)
|
|
/// Proof: `Staking::ValidatorCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinimumValidatorCount` (r:1 w:0)
|
|
/// Proof: `Staking::MinimumValidatorCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::CurrentEra` (r:1 w:1)
|
|
/// Proof: `Staking::CurrentEra` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasValidatorPrefs` (r:0 w:10)
|
|
/// Proof: `Staking::ErasValidatorPrefs` (`max_values`: None, `max_size`: Some(57), added: 2532, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasStakersPaged` (r:0 w:10)
|
|
/// Proof: `Staking::ErasStakersPaged` (`max_values`: None, `max_size`: None, mode: `Measured`)
|
|
/// Storage: `Staking::ErasStakersOverview` (r:0 w:10)
|
|
/// Proof: `Staking::ErasStakersOverview` (`max_values`: None, `max_size`: Some(92), added: 2567, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasTotalStake` (r:0 w:1)
|
|
/// Proof: `Staking::ErasTotalStake` (`max_values`: None, `max_size`: Some(28), added: 2503, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ErasStartSessionIndex` (r:0 w:1)
|
|
/// Proof: `Staking::ErasStartSessionIndex` (`max_values`: None, `max_size`: Some(16), added: 2491, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinimumActiveStake` (r:0 w:1)
|
|
/// Proof: `Staking::MinimumActiveStake` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
/// The range of component `v` is `[1, 10]`.
|
|
/// The range of component `n` is `[0, 100]`.
|
|
fn new_era(v: u32, n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0 + n * (718 ±0) + v * (3596 ±0)`
|
|
// Estimated: `338514 + n * (3566 ±0) + v * (3566 ±0)`
|
|
// Minimum execution time: 1_813_981_000 picoseconds.
|
|
Weight::from_parts(1_826_029_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 338514))
|
|
// Standard Error: 7_494_870
|
|
.saturating_add(Weight::from_parts(249_121_016, 0).saturating_mul(v.into()))
|
|
// Standard Error: 746_822
|
|
.saturating_add(Weight::from_parts(69_898_615, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(138))
|
|
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
|
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
.saturating_add(T::DbWeight::get().writes((3_u64).saturating_mul(v.into())))
|
|
.saturating_add(Weight::from_parts(0, 3566).saturating_mul(n.into()))
|
|
.saturating_add(Weight::from_parts(0, 3566).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:0)
|
|
/// Proof: `VoterList::CounterForListNodes` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListBags` (r:132 w:0)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::ListNodes` (r:2000 w:0)
|
|
/// Proof: `VoterList::ListNodes` (`max_values`: None, `max_size`: Some(154), added: 2629, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Bonded` (r:2000 w:0)
|
|
/// Proof: `Staking::Bonded` (`max_values`: None, `max_size`: Some(72), added: 2547, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Ledger` (r:2000 w:0)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Nominators` (r:2000 w:0)
|
|
/// Proof: `Staking::Nominators` (`max_values`: None, `max_size`: Some(558), added: 3033, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Validators` (r:1000 w:0)
|
|
/// Proof: `Staking::Validators` (`max_values`: None, `max_size`: Some(45), added: 2520, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinimumActiveStake` (r:0 w:1)
|
|
/// Proof: `Staking::MinimumActiveStake` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
/// The range of component `v` is `[500, 1000]`.
|
|
/// The range of component `n` is `[500, 1000]`.
|
|
fn get_npos_voters(v: u32, n: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `3071 + n * (909 ±0) + v * (393 ±0)`
|
|
// Estimated: `338514 + n * (3566 ±0) + v * (3566 ±0)`
|
|
// Minimum execution time: 121_576_757_000 picoseconds.
|
|
Weight::from_parts(122_402_256_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 338514))
|
|
// Standard Error: 1_265_914
|
|
.saturating_add(Weight::from_parts(17_930_840, 0).saturating_mul(v.into()))
|
|
// Standard Error: 1_265_914
|
|
.saturating_add(Weight::from_parts(11_256_916, 0).saturating_mul(n.into()))
|
|
.saturating_add(T::DbWeight::get().reads(133))
|
|
.saturating_add(T::DbWeight::get().reads((5_u64).saturating_mul(v.into())))
|
|
.saturating_add(T::DbWeight::get().reads((4_u64).saturating_mul(n.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(Weight::from_parts(0, 3566).saturating_mul(n.into()))
|
|
.saturating_add(Weight::from_parts(0, 3566).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: `Staking::CounterForValidators` (r:1 w:0)
|
|
/// Proof: `Staking::CounterForValidators` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Validators` (r:1001 w:0)
|
|
/// Proof: `Staking::Validators` (`max_values`: None, `max_size`: Some(45), added: 2520, mode: `MaxEncodedLen`)
|
|
/// The range of component `v` is `[500, 1000]`.
|
|
fn get_npos_targets(v: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `875 + v * (50 ±0)`
|
|
// Estimated: `3510 + v * (2520 ±0)`
|
|
// Minimum execution time: 9_879_171_000 picoseconds.
|
|
Weight::from_parts(192_965_403, 0)
|
|
.saturating_add(Weight::from_parts(0, 3510))
|
|
// Standard Error: 28_122
|
|
.saturating_add(Weight::from_parts(19_825_455, 0).saturating_mul(v.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(v.into())))
|
|
.saturating_add(Weight::from_parts(0, 2520).saturating_mul(v.into()))
|
|
}
|
|
/// Storage: `Staking::MinCommission` (r:0 w:1)
|
|
/// Proof: `Staking::MinCommission` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinValidatorBond` (r:0 w:1)
|
|
/// Proof: `Staking::MinValidatorBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxValidatorsCount` (r:0 w:1)
|
|
/// Proof: `Staking::MaxValidatorsCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxStakedRewards` (r:0 w:1)
|
|
/// Proof: `Staking::MaxStakedRewards` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ChillThreshold` (r:0 w:1)
|
|
/// Proof: `Staking::ChillThreshold` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxNominatorsCount` (r:0 w:1)
|
|
/// Proof: `Staking::MaxNominatorsCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinNominatorBond` (r:0 w:1)
|
|
/// Proof: `Staking::MinNominatorBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
fn set_staking_configs_all_set() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 16_687_000 picoseconds.
|
|
Weight::from_parts(17_181_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
/// Storage: `Staking::MinCommission` (r:0 w:1)
|
|
/// Proof: `Staking::MinCommission` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinValidatorBond` (r:0 w:1)
|
|
/// Proof: `Staking::MinValidatorBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxValidatorsCount` (r:0 w:1)
|
|
/// Proof: `Staking::MaxValidatorsCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxStakedRewards` (r:0 w:1)
|
|
/// Proof: `Staking::MaxStakedRewards` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ChillThreshold` (r:0 w:1)
|
|
/// Proof: `Staking::ChillThreshold` (`max_values`: Some(1), `max_size`: Some(1), added: 496, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MaxNominatorsCount` (r:0 w:1)
|
|
/// Proof: `Staking::MaxNominatorsCount` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::MinNominatorBond` (r:0 w:1)
|
|
/// Proof: `Staking::MinNominatorBond` (`max_values`: Some(1), `max_size`: Some(16), added: 511, mode: `MaxEncodedLen`)
|
|
fn set_staking_configs_all_remove() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 15_742_000 picoseconds.
|
|
Weight::from_parts(15_987_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(7))
|
|
}
|
|
/// 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`)
|
|
/// Storage: `Staking::Nominators` (r:1 w:1)
|
|
/// Proof: `Staking::Nominators` (`max_values`: None, `max_size`: Some(558), added: 3033, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::ChillThreshold` (r:1 w:0)
|
|
/// Proof: `Staking::ChillThreshold` (`max_values`: Some(1), `max_size`: Some(1), added: 496, 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::CounterForNominators` (r:1 w:1)
|
|
/// Proof: `Staking::CounterForNominators` (`max_values`: Some(1), `max_size`: Some(4), added: 499, 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: `Staking::Validators` (r:1 w:0)
|
|
/// Proof: `Staking::Validators` (`max_values`: None, `max_size`: Some(45), added: 2520, mode: `MaxEncodedLen`)
|
|
/// 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:1 w:1)
|
|
/// Proof: `VoterList::ListBags` (`max_values`: None, `max_size`: Some(82), added: 2557, mode: `MaxEncodedLen`)
|
|
/// Storage: `VoterList::CounterForListNodes` (r:1 w:1)
|
|
/// Proof: `VoterList::CounterForListNodes` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn chill_other() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `1833`
|
|
// Estimated: `6248`
|
|
// Minimum execution time: 253_183_000 picoseconds.
|
|
Weight::from_parts(255_197_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 6248))
|
|
.saturating_add(T::DbWeight::get().reads(12))
|
|
.saturating_add(T::DbWeight::get().writes(6))
|
|
}
|
|
/// Storage: `Staking::MinCommission` (r:1 w:0)
|
|
/// Proof: `Staking::MinCommission` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
/// Storage: `Staking::Validators` (r:1 w:1)
|
|
/// Proof: `Staking::Validators` (`max_values`: None, `max_size`: Some(45), added: 2520, mode: `MaxEncodedLen`)
|
|
fn force_apply_min_commission() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `587`
|
|
// Estimated: `3510`
|
|
// Minimum execution time: 45_338_000 picoseconds.
|
|
Weight::from_parts(46_334_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3510))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::MinCommission` (r:0 w:1)
|
|
/// Proof: `Staking::MinCommission` (`max_values`: Some(1), `max_size`: Some(4), added: 499, mode: `MaxEncodedLen`)
|
|
fn set_min_commission() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 10_790_000 picoseconds.
|
|
Weight::from_parts(11_107_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Staking::VirtualStakers` (r:1 w:0)
|
|
/// Proof: `Staking::VirtualStakers` (`max_values`: None, `max_size`: Some(40), added: 2515, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Locks` (r:1 w:1)
|
|
/// Proof: `Balances::Locks` (`max_values`: None, `max_size`: Some(1299), added: 3774, mode: `MaxEncodedLen`)
|
|
/// Storage: `System::Account` (r:1 w:1)
|
|
/// Proof: `System::Account` (`max_values`: None, `max_size`: Some(128), added: 2603, 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)
|
|
/// Proof: `Staking::Ledger` (`max_values`: None, `max_size`: Some(1091), added: 3566, mode: `MaxEncodedLen`)
|
|
/// Storage: `Balances::Freezes` (r:1 w:0)
|
|
/// Proof: `Balances::Freezes` (`max_values`: None, `max_size`: Some(67), added: 2542, mode: `MaxEncodedLen`)
|
|
fn restore_ledger() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `943`
|
|
// Estimated: `4764`
|
|
// Minimum execution time: 179_061_000 picoseconds.
|
|
Weight::from_parts(180_624_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 4764))
|
|
.saturating_add(T::DbWeight::get().reads(6))
|
|
.saturating_add(T::DbWeight::get().writes(4))
|
|
}
|
|
}
|