The Governance team submitted the following proposals. DFINITY plans to vote on these proposals the following Tuesday (since they were submitted slightly later than usual).
Submitted Proposals
Governance
https://dashboard.internetcomputer.org/proposal/136580
# Upgrade the Governance Canister to Commit 5639c29
__Proposer__: arshavir.ter.gabrielyan at dfinity.org
__Source code__: [5639c29fd72de16d483be7fe6dedc86e9bec3b9e][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/5639c29fd72de16d483be7fe6dedc86e9bec3b9e
## Features & Fixes
### Removed
* The `governance_heap_neuron_count` metric is removed as there are no neurons in the heap anymore.
## New Commits
```
$ git log --format="%C(auto) %h %s" 9dfa7825fc087deacccbed3985a502e0ec2276ff..5639c29fd72de16d483be7fe6dedc86e9bec3b9e -- ./rs/nns/governance ./rs/sns/init
5ab508970d refactor(nns): Clean up NeuronStore::heap_neurons (#5007)
b539aa4d01 refactor(nns): Rename the governance API crate from pb::v1 to types (#4986)
3490ef2a07 chore: bump the monorepo version of ic-cdk to 0.18.0 (#5005)
f2f7d8d434 chore(nns): Stop registering ballots in with_neuron_mut (#5006)
41d97b59eb refactor(nns): Stop validating heap neurons (#4969)
b2147e4588 refactor(nns): Stop calculating metrics from heap_neurons (#4987)
7b3e386ff2 feat(nns): Stop recording new snapshots when there is a spike (#4881)
17bec1046a feat(nns): Consider neurons with maturity disbursements as non empty (#4967)
632e8943fb docs(governance): Update CHANGELOG files for 2025-05-02 Governance team release. (#4965)
```
## Current Version
__Current git hash__: 9dfa7825fc087deacccbed3985a502e0ec2276ff
__Current wasm hash__: 713333b2b4a1847c225aee3927d515f97524ffddade773e6e3027189b127b46d
## Verification
See the general instructions on [how to verify] proposals like this. A "quick
start" guide is provided here.
[how to verify]: https://github.com/dfinity/ic/tree/5639c29fd72de16d483be7fe6dedc86e9bec3b9e/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/5639c29fd72de16d483be7fe6dedc86e9bec3b9e/README.adoc#building-the-code
```
# 1. Get a copy of the code.
git clone git@github.com:dfinity/ic.git
cd ic
# Or, if you already have a copy of the ic repo,
git fetch
git checkout 5639c29fd72de16d483be7fe6dedc86e9bec3b9e
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/governance-canister.wasm.gz
```
This should match `wasm_module_hash` field of this proposal.
Registry
https://dashboard.internetcomputer.org/proposal/136581
# Upgrade the Registry Canister to Commit 5639c29
__Proposer__: arshavir.ter.gabrielyan at dfinity.org
__Source code__: [5639c29fd72de16d483be7fe6dedc86e9bec3b9e][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/5639c29fd72de16d483be7fe6dedc86e9bec3b9e
## Features & Fixes
### Added
* Added new endpoint for `migrate_canisters` which is only callable by governance, and updates the routing table for
the provided canisters when called so that requests will be routed to a different subnet. This will be used to support
the broader canister migrations feature.
* Started populating `timestamp_seconds` fields.
### Changed
* The `create_subnet` and `recover_subnet` calls are using the `reshare_chain_key` endpoint rather than the old `compute_initial_i_dkg_dealings` endpoint. With this change, recovery of vetkeys is supported.
## New Commits
```
$ git log --format="%C(auto) %h %s" 9dfa7825fc087deacccbed3985a502e0ec2276ff..5639c29fd72de16d483be7fe6dedc86e9bec3b9e -- ./rs/registry/canister
57f4342e9f feat: populating `timestamp_seconds` in the registry canister (#5023)
12ade05922 feat: CRP-2618 Allow zero `pre_signatures_to_create_in_advance` in vetKD `ChainKeyConfig` (#5014)
3490ef2a07 chore: bump the monorepo version of ic-cdk to 0.18.0 (#5005)
0c4a85be7e feat(CRP-2711): Migrate registry to reshare chain key endpoint (#4245)
9e35adbf2a feat(registry): migrate_canisters endpoint updates routing table (#4988)
2c6673bdc9 feat(registry): Migrate `Registry::store` to high-capacity types. (#4913)
879713426a feat(registry): Add canister migrations endpoint with no functionality (#4954)
632e8943fb docs(governance): Update CHANGELOG files for 2025-05-02 Governance team release. (#4965)
```
## Current Version
__Current git hash__: 9dfa7825fc087deacccbed3985a502e0ec2276ff
__Current wasm hash__: 1d36373e3294b4cf38fa5b1361e476baf49aefbbf636eae137d6d5b0572d3b50
## Verification
See the general instructions on [how to verify] proposals like this. A "quick
start" guide is provided here.
[how to verify]: https://github.com/dfinity/ic/tree/5639c29fd72de16d483be7fe6dedc86e9bec3b9e/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/5639c29fd72de16d483be7fe6dedc86e9bec3b9e/README.adoc#building-the-code
```
# 1. Get a copy of the code.
git clone git@github.com:dfinity/ic.git
cd ic
# Or, if you already have a copy of the ic repo,
git fetch
git checkout 5639c29fd72de16d483be7fe6dedc86e9bec3b9e
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/registry-canister.wasm.gz
```
This should match `wasm_module_hash` field of this proposal.