Skip to content

release-2023-05-15: UI Fixes for release-2023-05-12

Compare
Choose a tag to compare
@github-actions github-actions released this 15 May 15:59
· 896 commits to main since this release

This is Internet Identity release release-2023-05-15 for commit c9a3919fedc749f043d04be702681b9512d38c00. This includes a couple of small bug fixes introduced in proposal 122285
The sha256 of production asset internet_identity_production.wasm.gz is 6a1bd627ce03a0a4e48a1a52a4e4c7e4a6cce159a4bcd9a126ae8c3327f1008b.

Related proposals:

This is a hotfix for the following proposal

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

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 6a1bd627ce03a0a4e48a1a52a4e4c7e4a6cce159a4bcd9a126ae8c3327f1008b
internet_identity_dev.wasm.gz 63280c91ffa61384138ce8ec3ed871c6a1c1c598a08d488fdc24a4c578a4d294
internet_identity_test.wasm.gz e1c90524ddb1bbf17fa4c91ad92b402cc645bb075a35403c4e588aba8a44b779
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 c9a3919fedc749f043d04be702681b9512d38c00
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz