NNS Updates: Sept 13, 2024

The NNS Team has submitted the following upgrade proposals today, 2024-09-13. DFINITY plans to vote on these proposals the following Monday.

Proposals to be Submitted

# Upgrade the Governance Canister to Commit b60c901

__Proposer__: maximilian.summe at dfinity.org\
__Source Code__: [b60c9012db8fecebb2937334e6301ea2dfa9416f][new-commit]

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


## Features, Fixes, and Optimizations

- Allow more proposal types when resources are low
- Increase random error in deprecated PB methods


## New Commits

```
$ git log --format="%C(auto) %h %s" 656d7a64ab8ef074f2542ed05e19c99293f1d844..b60c9012db8fecebb2937334e6301ea2dfa9416f --  ./rs/nns/governance ./rs/sns/init
 ab5822957a chore(ICP_ledger): FI-1475: Add canister ID of 3rd ICP ledger archive (#1403)
 1ddd82018c feat(nns): Allow more proposal types when resources are low (#1426)
 c253918949 feat(nns): The neuron visibility field is Some(...) when private enforcement is enabled. (#1315)
 aa8c5b5b4f chore(nns): Remove the flag to enable new topics (#1425)
 c3a180c94c feat(IC-1579): pull out canister-based implementations of Ledger/CMC (#1386)
 7b8d005a9c chore(nns): reduce logging in tests  (#1367)
 38b7b5a6f1 chore(nns): Increase random error for protobuf methods to 30% (#1398)
```


## Current Version

- Current Git Hash: 656d7a64ab8ef074f2542ed05e19c99293f1d844
- Current Wasm Hash: 6613da387a908bc883ec760678371effe1d08d72c4a7ef6834ee78fc51b3c78e


## 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 b60c9012db8fecebb2937334e6301ea2dfa9416f

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

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

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