The NNS Team submitted the following proposals. DFINITY plans to vote on these proposals the following Monday.
- https://dashboard.internetcomputer.org/proposal/135847
- https://dashboard.internetcomputer.org/proposal/135848
Proposals to be Submitted
Governance
# Upgrade the Governance Canister to Commit 34a638d
__Proposer__: maximilian.summe at dfinity.org
__Source code__: [34a638d9f593542f3da89494966c3759667aaf88][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/34a638d9f593542f3da89494966c3759667aaf88
## Features & Fixes
### Improved
* ic-stable-structures is upgraded, adding performance improvements to stable neuron operations.
### Added
* Added `NetworkEconomics.voting_power_economics.neuron_minimum_dissolve_delay_to_vote_seconds`.
### Removed
* Removed a migration mechanism previously used for data migrations through heartbeat.
## New Commits
```
$ git log --format="%C(auto) %h %s" 7286063eaecd4d3625a8bf991213e27e21d3c2cf..34a638d9f593542f3da89494966c3759667aaf88 -- ./rs/nns/governance ./rs/sns/init
f6f5e0927d chore: upgrade stable-structures (#4284)
4b7c9fee37 refactor(nervous-system): Move canister interfaces into canister crate (#4351)
6d04483555 chore(nns): Cleanup constants related to neuron-minimum-dissolve-delay-to-vote (#4290)
cadbaa147b refactor(nns): Remove migrations mechanism (#4287)
358e7e5168 chore(nns/sns): Update changelog after release (#4288)
332d4698c8 feat(nns): Add `neuron_minimum_dissolve_delay_to_vote_seconds` to `VotingPowerEconomics` (#4180)
```
## Current Version
__Current git hash__: 7286063eaecd4d3625a8bf991213e27e21d3c2cf
__Current wasm hash__: 73ec598e1e372b74843f269ea21cdb58b91e9b1553c8a05aeff98a360edd8735
## 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/34a638d9f593542f3da89494966c3759667aaf88/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/34a638d9f593542f3da89494966c3759667aaf88/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 34a638d9f593542f3da89494966c3759667aaf88
# 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.
Root
# Upgrade the Root Canister to Commit 34a638d
__Proposer__: maximilian.summe at dfinity.org
__Source code__: [34a638d9f593542f3da89494966c3759667aaf88][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/34a638d9f593542f3da89494966c3759667aaf88
## Features & Fixes
This is a maintenance release, with no functionality changes.
## New Commits
```
$ git log --format="%C(auto) %h %s" 00b04a892dfb2fee1459f1de9d4a731aa04f1ca3..34a638d9f593542f3da89494966c3759667aaf88 -- ./rs/nns/handlers/root
b866c6e747 refactor(nns): Migrate nns-common to ic-cdk (#3808)
b215232f64 fix(governance-tools): Proposal URL was wrong. (#3981)
05601afe26 chore(nervous-system): Update changelog for release 2025-02-14 (#3967)
```
## Current Version
__Current git hash__: 00b04a892dfb2fee1459f1de9d4a731aa04f1ca3
__Current wasm hash__: 36188e425f4d6d9c0e89252ed6028f6735f1911a4bbdc02312fd009a86d039b8
## 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/34a638d9f593542f3da89494966c3759667aaf88/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/34a638d9f593542f3da89494966c3759667aaf88/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 34a638d9f593542f3da89494966c3759667aaf88
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/root-canister.wasm.gz
```
This should match `wasm_module_hash` field of this proposal.