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
33 changes: 33 additions & 0 deletions open_rfps/Lowering Democracy Pallet's Settings
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## 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 kinda centralized
Nolan730 marked this conversation as resolved.
Show resolved Hide resolved

## Proposal goals
- Letting community members to propose proposals faster
Nolan730 marked this conversation as resolved.
Show resolved Hide resolved
- Lowering the delay for RFPs and payments
- Making current democracy system more decentralized by not needing fasttrack from techcommitte
- Making proposals more fair by keeping their vote treshold(SuperMajorityApprove/SimpleMajority) as default
Nolan730 marked this conversation as resolved.
Show resolved Hide resolved

## Scope of work
Chancing these settings at deomcracy pallet
Nolan730 marked this conversation as resolved.
Show resolved Hide resolved
- 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
None
Nolan730 marked this conversation as resolved.
Show resolved Hide resolved

## Submission Method
open_rfps

## Budge Amount
None