Skip to content

Commit

Permalink
Add spec for emergency voting (#249)
Browse files Browse the repository at this point in the history
* Add simple changelog

* Update x/gov/spec/01_concepts.md

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>

Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
  • Loading branch information
mattverse and alexanderbez authored Jun 5, 2022
1 parent 7c12628 commit 68528ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x/gov/spec/01_concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ For a weighted vote to be valid, the `options` field must not contain duplicate
Quorum is defined as the minimum percentage of voting power that needs to be
casted on a proposal for the result to be valid.

### Expedited Proposals

A proposal can be expedited, making the proposal use shorter voting duration and a higher tally threshold by its default. If an expedited proposal fails to meet the threshold within the scope of shorter voting duration, the expedited proposal is then converted to a regular proposal and restarts voting under regular voting conditions.

### Threshold

Threshold is defined as the minimum proportion of `Yes` votes (excluding
Expand All @@ -149,6 +153,8 @@ that proposals are accepted if the proportion of `Yes` votes (excluding
proportion of `NoWithVeto` votes is inferior to 1/3 (excluding `Abstain`
votes).

For expedited proposals, it has a higher minimum threshold as its initial parameter, set at 66.7%.

### Inheritance

If a delegator does not vote, it will inherit its validator vote.
Expand Down

0 comments on commit 68528ce

Please sign in to comment.