add nomination pools to westend runtime (#5405)

* add nomination pools to westend rutnime

* Fix buikd

* fit some shit

* add real weights from substrate weights computed on the same bench machine
This commit is contained in:
Kian Paimani
2022-04-28 20:16:24 +02:00
committed by GitHub
parent bbdfc3d9c6
commit dfaec1505d
6 changed files with 510 additions and 169 deletions
@@ -24,6 +24,7 @@ pub mod pallet_identity;
pub mod pallet_im_online;
pub mod pallet_indices;
pub mod pallet_multisig;
pub mod pallet_nomination_pools;
pub mod pallet_preimage;
pub mod pallet_proxy;
pub mod pallet_scheduler;