ICPWatch
Get alerts
Application canisters

Upgrade Internet Identity Frontend Canister to 459dfc281

#143821 · Adopted and executed · proposed Sep 4, 2026

Yes 99.8%91.1% of voting power has votedNo 0.2%
tally read NNS governance canister, list_proposals
Action
Install Code
Proposer neuron
56
Created
Decided
Sep 7, 2026

Summary

Frontend Canister Upgrade

What's Changed

_Since proposal-frontend-143740_

  • copy: update the Open Cloud entry (#4309)
  • feat(fe): connect a local MCP server over loopback (#4305)
  • copy: update the Open Cloud app icon (#4296)

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 459dfc28137152c53bc91e65b5f1872013033025
./scripts/verify-hash --iife-hash 4c2645e51f812699361b6c837bb90281cdeba6bf9dba381cc3a0b43b4ed54468

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/143821