Substrate Companion (#2514)

* pallet-sudo-weightinfo

* revert

* s

* runtime-benchmarks

* update lockfile for {"polkadot", "substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Doordashcon
2023-05-11 17:50:46 +01:00
committed by GitHub
parent ba75e8b84a
commit ff64dddea8
8 changed files with 268 additions and 258 deletions
@@ -327,6 +327,7 @@ impl pallet_collator_selection::Config for Runtime {
impl pallet_sudo::Config for Runtime {
type RuntimeCall = RuntimeCall;
type RuntimeEvent = RuntimeEvent;
type WeightInfo = pallet_sudo::weights::SubstrateWeight<Runtime>;
}
// Create the runtime by composing the FRAME pallets that were previously configured.
@@ -386,6 +387,7 @@ mod benches {
[pallet_multisig, Multisig]
[pallet_session, SessionBench::<Runtime>]
[pallet_utility, Utility]
[pallet_sudo, Sudo]
[pallet_timestamp, Timestamp]
[pallet_collator_selection, CollatorSelection]
[pallet_contracts, Contracts]