mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 07:31:08 +00:00
committed by
GitHub
parent
1dd000a011
commit
85bde07641
Generated
+234
-234
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().reads(1 as Weight))
|
||||||
.saturating_add(T::DbWeight::get().writes(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))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -376,8 +376,6 @@ impl InstanceFilter<Call> for ProxyType {
|
|||||||
c,
|
c,
|
||||||
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
|
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
|
||||||
),
|
),
|
||||||
ProxyType::Collator =>
|
|
||||||
matches!(c, Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..)),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn is_superset(&self, o: &Self) -> bool {
|
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().reads(1 as Weight))
|
||||||
.saturating_add(T::DbWeight::get().writes(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))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -375,8 +375,6 @@ impl InstanceFilter<Call> for ProxyType {
|
|||||||
c,
|
c,
|
||||||
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
|
Call::CollatorSelection { .. } | Call::Utility { .. } | Call::Multisig { .. }
|
||||||
),
|
),
|
||||||
ProxyType::Collator =>
|
|
||||||
matches!(c, Call::CollatorSelection(..) | Call::Utility(..) | Call::Multisig(..)),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fn is_superset(&self, o: &Self) -> bool {
|
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().reads(1 as Weight))
|
||||||
.saturating_add(T::DbWeight::get().writes(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))
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user