Bump version , weights and substrate in prep for v0.8.30 (#2690)

* bump version and substrate

* bump old forgotten versions

* update weights

* bump substrate

* Revert "bump substrate"

This reverts commit 8b5004b6fe9ce9ccdf143d3fe878802931ea4f2f.

Co-authored-by: André Silva <andrerfosilva@gmail.com>
This commit is contained in:
Martin Pugh
2021-03-25 11:29:11 +01:00
committed by GitHub
parent a2c3685cab
commit 9938513e71
76 changed files with 1011 additions and 1002 deletions
@@ -16,7 +16,7 @@
//! Autogenerated weights for pallet_proxy
//!
//! THIS FILE WAS AUTO-GENERATED USING THE SUBSTRATE BENCHMARK CLI VERSION 3.0.0
//! DATE: 2021-02-22, STEPS: [50, ], REPEAT: 20, LOW RANGE: [], HIGH RANGE: []
//! DATE: 2021-03-25, STEPS: `[50, ]`, REPEAT: 20, LOW RANGE: `[]`, HIGH RANGE: `[]`
//! EXECUTION: Some(Wasm), WASM-EXECUTION: Compiled, CHAIN: Some("westend-dev"), DB CACHE: 128
// Executed Command:
@@ -44,79 +44,79 @@ use sp_std::marker::PhantomData;
pub struct WeightInfo<T>(PhantomData<T>);
impl<T: frame_system::Config> pallet_proxy::WeightInfo for WeightInfo<T> {
fn proxy(p: u32, ) -> Weight {
(24_208_000 as Weight)
(23_593_000 as Weight)
// Standard Error: 1_000
.saturating_add((193_000 as Weight).saturating_mul(p as Weight))
.saturating_add((192_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
}
fn proxy_announced(a: u32, p: u32, ) -> Weight {
(55_590_000 as Weight)
(54_373_000 as Weight)
// Standard Error: 1_000
.saturating_add((660_000 as Weight).saturating_mul(a as Weight))
.saturating_add((644_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((189_000 as Weight).saturating_mul(p as Weight))
.saturating_add((185_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn remove_announcement(a: u32, p: u32, ) -> Weight {
(38_120_000 as Weight)
(37_582_000 as Weight)
// Standard Error: 1_000
.saturating_add((660_000 as Weight).saturating_mul(a as Weight))
.saturating_add((642_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((14_000 as Weight).saturating_mul(p as Weight))
.saturating_add((11_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn reject_announcement(a: u32, p: u32, ) -> Weight {
(38_176_000 as Weight)
(37_513_000 as Weight)
// Standard Error: 1_000
.saturating_add((655_000 as Weight).saturating_mul(a as Weight))
.saturating_add((645_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((17_000 as Weight).saturating_mul(p as Weight))
.saturating_add((8_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn announce(a: u32, p: u32, ) -> Weight {
(52_112_000 as Weight)
(51_426_000 as Weight)
// Standard Error: 1_000
.saturating_add((665_000 as Weight).saturating_mul(a as Weight))
.saturating_add((649_000 as Weight).saturating_mul(a as Weight))
// Standard Error: 1_000
.saturating_add((196_000 as Weight).saturating_mul(p as Weight))
.saturating_add((182_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(3 as Weight))
.saturating_add(T::DbWeight::get().writes(2 as Weight))
}
fn add_proxy(p: u32, ) -> Weight {
(36_934_000 as Weight)
// Standard Error: 1_000
.saturating_add((249_000 as Weight).saturating_mul(p as Weight))
(36_683_000 as Weight)
// Standard Error: 0
.saturating_add((242_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn remove_proxy(p: u32, ) -> Weight {
(36_575_000 as Weight)
(36_487_000 as Weight)
// Standard Error: 1_000
.saturating_add((286_000 as Weight).saturating_mul(p as Weight))
.saturating_add((276_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn remove_proxies(p: u32, ) -> Weight {
(35_363_000 as Weight)
(35_131_000 as Weight)
// Standard Error: 1_000
.saturating_add((196_000 as Weight).saturating_mul(p as Weight))
.saturating_add((188_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn anonymous(p: u32, ) -> Weight {
(50_383_000 as Weight)
(49_281_000 as Weight)
// Standard Error: 1_000
.saturating_add((37_000 as Weight).saturating_mul(p as Weight))
.saturating_add((30_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(2 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
fn kill_anonymous(p: u32, ) -> Weight {
(37_785_000 as Weight)
// Standard Error: 2_000
.saturating_add((193_000 as Weight).saturating_mul(p as Weight))
(37_235_000 as Weight)
// Standard Error: 1_000
.saturating_add((188_000 as Weight).saturating_mul(p as Weight))
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}