ICPWatch
Get alerts
Application canisters

Upgrade Internet Identity Backend Canister to 84a759265

#143602 · Adopted and executed · proposed Aug 18, 2026

Yes 99.9%88.9% of voting power has votedNo 0.1%
tally read NNS governance canister, list_proposals
Action
Install Code
Proposer neuron
56
Created
Decided
Aug 18, 2026

Summary

Backend Canister Upgrade

What's Changed

_Since proposal-backend-143575_

  • refactor(be): fold the discovery domain into the OpenID anchor lookup (#4220)

Full release notes

Wasm Verification

To build the wasm modules yourself and verify their hashes, run the following commands from the root of the Internet Identity repository:

git pull  # to ensure you have the latest changes.
git checkout 84a759265161a4d4df6d2ef2a334ac049928acb3
./scripts/verify-hash --ii-hash e9f05b68d6817c7d9bcfbfb8cdde0d816e4d592052b340b42dab1969e867a0a1

Backend Argument Verification

Run the following command to verify the backend upgrade argument hash:

didc encode -d ./src/internet_identity/internet_identity.did -t '(opt InternetIdentityInit)' '(null)' | xxd -r -p | sha256sum

The output should match the argument hash.

Official view: dashboard.internetcomputer.org/proposal/143602