Skip to content

release-2023-02-12_2: Make Internet Identity not rely on ic0.app

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 15:28
· 1282 commits to main since this release
075111b

This is Internet Identity release release-2023-02-12_2 for commit 075111bdab57383fccd081cc7cc39bb012495677.

This is the second batch of technical changes required to decouple the Internet Identity on identity.internetcomputer.org from the ic0.app domain.

The sha256 of production asset internet_identity_production.wasm is ce03a88fbb78b724406662103418aeaea5527a14faebe985d6dac2a1396f001e.

What's Changed

Full Changelog: release-2023-02-17...release-2023-02-12_2

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm ce03a88fbb78b724406662103418aeaea5527a14faebe985d6dac2a1396f001e
internet_identity_dev.wasm 3aac0de316475be8609cad8a4da1c21178d65cb5bc0ca9f925eef2d3b6bdd667
internet_identity_test.wasm 0fd9569e95bf17c3539fd00f7edf1f79f0a25974c39acb066e014722b2f2ee3c
archive.wasm 7f66c30a40d990a23babce150aa67c8dec6ecf724a35c09592a4a47234254b13

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 075111bdab57383fccd081cc7cc39bb012495677
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm