The NNS Team submitted the following proposals. DFINITY plans to vote on these proposals the following Monday.
- https://dashboard.internetcomputer.org/proposal/136071
- https://dashboard.internetcomputer.org/proposal/136072
Proposals to be Submitted
Governance
# Upgrade the Governance Canister to Commit 910ed6f
__Proposer__: jason.zhu at dfinity.org
__Source code__: [910ed6f13390e590b6b9f45ab21ea25182b76553][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/910ed6f13390e590b6b9f45ab21ea25182b76553
## Features & Fixes
### Changed
* Disable Neuron's Funds for ongoing SNSs, as approved in
proposal [135970](https://dashboard.internetcomputer.org/proposal/135970).
### Removed
* The `topic_followee_index` in the heap is removed, along with the flag
`USE_STABLE_MEMORY_FOLLOWING_INDEX` that was set to true in the proposal 135063.
## New Commits
```
$ git log --format="%C(auto) %h %s" 3afec59ddf883e80a4987fa9129d62ad156548a2..910ed6f13390e590b6b9f45ab21ea25182b76553 -- ./rs/nns/governance ./rs/sns/init
21a34cea35 feat(nns): Disable Neuron Fund for new SNSs (#4541)
98e8d97621 refactor(nns): Remove topic_followee_index and USE_STABLE_MEMORY_FOLLOWING_INDEX (#4592)
e325bb0616 chore(nns): add support in release scripts for node-rewards canister (#4252)
```
## Current Version
__Current git hash__: 3afec59ddf883e80a4987fa9129d62ad156548a2
__Current wasm hash__: 1f7d2d10c786c417db1c50f4a6f5d18e306b81c77496654c11a20ec04e4f0671
## 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/910ed6f13390e590b6b9f45ab21ea25182b76553/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/910ed6f13390e590b6b9f45ab21ea25182b76553/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 910ed6f13390e590b6b9f45ab21ea25182b76553
# 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.
Node-rewards
# Upgrade the Node-rewards Canister to Commit 910ed6f
__Proposer__: jason.zhu at dfinity.org
__Source code__: [910ed6f13390e590b6b9f45ab21ea25182b76553][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/910ed6f13390e590b6b9f45ab21ea25182b76553
## Features & Fixes
### Added
* The Node Reward Canister will now sync changes from the Registry canister.
## New Commits
```
$ git log --format="%C(auto) %h %s" 3a3cf55373bfe5843fac9fff6657127ae11b5dd8..910ed6f13390e590b6b9f45ab21ea25182b76553 -- ./rs/node_rewards/canister ./rs/node_rewards ./rs/registry/node_provider_rewards
f6425d47af docs(node-rewards): Add node provider reward calculations documentation (#4604)
e325bb0616 chore(nns): add support in release scripts for node-rewards canister (#4252)
2fe8aefafc feat(node-reward): Add registry sync to node reward canister (#4349)
```
## Current Version
__Current git hash__: 3a3cf55373bfe5843fac9fff6657127ae11b5dd8
__Current wasm hash__: 8637e0182ffc1255563e295efee28f2163f9be21bbd27f3e65bfc3c1f470d3ca
## 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/910ed6f13390e590b6b9f45ab21ea25182b76553/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/910ed6f13390e590b6b9f45ab21ea25182b76553/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 910ed6f13390e590b6b9f45ab21ea25182b76553
# 2. Build canisters.
./ci/container/build-ic.sh -c
# 3. Fingerprint the result.
sha256sum ./artifacts/canisters/node-rewards-canister.wasm.gz
```
This should match `wasm_module_hash` field of this proposal.