Skip to content

release-2023-01-31: Square design and intuitive copy

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 18:19
· 1396 commits to main since this release
b097599

This is Internet Identity release release-2023-01-31 for commit b0975990b1bf3ba4b3daadbddf60139ada4377c6. Among many other things, this includes a new design, better copy, a new (external) FAQ page, and infrastructure changes.
The sha256 of production asset internet_identity_production.wasm is 743a3c12365a89f3cc8b87e1b6cc5d11492d1fba9fca1336061474a95a646cc8.

What's Changed

New Contributors

Full Changelog: release-2023-01-16...release-2023-01-31

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 743a3c12365a89f3cc8b87e1b6cc5d11492d1fba9fca1336061474a95a646cc8
internet_identity_dev.wasm 9f6617e02a328b018dd9d1a06762911b5087ae371b382382174fca117f4d55be
internet_identity_test.wasm 87d74417c9e7d2849e68f05a0606bae56fe63bc9810f2eab9c70a04fd546d3fc
archive.wasm eae35bff124a9ac9473ad62fc1e580ff7380bef52e6707e80e3baf99d2cb9184

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