Add pallet-society and pallet-recovery to substrate node (#4622)

* Add `pallet-society` and `pallet-recovery` to substrate node

* Add `OnReapAccount`

* Fixes and replaces nicks with identity
This commit is contained in:
Bastian Köcher
2020-01-14 20:11:42 +01:00
committed by Shawn Tabrizi
parent afba48aeba
commit c5c73abc05
3 changed files with 70 additions and 15 deletions
+3 -1
View File
@@ -3174,13 +3174,15 @@ dependencies = [
"pallet-elections-phragmen 2.0.0",
"pallet-finality-tracker 2.0.0",
"pallet-grandpa 2.0.0",
"pallet-identity 2.0.0",
"pallet-im-online 2.0.0",
"pallet-indices 2.0.0",
"pallet-membership 2.0.0",
"pallet-nicks 2.0.0",
"pallet-offences 2.0.0",
"pallet-randomness-collective-flip 2.0.0",
"pallet-recovery 2.0.0",
"pallet-session 2.0.0",
"pallet-society 2.0.0",
"pallet-staking 2.0.0",
"pallet-staking-reward-curve 2.0.0",
"pallet-sudo 2.0.0",