release-2023-02-12_2: Make Internet Identity not rely on ic0.app
github-actions
released this
17 Feb 15:28
·
1396 commits
to main
since this release
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
- Remove compat shims by @frederikrothenberger in #1245
- Use icp-api as the new IC api by @nmattia in #1244
- Check alternative origins asset against new IC domain by @frederikrothenberger in #1233
- Save anchor after device added by @nmattia in #1246
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.
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