The NNS Team submitted the following proposals to publish new versions of SNS canisters to SNS-WASM. DFINITY plans to vote on these proposals the following Monday.
Proposals to be Submitted
Root
# Publish SNS Root WASM Built at Commit 8ac2131
__Proposer__: jason.zhu at dfinity.org
__Source code__: [8ac2131be1a86e1267e7774b0c94085fc107bad3][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/8ac2131be1a86e1267e7774b0c94085fc107bad3
## Features & Fixes
### Removed
- The fields `compute_allocation` and `memory_allocation` in the input type `ChangeCanisterRequest`
of the endpoint `change_canister`.
## New Commits
```
$ git log --format="%C(auto) %h %s" 2d4bcba47ea10520ff21ce54a8acb9cdb0629317..8ac2131be1a86e1267e7774b0c94085fc107bad3 -- ./rs/sns/root
830f4caa90 refactor: remove direct dependency on ic-cdk-macros (#5144)
2949c97ba3 chore: Revert ic-cdk to 0.17.2 (#5139)
6970f48073 feat(nns-root): do not change allocation when installing code (#5066)
3490ef2a07 chore: bump the monorepo version of ic-cdk to 0.18.0 (#5005)
c2d5684360 refactor(ic): update imports from ic_canisters_http_types to newly published ic_http_types crate (#4866)
b215232f64 fix(governance-tools): Proposal URL was wrong. (#3981)
4c20acbce9 chore(nervous-system): Update changelog for release 2025-02-07 (#3867)
```
## Wasm 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/8ac2131be1a86e1267e7774b0c94085fc107bad3/rs/nervous_system/docs/proposal_verification.md
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/8ac2131be1a86e1267e7774b0c94085fc107bad3/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 8ac2131be1a86e1267e7774b0c94085fc107bad3
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/sns-root-canister.wasm.gz
```
This should match `wasm` field of this proposal.