SNS Updates 2025-04-25

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

Governance

# Publish SNS Governance WASM Built at Commit 0084cbd

__Proposer__: jason.zhu at dfinity.org

__Source code__: [0084cbd1bdfa69146fef27d9e6a58e4992e85ae1][new-commit]

[new-commit]: https://github.com/dfinity/ic/tree/0084cbd1bdfa69146fef27d9e6a58e4992e85ae1

## Features & Fixes

###  Deprecated

* Custom proposals that were not yet assigned to a topic are no longer allowed to be submitted.


## New Commits

```
$ git log --format="%C(auto) %h %s" 7575e49a4afa83524c06ad72ce40f588eca93ae2..0084cbd1bdfa69146fef27d9e6a58e4992e85ae1 --  ./rs/sns/governance
 dd9d5899c1 feat(sns): Disable submission of proposals without topics (#4727)
 971eecc54a chore(nns): update changelogs (#4793)
```


## 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/0084cbd1bdfa69146fef27d9e6a58e4992e85ae1/rs/nervous_system/docs/proposal_verification.md

See ["Building the code"][prereqs] for prerequisites.

[prereqs]: https://github.com/dfinity/ic/tree/0084cbd1bdfa69146fef27d9e6a58e4992e85ae1/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 0084cbd1bdfa69146fef27d9e6a58e4992e85ae1

# 2. Build canisters.
./ci/container/build-ic.sh -c

# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/sns-governance-canister.wasm.gz
```

This should match `wasm` field of this proposal.
2 Likes