mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
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:
committed by
Shawn Tabrizi
parent
afba48aeba
commit
c5c73abc05
Generated
+3
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user