Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rs/nns/governance/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ thread_local! {
// 4. Reduce the minimum dissolve delay needed to vote.
// 5. 8 year gang 10% bonus.
static ENABLE_MISSION_70_VOTING_REWARDS: Cell<bool>
= const { Cell::new(cfg!(feature = "test")) };
= const { Cell::new(true) };
Comment thread
bjoernek marked this conversation as resolved.
}

thread_local! {
Expand Down
3 changes: 3 additions & 0 deletions rs/nns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ on the process that this file is part of, see
* The minimum dissolve delay required to submit non-manage-neuron proposals is now
a fixed 6 months, decoupled from the voting eligibility threshold which can be lower.
* Mission 70 voting rewards adjustment has been re-calculated. Now: 63.29%. Before: 65.5%.
* Enabled Mission 70 voting rewards. This activates: max dissolve delay capped at
2 years, voting rewards pool scaled by 0.6329, quadratic dissolve delay bonus,
reduced minimum dissolve delay to vote, and the 8 year gang 10% voting power bonus.
Comment thread
jasonz-dfinity marked this conversation as resolved.

## Deprecated

Expand Down
Loading