Skip to content

release-2023-05-05: Automatic Device Naming

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 16:08
· 1088 commits to main since this release
8c2eccc

This is Internet Identity release release-2023-05-05 for commit 8c2eccc1cce4cee926878935e4055cea56ccaf60.

This release contains many exciting front-end changes to make onboarding easier and Internet Identity more understandable in general.

The sha256 of production asset internet_identity_production.wasm.gz is f03f8b09347dba6171de61e44cb1b2f80ec15bab0f930720d51795a20712b7aa.

What's Changed

Full Changelog: release-2023-04-28...release-2023-05-05

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 f03f8b09347dba6171de61e44cb1b2f80ec15bab0f930720d51795a20712b7aa
internet_identity_dev.wasm.gz 8db8d95336793113043ab25ce354bc60200ff259fe873e757513221b9e8cd43f
internet_identity_test.wasm.gz 886c9285cfdaa3658bee4bdcb1e05cd7c14847d995874bd98166973f98f337a9
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 8c2eccc1cce4cee926878935e4055cea56ccaf60
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz