Skip to content

Commit

Permalink
docs(nns): Created entry in Governance's CHANGELOG for proposal 13477…
Browse files Browse the repository at this point in the history
…7 (Jan 10). (#3732)

This was missed earlier.
  • Loading branch information
daniel-wong-dfinity-org authored Feb 4, 2025
1 parent 796a902 commit 156e27a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 32 deletions.
37 changes: 37 additions & 0 deletions rs/nns/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,41 @@ here were moved from the adjacent `unreleased_changelog.md` file.
INSERT NEW RELEASES HERE


# 2025-01-13: Proposal 134777

http://dashboard.internetcomputer.org/proposals/134777

### Periodic Confirmation

Enabled voting power adjustment and follow pruning.

#### Prior Work

This section describes related changes in previous releases.

We already started recording how long it's been since neurons have confirmed
their following (aka refreshed voting power). Neurons were also given the
ability to confirm their following. Those who have never confirmed are
considered as having refreshed on Sep 1, 2024.

This feature was proposed and approved in motion [proposal 132411].

[proposal 132411]: https://dashboard.internetcomputer.org/proposal/132411

#### New Behavior(s) (In This Release)

With this enablement, not refreshing for more than 6 months will start to affect
the neuron. More precisely,

1. If a neuron has not refreshed in 6 months, then votes have less influence on
the outcome of proposals.

2. If a neuron has not refreshed in 7 months,

a. It stops following other neurons (except on the NeuronManagement topic;
those followees are retained).

b. Its influence on proposals goes to 0.


END
32 changes: 0 additions & 32 deletions rs/nns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,38 +25,6 @@ This will only affect neuron holders with more than 500 neurons, which is a smal
This allows neuron holders with many neurons to list all of their neurons, whereas before,
responses could be too large to be sent by the protocol.

### Periodic Confirmation

Enabled voting power adjustment and follow pruning.

#### Prior Work

This section describes related changes in previous releases.

We already started recording how long it's been since neurons have confirmed
their following (aka refreshed voting power). Neurons were also given the
ability to confirm their following. Those who have never confirmed are
considered as having refreshed on Sep 1, 2024.

This feature was proposed and approved in motion [proposal 132411].

[proposal 132411]: https://dashboard.internetcomputer.org/proposal/132411

#### New Behavior(s) (In This Release)

With this enablement, not refreshing for more than 6 months will start to affect
the neuron. More precisely,

1. If a neuron has not refreshed in 6 months, then votes have less influence on
the outcome of proposals.

2. If a neuron has not refreshed in 7 months,

a. It stops following other neurons (except on the NeuronManagement topic;
those followees are retained).

b. Its influence on proposals goes to 0.

### Migrating Active Neurons to Stable Memory

In this relesae, we turn on 2 features related to migrating active neurons to stable memory:
Expand Down

0 comments on commit 156e27a

Please sign in to comment.