Skip to content

release-2023-02-20: Clean up manage page (#1250)

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 16:50
· 1347 commits to main since this release
e9cbaae

This is Internet Identity release release-2023-02-20 for commit e9cbaae4f52e65abd9e7f00aa622da74b88437c3. This release includes some UI improvements (notably when using recovery phrases) and general bug fixes.
The sha256 of production asset internet_identity_production.wasm is d164855ab70a3111dab3d78ceeca430f2b6bdc180f843700ed0feebee3c28b35.

What's Changed

New Contributors

Full Changelog: release-2023-02-17_3...release-2023-02-20

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm d164855ab70a3111dab3d78ceeca430f2b6bdc180f843700ed0feebee3c28b35
internet_identity_dev.wasm 09fa1b2f464bc7c8a77951a3423a0349642532543533c5024eeb6e79179d08a8
internet_identity_test.wasm 23dbe5ee5757a0da3f14f487b33ce37f6675fb49e59c05c7166a5bd85c5c2616
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 e9cbaae4f52e65abd9e7f00aa622da74b88437c3
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm