mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 04:41:03 +00:00
add weights for pool::chill (#5670)
* add weights for pool::chill
* update lockfile for {"substrate"}
Co-authored-by: parity-processbot <>
This commit is contained in:
Generated
+172
-171
File diff suppressed because it is too large
Load Diff
@@ -249,4 +249,17 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
|||||||
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
||||||
}
|
}
|
||||||
|
// Storage: NominationPools BondedPools (r:1 w:0)
|
||||||
|
// Storage: Staking Ledger (r:1 w:0)
|
||||||
|
// Storage: Staking Validators (r:1 w:0)
|
||||||
|
// Storage: Staking Nominators (r:1 w:1)
|
||||||
|
// Storage: Staking CounterForNominators (r:1 w:1)
|
||||||
|
// Storage: BagsList ListNodes (r:1 w:1)
|
||||||
|
// Storage: BagsList ListBags (r:1 w:1)
|
||||||
|
// Storage: BagsList CounterForListNodes (r:1 w:1)
|
||||||
|
fn chill() -> Weight {
|
||||||
|
(48_243_000 as Weight)
|
||||||
|
.saturating_add(T::DbWeight::get().reads(8 as Weight))
|
||||||
|
.saturating_add(T::DbWeight::get().writes(5 as Weight))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -247,4 +247,17 @@ impl<T: frame_system::Config> pallet_nomination_pools::WeightInfo for WeightInfo
|
|||||||
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
.saturating_add(T::DbWeight::get().reads(1 as Weight))
|
||||||
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
.saturating_add(T::DbWeight::get().writes(1 as Weight))
|
||||||
}
|
}
|
||||||
|
// Storage: NominationPools BondedPools (r:1 w:0)
|
||||||
|
// Storage: Staking Ledger (r:1 w:0)
|
||||||
|
// Storage: Staking Validators (r:1 w:0)
|
||||||
|
// Storage: Staking Nominators (r:1 w:1)
|
||||||
|
// Storage: Staking CounterForNominators (r:1 w:1)
|
||||||
|
// Storage: BagsList ListNodes (r:1 w:1)
|
||||||
|
// Storage: BagsList ListBags (r:1 w:1)
|
||||||
|
// Storage: BagsList CounterForListNodes (r:1 w:1)
|
||||||
|
fn chill() -> Weight {
|
||||||
|
(48_243_000 as Weight)
|
||||||
|
.saturating_add(T::DbWeight::get().reads(8 as Weight))
|
||||||
|
.saturating_add(T::DbWeight::get().writes(5 as Weight))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user