Skip to content

release-2023-02-17: Make Internet Identity available on identity.internetcomputer.org

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 09:56
· 1431 commits to main since this release
f597cee

This is Internet Identity release release-2023-02-17 for commit f597ceed0d13f1ea649bcbf88d1756480f0c3444.

This release makes Internet Identity available on identity.internetcomputer.org in addition to identity.ic0.app. The release includes the technical changes required to allow both domains.
The Internet Identity archive also needs to be upgraded in order to make changes to the device metadata available there.

The sha256 of production asset internet_identity_production.wasm is 1bcb5346b3bb3765bb462529c80cbe547ebe7ce199e9a98fb91411e018508774.

What's Changed

Full Changelog: release-2023-01-31...release-2023-02-17

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 1bcb5346b3bb3765bb462529c80cbe547ebe7ce199e9a98fb91411e018508774
internet_identity_dev.wasm 41f25fd2ad15a88b28d7e1b97f527c1ea5a68ac10d754fb99f45ac9b4b16b539
internet_identity_test.wasm 0da4b291c2f49441125d05e13a60578e7ed9a831d71f6ffe4e6b79fabffd8b33
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 f597ceed0d13f1ea649bcbf88d1756480f0c3444
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm