mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-14 20:15:44 +00:00
bbd51ce867
This PR reverts #2280 which introduced `TransactionExtension` to replace `SignedExtension`. As a result of the discussion [here](https://github.com/paritytech/polkadot-sdk/pull/3623#issuecomment-1986789700), the changes will be reverted for now with plans to reintroduce the concept in the future. --------- Signed-off-by: georgepisaltu <george.pisaltu@parity.io>
432 lines
20 KiB
Rust
432 lines
20 KiB
Rust
// Copyright (C) Parity Technologies (UK) Ltd.
|
|
// This file is part of Polkadot.
|
|
|
|
// Polkadot 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.
|
|
|
|
// Polkadot is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with Polkadot. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
//! Autogenerated weights for `pallet_identity`
|
|
//!
|
|
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 4.0.0-dev
|
|
//! DATE: 2023-05-26, 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`
|
|
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("rococo-dev"), DB CACHE: 1024
|
|
|
|
// Executed Command:
|
|
// ./target/production/polkadot
|
|
// benchmark
|
|
// pallet
|
|
// --chain=rococo-dev
|
|
// --steps=50
|
|
// --repeat=20
|
|
// --pallet=pallet_identity
|
|
// --extrinsic=*
|
|
// --execution=wasm
|
|
// --wasm-execution=compiled
|
|
// --header=./file_header.txt
|
|
// --output=./runtime/rococo/src/weights/
|
|
|
|
#![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_identity`.
|
|
pub struct WeightInfo<T>(PhantomData<T>);
|
|
impl<T: frame_system::Config> pallet_identity::WeightInfo for WeightInfo<T> {
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn add_registrar(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `32 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 12_290_000 picoseconds.
|
|
Weight::from_parts(12_664_362, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_347
|
|
.saturating_add(Weight::from_parts(88_179, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
fn set_identity(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `442 + r * (5 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 31_373_000 picoseconds.
|
|
Weight::from_parts(30_435_545, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_307
|
|
.saturating_add(Weight::from_parts(92_753, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:100 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn set_subs_new(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `101`
|
|
// Estimated: `11003 + s * (2589 ±0)`
|
|
// Minimum execution time: 9_251_000 picoseconds.
|
|
Weight::from_parts(22_039_210, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 40_779
|
|
.saturating_add(Weight::from_parts(2_898_525, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().reads((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
.saturating_add(Weight::from_parts(0, 2589).saturating_mul(s.into()))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:0 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `p` is `[0, 100]`.
|
|
fn set_subs_old(p: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `194 + p * (32 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 9_329_000 picoseconds.
|
|
Weight::from_parts(24_055_061, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 3_428
|
|
.saturating_add(Weight::from_parts(1_130_604, 0).saturating_mul(p.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(p.into())))
|
|
}
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:0 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn clear_identity(_r: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `469 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 53_365_000 picoseconds.
|
|
Weight::from_parts(35_391_422, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_353
|
|
.saturating_add(Weight::from_parts(1_074_019, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:0)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
fn request_judgement(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `367 + r * (57 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 32_509_000 picoseconds.
|
|
Weight::from_parts(31_745_585, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_214
|
|
.saturating_add(Weight::from_parts(83_822, 0).saturating_mul(r.into()))
|
|
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
fn cancel_request(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `398 + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 29_609_000 picoseconds.
|
|
Weight::from_parts(28_572_602, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_528
|
|
.saturating_add(Weight::from_parts(85_593, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn set_fee(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `89 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 7_793_000 picoseconds.
|
|
Weight::from_parts(8_173_888, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_569
|
|
.saturating_add(Weight::from_parts(72_367, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn set_account_id(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `89 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 7_708_000 picoseconds.
|
|
Weight::from_parts(8_091_149, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 869
|
|
.saturating_add(Weight::from_parts(87_993, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:1)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn set_fields(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `89 + r * (57 ±0)`
|
|
// Estimated: `2626`
|
|
// Minimum execution time: 7_601_000 picoseconds.
|
|
Weight::from_parts(8_038_414, 0)
|
|
.saturating_add(Weight::from_parts(0, 2626))
|
|
// Standard Error: 1_041
|
|
.saturating_add(Weight::from_parts(82_588, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity Registrars (r:1 w:0)
|
|
/// Proof: Identity Registrars (max_values: Some(1), max_size: Some(1141), added: 1636, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 19]`.
|
|
fn provide_judgement(r: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `445 + r * (57 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 23_114_000 picoseconds.
|
|
Weight::from_parts(22_076_548, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 2_881
|
|
.saturating_add(Weight::from_parts(109_812, 0).saturating_mul(r.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: Identity IdentityOf (r:1 w:1)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:1)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:0 w:100)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `r` is `[1, 20]`.
|
|
/// The range of component `s` is `[0, 100]`.
|
|
fn kill_identity(r: u32, s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `676 + r * (5 ±0) + s * (32 ±0) + x * (66 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 70_007_000 picoseconds.
|
|
Weight::from_parts(50_186_495, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 6_533
|
|
.saturating_add(Weight::from_parts(15_486, 0).saturating_mul(r.into()))
|
|
// Standard Error: 1_275
|
|
.saturating_add(Weight::from_parts(1_085_117, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
.saturating_add(T::DbWeight::get().writes((1_u64).saturating_mul(s.into())))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[0, 99]`.
|
|
fn add_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `475 + s * (36 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 28_453_000 picoseconds.
|
|
Weight::from_parts(33_165_934, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 1_217
|
|
.saturating_add(Weight::from_parts(65_401, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[1, 100]`.
|
|
fn rename_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `591 + s * (3 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 12_846_000 picoseconds.
|
|
Weight::from_parts(14_710_284, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 496
|
|
.saturating_add(Weight::from_parts(19_539, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: Identity IdentityOf (r:1 w:0)
|
|
/// Proof: Identity IdentityOf (max_values: None, max_size: Some(7538), added: 10013, mode: MaxEncodedLen)
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[1, 100]`.
|
|
fn remove_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `638 + s * (35 ±0)`
|
|
// Estimated: `11003`
|
|
// Minimum execution time: 32_183_000 picoseconds.
|
|
Weight::from_parts(35_296_731, 0)
|
|
.saturating_add(Weight::from_parts(0, 11003))
|
|
// Standard Error: 854
|
|
.saturating_add(Weight::from_parts(52_028, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: Identity SuperOf (r:1 w:1)
|
|
/// Proof: Identity SuperOf (max_values: None, max_size: Some(114), added: 2589, mode: MaxEncodedLen)
|
|
/// Storage: Identity SubsOf (r:1 w:1)
|
|
/// Proof: Identity SubsOf (max_values: None, max_size: Some(3258), added: 5733, mode: MaxEncodedLen)
|
|
/// Storage: System Account (r:1 w:0)
|
|
/// Proof: System Account (max_values: None, max_size: Some(128), added: 2603, mode: MaxEncodedLen)
|
|
/// The range of component `s` is `[0, 99]`.
|
|
fn quit_sub(s: u32, ) -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `704 + s * (37 ±0)`
|
|
// Estimated: `6723`
|
|
// Minimum execution time: 24_941_000 picoseconds.
|
|
Weight::from_parts(27_433_059, 0)
|
|
.saturating_add(Weight::from_parts(0, 6723))
|
|
// Standard Error: 856
|
|
.saturating_add(Weight::from_parts(57_463, 0).saturating_mul(s.into()))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(2))
|
|
}
|
|
/// Storage: `Identity::UsernameAuthorities` (r:0 w:1)
|
|
/// Proof: `Identity::UsernameAuthorities` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
|
fn add_username_authority() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 13_873_000 picoseconds.
|
|
Weight::from_parts(13_873_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Identity::UsernameAuthorities` (r:0 w:1)
|
|
/// Proof: `Identity::UsernameAuthorities` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
|
fn remove_username_authority() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `0`
|
|
// Estimated: `0`
|
|
// Minimum execution time: 10_653_000 picoseconds.
|
|
Weight::from_parts(10_653_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 0))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Identity::UsernameAuthorities` (r:1 w:1)
|
|
/// Proof: `Identity::UsernameAuthorities` (`max_values`: None, `max_size`: Some(52), added: 2527, mode: `MaxEncodedLen`)
|
|
/// Storage: `Identity::AccountOfUsername` (r:1 w:1)
|
|
/// Proof: `Identity::AccountOfUsername` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
/// Storage: `Identity::IdentityOf` (r:1 w:1)
|
|
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7572), added: 10047, mode: `MaxEncodedLen`)
|
|
fn set_username_for() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `80`
|
|
// Estimated: `11037`
|
|
// Minimum execution time: 75_928_000 picoseconds.
|
|
Weight::from_parts(75_928_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11037))
|
|
.saturating_add(T::DbWeight::get().reads(3))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Identity::PendingUsernames` (r:1 w:1)
|
|
/// Proof: `Identity::PendingUsernames` (`max_values`: None, `max_size`: Some(77), added: 2552, mode: `MaxEncodedLen`)
|
|
/// Storage: `Identity::IdentityOf` (r:1 w:1)
|
|
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7572), added: 10047, mode: `MaxEncodedLen`)
|
|
/// Storage: `Identity::AccountOfUsername` (r:0 w:1)
|
|
/// Proof: `Identity::AccountOfUsername` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
fn accept_username() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `11037`
|
|
// Minimum execution time: 38_157_000 picoseconds.
|
|
Weight::from_parts(38_157_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11037))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(3))
|
|
}
|
|
/// Storage: `Identity::PendingUsernames` (r:1 w:1)
|
|
/// Proof: `Identity::PendingUsernames` (`max_values`: None, `max_size`: Some(77), added: 2552, mode: `MaxEncodedLen`)
|
|
fn remove_expired_approval() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `106`
|
|
// Estimated: `3542`
|
|
// Minimum execution time: 46_821_000 picoseconds.
|
|
Weight::from_parts(46_821_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 3542))
|
|
.saturating_add(T::DbWeight::get().reads(1))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Identity::AccountOfUsername` (r:1 w:0)
|
|
/// Proof: `Identity::AccountOfUsername` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
/// Storage: `Identity::IdentityOf` (r:1 w:1)
|
|
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7572), added: 10047, mode: `MaxEncodedLen`)
|
|
fn set_primary_username() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `247`
|
|
// Estimated: `11037`
|
|
// Minimum execution time: 22_515_000 picoseconds.
|
|
Weight::from_parts(22_515_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11037))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
/// Storage: `Identity::AccountOfUsername` (r:1 w:1)
|
|
/// Proof: `Identity::AccountOfUsername` (`max_values`: None, `max_size`: Some(73), added: 2548, mode: `MaxEncodedLen`)
|
|
/// Storage: `Identity::IdentityOf` (r:1 w:0)
|
|
/// Proof: `Identity::IdentityOf` (`max_values`: None, `max_size`: Some(7572), added: 10047, mode: `MaxEncodedLen`)
|
|
fn remove_dangling_username() -> Weight {
|
|
// Proof Size summary in bytes:
|
|
// Measured: `126`
|
|
// Estimated: `11037`
|
|
// Minimum execution time: 15_997_000 picoseconds.
|
|
Weight::from_parts(15_997_000, 0)
|
|
.saturating_add(Weight::from_parts(0, 11037))
|
|
.saturating_add(T::DbWeight::get().reads(2))
|
|
.saturating_add(T::DbWeight::get().writes(1))
|
|
}
|
|
}
|