Skip to content

release-2023-07-21: UI fixes and adjustments

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jul 10:34
· 880 commits to main since this release
8eb8bf5

This is Internet Identity release release-2023-07-21 for commit 8eb8bf548eef9bf4dd5b35a642d5484cffc76ff6.

This release introduces several UI improvements and corrections.

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

What's Changed

Full Changelog: release-2023-07-07...release-2023-07-21

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 a24c7bbbbb0c3501ed553ea5409a1fa162e101432ca0987941edb7c02ffd4f49
internet_identity_dev.wasm.gz f8594235c4f715bce683ccef5f18484bedc97bbd27c4043c0f5276c2c3c67d53
internet_identity_test.wasm.gz 7ef3f93a80baae9cbaf4e5cdce18122e5dd726664bf58a222798f46462471194
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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