mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-23 19:01:08 +00:00
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:
committed by
Gavin Wood
parent
ba1d446b48
commit
d5ecec3775
Generated
+2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user