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.
https://dashboard.internetcomputer.org/proposal/135703
Proposals to be Submitted
Governance
# Publish SNS Governance WASM Built at Commit 7286063
__Proposer__: jason.zhu at dfinity.org
__Source code__: [7286063eaecd4d3625a8bf991213e27e21d3c2cf][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/7286063eaecd4d3625a8bf991213e27e21d3c2cf
## Features & Fixes
### Added
* Added `ProposalData.topic : opt Topic`.
### Fixed
* `AddGenericNervousSystemFunction` can be used to add custom proposals under _critical_ topics.
## New Commits
```
$ git log --format="%C(auto) %h %s" ebb190bf1da0dba3e486b78c95cf5a3c5542e2f3..7286063eaecd4d3625a8bf991213e27e21d3c2cf -- ./rs/sns/governance
7b55f024f5 fix(sns): Ensure all topics can be set while adding new custom proposals (#4270)
09a23b982a feat(sns): Add field `topic` to `ProposalData` (#4173)
c628bfffcb chore(nns/sns): Update changelog for NNS/SNS releases (#4207)
```
## 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/7286063eaecd4d3625a8bf991213e27e21d3c2cf/rs/nervous_system/docs/proposal_verification.md
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/7286063eaecd4d3625a8bf991213e27e21d3c2cf/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 7286063eaecd4d3625a8bf991213e27e21d3c2cf
# 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.