diff --git a/rs/nns/governance/src/lib.rs b/rs/nns/governance/src/lib.rs index 078711269306..d0c6f614a267 100644 --- a/rs/nns/governance/src/lib.rs +++ b/rs/nns/governance/src/lib.rs @@ -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 - = const { Cell::new(cfg!(feature = "test")) }; + = const { Cell::new(true) }; } thread_local! { diff --git a/rs/nns/governance/unreleased_changelog.md b/rs/nns/governance/unreleased_changelog.md index ec471d76449c..f6a8fbed7b64 100644 --- a/rs/nns/governance/unreleased_changelog.md +++ b/rs/nns/governance/unreleased_changelog.md @@ -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. ## Deprecated