Enable bags-list pallet in polkadot (#4080)

* Enable bags-list pallet in polkadot

* add files

* Remove trailing semicolon

* more fixes

* Update runtime/polkadot/src/lib.rs

* add features

* remove par

Co-authored-by: Keith Yeung <kungfukeith11@gmail.com>
Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
This commit is contained in:
Kian Paimani
2021-10-25 11:18:17 +01:00
committed by GitHub
parent 182667830f
commit f9bd3c576f
13 changed files with 382 additions and 21 deletions
+1
View File
@@ -6675,6 +6675,7 @@ dependencies = [
"pallet-authority-discovery",
"pallet-authorship",
"pallet-babe",
"pallet-bags-list",
"pallet-balances",
"pallet-bounties",
"pallet-collective",