Skip to content

release-2023-05-12: Onboarding improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 15:54
· 1051 commits to main since this release
c1c1074

This is Internet Identity release release-2023-05-12 for commit c1c1074482f5d6102c2b955f3c008518fcfcf265. This includes improvements for the onboarding flow, as well as some frontend infrastructure changes.
The sha256 of production asset internet_identity_production.wasm.gz is 7fda6daa32d716bfa7c6d1a3ee2c815d2a13232db2e62a317e9b1e3eea4317b9.

What's Changed

Full Changelog: release-2023-05-09...release-2023-05-12

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 7fda6daa32d716bfa7c6d1a3ee2c815d2a13232db2e62a317e9b1e3eea4317b9
internet_identity_dev.wasm.gz 5bf510e8cb88e6d4e2f9b0f5ffae8b9beafe1aa5cd0b4df1a995b0579f11e1c7
internet_identity_test.wasm.gz 8723d76c899786ce8a5591d7450ddea3b2b144080d9c5b65dda5f38fd0b88b57
archive.wasm.gz cdcc4012243d106d31865feeefaa65bb2ed1d251d3408166d2cdc7423e08e2a9

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