Skip to content

release-2023-02-23: Dev setup & UI fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 16:51
· 1371 commits to main since this release
390c179

This is Internet Identity release release-2023-02-23 for commit 390c179f319a6289d7ce7542942d91de45657e93. This fixes some issues related to testnet and local development, as well as some visual inconsistencies.
The sha256 of production asset internet_identity_production.wasm is 18ae23523359befeb51b7d711c26cdbff1d348751dd96a45622120ba80fe1231.

What's Changed

Full Changelog: release-2023-02-22...release-2023-02-23

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 18ae23523359befeb51b7d711c26cdbff1d348751dd96a45622120ba80fe1231
internet_identity_dev.wasm 20e87c6be5fe88634b5c49d632bb3ea35d816028542060f4467984f8705224ef
internet_identity_test.wasm d2552ba5a8f17d4c62f37c255d1f8a29e39a1f3382a708073d06039d04289421
archive.wasm 4ca95984662dd8ad6791d8eb268f4dd714d9d6a4ebb66089241074b103915c38

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