Application canisters
Upgrade Internet Identity Frontend Canister to c78d1b99c
#143404 · Adopted and executed · proposed Aug 7, 2026
Yes 99.8%88.2% of voting power has votedNo 0.2%
tally read NNS governance canister, list_proposals
Action
Install Code
Proposer neuron
37
Created
Decided
Aug 10, 2026
Summary
Frontend Canister Upgrade
What's Changed
_Since proposal-frontend-143262_
- chore(be,fe): remove the completed MCP config migration (#4193)
- chore(be,fe): remove the completed SSO credential backfill (#4192)
- feat(fe): cap the account delegation at the SSO session length (#4190)
- fix(fe): identity switcher shows two scrollbars when the identity list is long (#4184)
- chore(fe): remove the using-dev-build integration demo (#4179)
- chore(fe): consume the VC demo issuer from its own repository (#4178)
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 c78d1b99c5c161c74d8d8f795ad1072826f90673
./scripts/verify-hash --iife-hash 547c2dc0c6268e6ea4766a6e6c020244006644bfaa8f5d5dd6bf8142bcca206a
Frontend Argument Verification
Run the following command to verify the frontend upgrade argument hash:
didc encode -d ./src/internet_identity_frontend/internet_identity_frontend.did -t '(InternetIdentityFrontendInit)' '(record {
backend_canister_id = principal "rdmx6-jaaaa-aaaaa-aaadq-cai";
backend_origin = "https://backend.id.ai";
related_origins = opt vec {
"https://id.ai";
"https://identity.ic0.app";
"https://identity.internetcomputer.org";
"https://identity.icp0.io";
"https://identity.icp.net";
};
analytics_config = opt opt variant {
Plausible = record {
domain = opt "identity.internetcomputer.org";
}
};
featured_dashboard_apps = opt vec {
"https://caffeine.ai";
"https://oisy.com";
"https://oc.app";
"https://multidex.ai";
"https://opencloud.org";
};
})' | xxd -r -p | sha256sum
The output should match the argument hash.
Official view: dashboard.internetcomputer.org/proposal/143404