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


# 2026-08-14: Proposal 143577

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

## Fixed

* `validate_assign_noid_payload` no longer panics when a node provider has
`id = None`. It now skips such providers safely, preventing all
`AddNodeOperator` proposal submissions from being blocked.


# 2026-08-07: Proposal 143410

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

## Fixed

* `validate_assign_noid_payload` no longer panics when a node provider has
`id = None`. It now skips such providers safely, preventing all
`AddNodeOperator` proposal submissions from being blocked.

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


# 2026-08-14: Proposal 143578

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

## Fixed

* `get_available_sns_subnet` now rotates through all configured SNS subnets
(round-robin, based on the number of SNSs already deployed) instead of
always deploying new SNSes to the first subnet in `sns_subnet_ids`.


# 2026-07-24: Proposal 143073

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

## Fixed

* `get_available_sns_subnet` now rotates through all configured SNS subnets
(round-robin, based on the number of SNSs already deployed) instead of
always deploying new SNSes to the first subnet in `sns_subnet_ids`.

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


# 2026-08-14: Proposal 143579

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

## Added

Add a `replica_version_id` to `ReplicaVersionRecord`s, and backfill with a data migration.

## Changed

* Guest launch measurements are now required (when electing a new GuestOS version).

## Removed

The `blessed_replica_versions` record has been removed.


# 2026-08-07: Proposal 143409

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

## Added

Add a `replica_version_id` to `ReplicaVersionRecord`s, and backfill with a data migration.

## Changed

* Guest launch measurements are now required (when electing a new GuestOS version).

## Deprecated

## Removed

The `blessed_replica_versions` record has been removed.

## Fixed

## Security
229,049 changes: 229,049 additions & 0 deletions upgrade_test_fail.log

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this 45.8 MB file was added by accident. Could you remove it by force pushing a commit to your PR branch such that your branch doesn't reference a commit with this large file anymore? Otherwise we would be paying for this until eternity.

Large diffs are not rendered by default.

Loading