bump deps (#618)

* bump deps

* update balances weights

* fix warnings
This commit is contained in:
Robert Habermeier
2021-09-17 13:18:30 -05:00
committed by GitHub
parent 1dd000a011
commit 85bde07641
6 changed files with 252 additions and 238 deletions
Generated
+234 -234
View File
File diff suppressed because it is too large Load Diff
@@ -56,4 +56,10 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
// Storage: System Account (r:1 w:1)
fn force_unreserve() -> Weight {
(27_766_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
}
-2
View File
@@ -376,8 +376,6 @@ impl InstanceFilter<Call> for ProxyType {
c,
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
),
ProxyType::Collator =>
matches!(c, Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..)),
}
}
fn is_superset(&self, o: &Self) -> bool {
@@ -56,4 +56,10 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
// Storage: System Account (r:1 w:1)
fn force_unreserve() -> Weight {
(27_766_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
}
-2
View File
@@ -375,8 +375,6 @@ impl InstanceFilter<Call> for ProxyType {
c,
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
),
ProxyType::Collator =>
matches!(c, Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..)),
}
}
fn is_superset(&self, o: &Self) -> bool {
@@ -56,4 +56,10 @@ impl<T: frame_system::Config> pallet_balances::WeightInfo for WeightInfo<T> {
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
// Storage: System Account (r:1 w:1)
fn force_unreserve() -> Weight {
(27_766_000 as Weight)
.saturating_add(T::DbWeight::get().reads(1 as Weight))
.saturating_add(T::DbWeight::get().writes(1 as Weight))
}
}