#member #vote #voting #set #prime #account-id #motion

no-std pallet-collective

Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins. (polkadot v1.9.0)

47 releases (29 major breaking)

new 31.0.0 Mar 18, 2024
30.0.0 Feb 26, 2024
29.0.0 Feb 13, 2024
28.0.0 Jan 23, 2024
2.0.0-alpha.5 Mar 24, 2020

#1308 in Magic Beans

Download history 337/week @ 2023-12-03 587/week @ 2023-12-10 330/week @ 2023-12-17 90/week @ 2023-12-24 653/week @ 2023-12-31 742/week @ 2024-01-07 454/week @ 2024-01-14 532/week @ 2024-01-21 468/week @ 2024-01-28 603/week @ 2024-02-04 1094/week @ 2024-02-11 1876/week @ 2024-02-18 1743/week @ 2024-02-25 722/week @ 2024-03-03 609/week @ 2024-03-10 1096/week @ 2024-03-17

4,337 downloads per month
Used in 16 crates (7 directly)

Apache-2.0

2.5MB
46K SLoC

Collective system: Members of a set of account IDs can make their collective feelings known through dispatched calls from one of two specialized origins.

The membership can be provided in one of two ways: either directly, using the Root-dispatchable function set_members, or indirectly, through implementing the ChangeMembers. The pallet assumes that the amount of members stays at or below MaxMembers for its weight calculations, but enforces this neither in set_members nor in change_members_sorted.

A "prime" member may be set to help determine the default vote behavior based on chain config. If PrimeDefaultVote is used, the prime vote acts as the default vote in case of any abstentions after the voting period. If MoreThanMajorityThenPrimeDefaultVote is used, then abstentations will first follow the majority of the collective voting, and then the prime member.

Voting happens through motions comprising a proposal (i.e. a dispatchable) plus a number of approvals required for it to pass and be called. Motions are open for members to vote on for a minimum period given by MotionDuration. As soon as the required number of approvals is given, the motion is closed and executed. If the number of approvals is not reached during the voting period, then close may be called by any account in order to force the end the motion explicitly. If a prime member is defined, then their vote is used instead of any abstentions and the proposal is executed if there are enough approvals counting the new votes.

If there are not, or if no prime member is set, then the motion is dropped without being executed.

License: Apache-2.0

Dependencies

~17–37MB
~628K SLoC