Skip to content

Commit

Permalink
docs(nns): Updated CHANGELOGs for NNS canister upgrade proposals that…
Browse files Browse the repository at this point in the history
… were just made. (#4061)

Affected canister(s):

* Governance
* SNS-WASM

Also, we forgot to update the NNS Governance CHANGELOG during a [recent
emergency upgrade]. This fixes that.

[recent emergency upgrade]:
https://dashboard.internetcomputer.org/proposal/135265

No SNS WASMs are being published in this upgrade cycle.
  • Loading branch information
daniel-wong-dfinity-org authored Feb 24, 2025
1 parent 7faa2dc commit 7bbe8da
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 22 deletions.
33 changes: 32 additions & 1 deletion rs/nns/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,38 @@ END
INSERT NEW RELEASES HERE


# 2025-02-21: Proposal 135436

http://dashboard.internetcomputer.org/proposal/135436

## Changed

* ManageNetworkEconomics proposals can now modify deep fields one at a time.
Previously, this was only possible for top level fields.

* Added validation for ManageNetworkEconomics proposals. Previously, there was
none. The result must have all the following properties:

* All "optional" fields are actually set.

* `maximum_icp_xdr_rate >= minimum_icp_xdr_rate`

* Decimal fields have parsable `human_readable` values.

* `one_third_participation_milestone_xdr < full_participation_milestone_xdr`


# 2025-02-11: Proposal 135265

https://dashboard.internetcomputer.org/proposal/135265

## Removed

* Neuron migration (`migrate_active_neurons_to_stable_memory`) is rolled back due to issues with
reward distribution. It has already been rolled back with a hotfix ([proposal
135265](https://dashboard.internetcomputer.org/proposal/135265))


# 2025-02-07: Proposal 135206

http://dashboard.internetcomputer.org/proposal/135206
Expand Down Expand Up @@ -130,4 +162,3 @@ functional behavior changes, since no APIs rely on where the neurons are stored.
## Changed

* The limit of the number of neurons is increased from 380K to 400K.

18 changes: 0 additions & 18 deletions rs/nns/governance/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,28 +11,10 @@ on the process that this file is part of, see

## Changed

* ManageNetworkEconomics proposals can now modify deep fields one at a time.
Previously, this was only possible for top level fields.

* Added validation for ManageNetworkEconomics proposals. Previously, there was
none. The result must have all the following properties:

* All "optional" fields are actually set.

* `maximum_icp_xdr_rate >= minimum_icp_xdr_rate`

* Decimal fields have parsable `human_readable` values.

* `one_third_participation_milestone_xdr < full_participation_milestone_xdr`

## Deprecated

## Removed

* Neuron migration (`migrate_active_neurons_to_stable_memory`) is rolled back due to issues with
reward distribution. It has already been rolled back with a hotfix ([proposal
135265](https://dashboard.internetcomputer.org/proposal/135265))

## Fixed

## Security
10 changes: 10 additions & 0 deletions rs/nns/sns-wasm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ here were moved from the adjacent `unreleased_changelog.md` file.
INSERT NEW RELEASES HERE


# 2025-02-21: Proposal 135437

http://dashboard.internetcomputer.org/proposal/135437

## Changed

NNS Root is no longer the controller of a newly deployed SNS's Swap canister. For more details,
please refer to [this forum thread](https://forum.dfinity.org/t/making-swap-a-proper-sns-canister/36519?u=aterga).


# 2025-02-14: Proposal 135314

http://dashboard.internetcomputer.org/proposal/135314
Expand Down
3 changes: 0 additions & 3 deletions rs/nns/sns-wasm/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on the process that this file is part of, see

## Changed

NNS Root is no longer the controller of a newly deployed SNS's Swap canister. For more details,
please refer to [this forum thread](https://forum.dfinity.org/t/making-swap-a-proper-sns-canister/36519?u=aterga).

## Deprecated

## Removed
Expand Down

0 comments on commit 7bbe8da

Please sign in to comment.