The NNS Team will be submitting the following proposals to publish new versions of SNS canisters to SNS-WASM this Friday, 2024-09-16. DFINITY plans to vote on these proposals the following Monday.
Proposals to be Submitted
# Publish SNS Swap WASM Built at Commit 656d7a6
__Proposer__: andre at popovit.ch\
__Source Code__: [656d7a64ab8ef074f2542ed05e19c99293f1d844][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/656d7a64ab8ef074f2542ed05e19c99293f1d844
## New Commits
```
$ git log --format="%C(auto) %h %s" a0207146be211cdff83321c99e9e70baa62733c7..656d7a64ab8ef074f2542ed05e19c99293f1d844 -- ./rs/sns/swap
edd826bd20 chore(sns): Duplicate ClaimSwapNeuronsRequest into Swap, so the version in SNS Governance can be changed independently (#1295)
cee5114671 refactor(nervous_system): Remove most usages of hotkey_principal (#870)
4d09678d23 chore: sort rust derive traits (#1241)
d4c3bb26c2 chore: upgrade crates and use workspace version (#1207)
1137682e6e refactor(nervous_system): Remove support for NeuronParameters (#1174)
a3129e0d7c test(nns): Stop generating .did files. (#1114)
```
## Wasm Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic?tab=readme-ov-file#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 656d7a64ab8ef074f2542ed05e19c99293f1d844
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/sns-swap-canister.wasm.gz
```
This should match `wasm` field of this proposal.
# Publish SNS Swap WASM Built at Commit 656d7a6
__Proposer__: andre at popovit.ch\
__Source Code__: [656d7a64ab8ef074f2542ed05e19c99293f1d844][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/656d7a64ab8ef074f2542ed05e19c99293f1d844
## New Commits
```
$ git log --format="%C(auto) %h %s" a0207146be211cdff83321c99e9e70baa62733c7..656d7a64ab8ef074f2542ed05e19c99293f1d844 -- ./rs/sns/swap
edd826bd20 chore(sns): Duplicate ClaimSwapNeuronsRequest into Swap, so the version in SNS Governance can be changed independently (#1295)
cee5114671 refactor(nervous_system): Remove most usages of hotkey_principal (#870)
4d09678d23 chore: sort rust derive traits (#1241)
d4c3bb26c2 chore: upgrade crates and use workspace version (#1207)
1137682e6e refactor(nervous_system): Remove support for NeuronParameters (#1174)
a3129e0d7c test(nns): Stop generating .did files. (#1114)
```
## Wasm Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic?tab=readme-ov-file#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 656d7a64ab8ef074f2542ed05e19c99293f1d844
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/sns-swap-canister.wasm.gz
```
This should match `wasm` field of this proposal.