The NNS Team submitted the following proposals. DFINITY plans to vote on these proposals the following Monday.
- NNS Governance: https://dashboard.internetcomputer.org/proposal/134416
Proposals Submitted
# Upgrade the Governance Canister to Commit 0f35ac8
__Proposer__: andre at popovit.ch
__Source code__: [0f35ac817bdf3b44680111fc90ce5d6e3bc79be1][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/0f35ac817bdf3b44680111fc90ce5d6e3bc79be1
## New Commits
```
$ git log --format="%C(auto) %h %s" 25c1bb0227d9970f5673b908817d7c4962b29911..0f35ac817bdf3b44680111fc90ce5d6e3bc79be1 -- ./rs/nns/governance ./rs/sns/init
fd1545e5845 fix(nns): Copied RefreshVotingPower to ManageNeuronCommandRequest. (#3021)
1c78ac42048 feat(nns): Move unstake maturity into a timer (#2979)
46c02758634 chore(nns): Disable canbench test for NNS Governance (#2978)
9bf52c9f197 fix(nns): Change the default voting power refreshed timestamp from Nov 15 to Sep 1. (#2972)
105f1ee5c2d feat(nns): Propose voting power economics. (#2997)
52be01f4ba1 feat(nns): Add voting_power_economics to NetworkEconomics. (#2580)
1f88ae12ac7 feat(IC-1579): Spawn neuron(s) TLA instrumentation (#2944)
6e5283ddc7b refactor(nns): Move recompute_tally to inside of cast_vote_and_cascade_follow (#2977)
22dd92067ad feat(nns): Improve drawing/refunding neurons fund maturity when neurons in stable memory feature is enabled (#2975)
09f1152899a perf(nns): Add a benchmark for drawing neurons fund maturity (#2973)
bc673893c40 feat(nns): Move spawn_neurons to a one-minute timer (#2934)
3c714ea54ce feat(nns): Prune following when a neuron has not refreshed in 7 months. (#2392)
8f48d816196 refactor(nns): move cast_vote_and_cascade_following tests to voting.rs (#2930)
7b475b324ac feat(nns): Added prune_some_following. (#2471)
2c74170403d feat(nns): Improve listing neuron ids performance by reading the main section only (#2843)
```
## Current Version
__Current git hash__: 25c1bb0227d9970f5673b908817d7c4962b29911
__Current wasm hash__: ffa40d6d57647988cb4d84053a061872f53829f54faa1918464b199165052248
## 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/0f35ac817bdf3b44680111fc90ce5d6e3bc79be1/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/0f35ac817bdf3b44680111fc90ce5d6e3bc79be1/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 0f35ac817bdf3b44680111fc90ce5d6e3bc79be1
# 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.