Patch practical usability issues with Society (#4651)

* Add `max_members` to `found`, add society genesis for Substrate node

* Update test

* Use `Option<bool>` rather than `Option<()>`

* Update from feedback
This commit is contained in:
Shawn Tabrizi
2020-01-17 15:43:09 +01:00
committed by Gavin Wood
parent ba1d446b48
commit d5ecec3775
9 changed files with 45 additions and 23 deletions
+2
View File
@@ -3040,6 +3040,7 @@ dependencies = [
"pallet-contracts 2.0.0",
"pallet-im-online 2.0.0",
"pallet-indices 2.0.0",
"pallet-society 2.0.0",
"pallet-timestamp 2.0.0",
"pallet-transaction-payment 2.0.0",
"parity-scale-codec 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -3292,6 +3293,7 @@ dependencies = [
"pallet-grandpa 2.0.0",
"pallet-indices 2.0.0",
"pallet-session 2.0.0",
"pallet-society 2.0.0",
"pallet-staking 2.0.0",
"pallet-timestamp 2.0.0",
"pallet-transaction-payment 2.0.0",