Application canisters
Upgrade Internet Identity Frontend Canister to 6804c07e7
#143848 · Adopted and executed · proposed Sep 8, 2026
Yes 99.9%91.7% of voting power has votedNo 0.1%
tally read NNS governance canister, list_proposals
Action
Install Code
Proposer neuron
37
Created
Decided
Sep 10, 2026
Summary
Frontend Canister Upgrade
This adds support for icp cli with local dev applications.
What's Changed
_Since proposal-frontend-143821_
- fix(cli): accept a full app origin in the /cli request (#4310)
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 6804c07e7e5c800510e262250915096917b6bb97
./scripts/verify-hash --iife-hash 25c41d281e6bd12f9e41372369cb9bee3767241a1b5371cc64a2919fb4db0667
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/143848