SNS Updates 2024-11-15

Commit ID: f5a63fd41933eee24ab3a6c71e43c67c1048e0db

Canister(s):

Proposal Text(s)

# Publish SNS Governance WASM Built at Commit f5a63fd

__Proposer__: daniel.wong at dfinity.org

__Source code__: [f5a63fd41933eee24ab3a6c71e43c67c1048e0db][new-commit]

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


## New Commits

```
$ git log --format="%C(auto) %h %s" 0f96a6f4661f0d87bd9149a88846db9674360291..f5a63fd41933eee24ab3a6c71e43c67c1048e0db --  ./rs/sns/governance
 3c22b95bec2 feat(sns): Automatically trigger upgrades when target_version is ahead of the current version (#2034)
 13c0601e09d feat(sns): Add UpgradeStepsReset type to the upgrade journal (#2602)
 140a46b308f refactor(sns): Add helpers for the upgrade journal (#2527)
 b1c0f8cccb2 chore: upgrade rust_decimal and rust_decimal_macros (#2508)
```


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

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

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

# 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.
1 Like

Dear reviewers, please note that the feature code included into this release is not enabled yet. The target version cannot be specified until we add a special proposal to do so in an upcoming release.

1 Like