Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lowering Democracy Pallet's Settings #45

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
35 changes: 35 additions & 0 deletions open_rfps/Lowering Democracy Pallet's Settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Due Date
At next release

## Overview
Currently we have these problems with democracy pallet
- Normal proposals are executing in 1 to 2.5 months if they go without fasttrack
- Some tokens are locked at proposals queue due to long launch time period
- We are forced to fasttrack proposals and this creates queues at system since council and techcommitte cant pass proposals fast enough and this causes delays for RFPs and payments.
- Normally, important proposals like minting, runtime update proposals needs SuperMajorityApprove but since we fasttrack those, it becomes SimpleMajority
- Since we need techcommitte to fasttrack proposals, current democracy system comes across as centralized

## Proposal goals
- Allowing community members to submit proposals faster
- Lowering the delay for RFPs and payments
- Making current democracy system more decentralized by not needing fasttrack from techcommitte
- Making proposals fairer by keeping their vote threshold(SuperMajorityApprove/SimpleMajority) as the default

## Scope of work
1. Determining suitable numbers for settings
2. Making remark proposal for community to approve
3. Changing these settings on the democracy pallet
- Lowering launch period times
- Lowering vote and execution time of proposals

## Current roadblocks and barriers to success
- Needing runtime update for these changes

## Submission requirements
Democracy pallet updated

## Submission Method
open_rfps

## Budge Amount
None