-
Notifications
You must be signed in to change notification settings - Fork 716
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
burn deposit documentation update #1473
Conversation
deposit burn behaviour was changed in cosmos/cosmos-sdk#11011
Codecov Report
@@ Coverage Diff @@
## main #1473 +/- ##
=======================================
Coverage 15.68% 15.68%
=======================================
Files 10 10
Lines 1371 1371
=======================================
Hits 215 215
Misses 1145 1145
Partials 11 11 |
docs/governance/process.md
Outdated
1. **Expire** - deposits will be burned if the deposit period ends before reaching the minimum deposit (64 ATOM) | ||
2. **Fail** to reach quorum - deposits will be burned for proposals that do not reach quorum ie. 40% of all staked ATOM must vote | ||
3. **Are vetoed** - deposits for proposals with 33.4% of voting power backing the 'NoWithVeto' option are also burned | ||
Deposits are burned only when proposals are vetoed i.e. 33.4% of voting power backing the 'NoWithVeto' option. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth adding a link to https://github.com/cosmos/cosmos-sdk/blob/main/x/gov/spec/01_concepts.md#deposit-refund-and-burn ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
makes sense. see below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added link to gov module spec
* burn deposit documentation update deposit burn behaviour was changed in cosmos/cosmos-sdk#11011 * Update docs/governance/process.md
deposit burn behaviour was changed in cosmos/cosmos-sdk#11011