Migrate to Governance v2 primitives #414
Labels
A-governance
Area: Issues and PRs related to Governance
A-runtime
Area: Issues and PRs related to Runtimes
C-experiment
Category: Experimental feature or tool
P-low
Priority: Low
P-released
Product: already released product related features
Milestone
There are a couple of new pallets
pallet_conviction_voting
andpallet_referenda
, which provide an alternative governance model paritytech/substrate#10195The major difference is that you define a number of "referenda tracks" in your runtime, each with different attributes like who to dispatch the call if it passed, the voting period, thresholds, etc.
Anyone can propose a referendum at any time for any reason in these tracks. If it reaches the predetermined requirements it is passed, otherwise fails.
The main point is to increase decentralization. On one hand this removes centralization around the Council. Furthermore it removes the 1 public proposal per 2 periods limit, hopefully boosting participation.
The text was updated successfully, but these errors were encountered: