Adding storage_info to pallet grandpa (#9817)

Converting some `Vec` to `WeakBoundedVec`
Adding `MaxAuthorities` type to bound the `WeakBoundedVec`

Co-authored-by: thiolliere <gui.thiolliere@gmail.com>
This commit is contained in:
Georges
2021-09-22 10:42:57 +01:00
committed by GitHub
parent 24c6d149fc
commit 0fcc2ef68c
4 changed files with 42 additions and 10 deletions
+1
View File
@@ -1035,6 +1035,7 @@ impl pallet_grandpa::Config for Runtime {
>;
type WeightInfo = ();
type MaxAuthorities = MaxAuthorities;
}
parameter_types! {