Upgrade the Node-rewards Canister to Commit 5ec6c4c
#143512 · Adopted and executed · proposed Aug 12, 2026
Summary
Upgrade the Node-rewards Canister to Commit 5ec6c4c
__Proposer__: pietro.di.marco at dfinity.org
__Source code__: [5ec6c4cd04236a30930f57463a272b41ec093127][new-commit]
[new-commit]: https://github.com/dfinity/ic/tree/5ec6c4cd04236a30930f57463a272b41ec093127
Features & Fixes
- Fixes telemetry for canister reporting single per-message instructions instead of open context instructions
- Fixes the second reward-reduction cohort which was populated from the July 27 smoke test alone instead of the June 13 + July 27 pair, so it didn't implement motion 142724's "failed two consecutive drills" rule. Two providers were wrong: MI Servers (37 nodes) was in the round despite replying in time in June, so it never missed two in a row → removed; ParaFi Technologies NS LLC (37 nodes) was late in both drills, and late counts as a failure → added. Round 2 stays at 18 providers, round 1 untouched.
New Commits
$ git log --format="%C(auto) %h %s" fc79106bd7662b690ccfce113ce66008fb17eb0a..5ec6c4cd04236a30930f57463a272b41ec093127 -- ./rs/node_rewards/canister ./rs/node_rewards ./rs/registry/node_provider_rewards
5ec6c4cd04 fix(node-rewards): report whether rewards were computed, and the per-message instructions (#11115)
43b7386aa4 fix(node-rewards): correct the second reward reduction cohort (#11112)
Current Version
__Current git hash__: fc79106bd7662b690ccfce113ce66008fb17eb0a
__Current wasm hash__: b5595995dd7791a697f483c297a15b72a37d224afc519f9c95ce0b72359c71be
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/5ec6c4cd04236a30930f57463a272b41ec093127/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 5ec6c4cd04236a30930f57463a272b41ec093127
# 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.
Official view: dashboard.internetcomputer.org/proposal/143512