Skip to content

release-2023-07-28: UI Adjustments and Technical Improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 08:37
· 873 commits to main since this release
ee27c9f

This is Internet Identity release release-2023-07-28 for commit ee27c9f86bfb25c676bff1de051011a7605d923b.

This release contains minor UI improvements as well as some technical improvements.

The sha256 of production asset internet_identity_production.wasm.gz is 1d9d36a0686a4b92463da0a466fabcd4064d1def92f44e6d4acb0c3d513a52e7.

What's Changed

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

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 1d9d36a0686a4b92463da0a466fabcd4064d1def92f44e6d4acb0c3d513a52e7
internet_identity_dev.wasm.gz ef0bc71324d1eceb6f285c831ccb82297c8e483434d94f1e20c61a9b4e5411a5
internet_identity_test.wasm.gz 44f25f35cbe1a1b0d9bc7419c3d8320e5e313fef4fbb51443167cafe93992b87
archive.wasm.gz d6b0ce496d85c4cf14323e255f7e3bb55f94bc3d690ea558c9f253c31b0f4da6

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