Skip to content
Closed
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
12 changes: 12 additions & 0 deletions rs/nns/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@ here were moved from the adjacent `unreleased_changelog.md` file.
INSERT NEW RELEASES HERE


# 2026-03-20: Proposal 140958

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

## Changed

- `CreateServiceNervousSystem` proposals no longer reject SNS configurations
where the sum of developer-allocated tokens exceeds
`swap_distribution.total_e8s`. With the Neurons' Fund discontinued, this
validation is no longer needed.


# 2026-03-13: Proposal 140859

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

## Changed

- `CreateServiceNervousSystem` proposals no longer reject SNS configurations
where the sum of developer-allocated tokens exceeds
`swap_distribution.total_e8s`. With the Neurons' Fund discontinued, this
validation is no longer needed.

## Deprecated

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


# 2026-03-20: Proposal 140959

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

## Removed

- Removed validation check that enforced the sum of developer-allocated tokens
to be less than or equal to `swap_distribution.total_e8s`. With the Neurons'
Fund discontinued, direct participants can assess token distributions
themselves.


# 2026-03-13: Proposal 140860

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

## Removed

- Removed validation check that enforced the sum of developer-allocated tokens
to be less than or equal to `swap_distribution.total_e8s`. With the Neurons'
Fund discontinued, direct participants can assess token distributions
themselves.

## Fixed

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


# 2026-03-20: Proposal 140960

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

## Added
* Added an optional field `resource_limits` to `CreateSubnetPayload` which, when present,
sets limits on resource usage (e.g., disk usage) of the created subnet.

* Rate limit the number of subnet admin updates that can happen for a subnet.

### Node operator migration

Node providers can now migrate nodes from one node operator to another within the same data center without reinstalling nodes or disrupting subnet membership. The source and destination node operators must belong to the same node provider.

If the destination node operator does not yet exist, it is created automatically, effectively allowing a node provider to rotate to a fresh node operator identity.

## Changed

* During node registration, IDKG keys now must be generated and provided by the replica. Previously these keys were optional.


# 2026-03-13: Proposal 140861

http://dashboard.internetcomputer.org/proposal/140861
Expand Down
12 changes: 0 additions & 12 deletions rs/registry/canister/unreleased_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,9 @@ on the process that this file is part of, see
# Next Upgrade Proposal

## Added
* Added an optional field `resource_limits` to `CreateSubnetPayload` which, when present,
sets limits on resource usage (e.g., disk usage) of the created subnet.

* Rate limit the number of subnet admin updates that can happen for a subnet.

### Node operator migration

Node providers can now migrate nodes from one node operator to another within the same data center without reinstalling nodes or disrupting subnet membership. The source and destination node operators must belong to the same node provider.

If the destination node operator does not yet exist, it is created automatically, effectively allowing a node provider to rotate to a fresh node operator identity.

## Changed

* During node registration, IDKG keys now must be generated and provided by the replica. Previously these keys were optional.

## Deprecated

## Removed
Expand Down
Loading