Upgrade the Governance Canister to Commit 0c97105
#143761 · Adopted and executed · proposed Sep 1, 2026
Summary
Upgrade the Governance Canister to Commit 0c97105
__Proposer__: daniel.wong at dfinity.org
__Source code__: [0c9710598f7ef85692b588a6ec518c8d8bf817ae][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/0c9710598f7ef85692b588a6ec518c8d8bf817ae
Features & Fixes
Added
UpdateCanisterSettingsandCreateCanisterAndInstallCodeproposals can now
set reserved_cycles_limit, the upper bound on the cycles a canister may hold in reserved cycles.
New Commits
$ git log --format="%C(auto) %h %s" c748b8e76b90ceef329c055e6f7b38a00aae8745..0c9710598f7ef85692b588a6ec518c8d8bf817ae -- ./rs/nns/governance ./rs/sns/init
0c9710598f feat(nns): Add support for reserved_cycles_limit to UpdateCanisterSettings NNS proposals. (#11389)
cbacc08bdd docs(nns): Added more info about skip_pre_upgrade. (#11370)
85060af2d7 docs(nns): Changelogs for NNS backend 2026-08-21 (#11267)
Current Version
__Current git hash__: c748b8e76b90ceef329c055e6f7b38a00aae8745
__Current wasm hash__: e4e9e99730dbee3a6fb9a95b40b10b512ad4831c9d2f6efb51d3f0a5d243b503
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/0c9710598f7ef85692b588a6ec518c8d8bf817ae/rs/nervous_system/docs/proposal_verification.md
WASM Verification
See ["Building the code"][prereqs] for prerequisites.
# 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 0c9710598f7ef85692b588a6ec518c8d8bf817ae
# 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.
Official view: dashboard.internetcomputer.org/proposal/143761