The Governance Team submitted the following proposal to Upgrade NNS Governance. DFINITY plans to vote on these proposals the following Monday.
https://dashboard.internetcomputer.org/proposal/134043
# Upgrade the Governance Canister to Commit 0f96a6f
__Proposer__: arshavir.ter.gabrielyan at dfinity.org
__Source code__: [0f96a6f4661f0d87bd9149a88846db9674360291][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/0f96a6f4661f0d87bd9149a88846db9674360291
## New Commits
```
$ git log --format="%C(auto) %h %s" aa91ecacdf3824e193e21b70e0127e8d3edab51a..0f96a6f4661f0d87bd9149a88846db9674360291 -- ./rs/nns/governance ./rs/sns/init
4a7913a300 chore(nns): add feature flag for stable following index (#2474)
67e2ff4a50 feat(nns): Added total_potential_voting_power to proposals. (#2375)
7927c348c7 feat(nns): Make distinction between potential and deciding voting power. (#2339)
52e5c5a9c5 chore(nns): Cleanup internal types that should not be in API (#2430)
b588a681ef chore(nns): remove governance api--test-feature bazel target (#2394)
f2b767f156 fix(nns): validate dissolve state and age before saving neuron (#2222)
ce465b8bd9 fix: Make NNS init .csv parser recognize `dissolve_delay_s` and `maturity_e8s_equivalent` values again (#2384)
a52f966827 feat(nns): Refresh voting power. (#2320)
de1e62b8c6 feat(nns): Added Neuron::voting_power_refreshed_timestamp_seconds field. (#2268)
c0b2ec6580 chore(sns): Rename sale → swap in various places. (#2267)
```
## Current Version
__Current git hash__: aa91ecacdf3824e193e21b70e0127e8d3edab51a
__Current wasm hash__: 18ca5b86271c76459f249c87d80c9e0172e09f64e18c04cf1c28d95f3489de4e
## 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/0f96a6f4661f0d87bd9149a88846db9674360291/rs/nervous_system/docs/proposal_verification.md
### WASM Verification
See ["Building the code"][prereqs] for prerequisites.
[prereqs]: https://github.com/dfinity/ic/tree/0f96a6f4661f0d87bd9149a88846db9674360291/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 0f96a6f4661f0d87bd9149a88846db9674360291
# 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.