Companion for paritytech/substrate#11584 (#5633)

* Companion for paritytech/substrate#11584

* update lockfile for {"substrate"}

Co-authored-by: parity-processbot <>
This commit is contained in:
Keith Yeung
2022-06-13 20:34:45 +02:00
committed by GitHub
parent c3c10ce4c4
commit f3c49cb790
4 changed files with 186 additions and 172 deletions
+183 -172
View File
File diff suppressed because it is too large Load Diff
@@ -221,6 +221,7 @@ impl pallet_aura::Config for Runtime {
impl pallet_beefy::Config for Runtime {
type BeefyId = BeefyId;
type MaxAuthorities = MaxAuthorities;
}
impl pallet_bridge_dispatch::Config for Runtime {
@@ -250,6 +250,7 @@ impl pallet_babe::Config for Runtime {
impl pallet_beefy::Config for Runtime {
type BeefyId = BeefyId;
type MaxAuthorities = MaxAuthorities;
}
impl pallet_bridge_dispatch::Config for Runtime {
+1
View File
@@ -679,6 +679,7 @@ impl paras_registrar::Config for Runtime {
impl pallet_beefy::Config for Runtime {
type BeefyId = BeefyId;
type MaxAuthorities = MaxAuthorities;
}
type MmrHash = <Keccak256 as sp_runtime::traits::Hash>::Output;