Skip to content

release-2023-01-10: Improve captcha UX

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Jan 11:38
· 1333 commits to main since this release
6256fe3

This is Internet Identity release release-2023-01-10 for commit 6256fe326de6c8b98ab1c8a5facd8386a9a8075e.

This release contains front-end improvements related to the captcha and a lot of internal changes and infrastructure improvements.

The sha256 of production asset internet_identity_production.wasm is e715f657fbe18150dda66ab4a74f23b66257036353d9d157a7a284aa502a564d.

What's Changed

New Contributors

Full Changelog: release-2022-12-15...release-2023-01-10

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm e715f657fbe18150dda66ab4a74f23b66257036353d9d157a7a284aa502a564d
internet_identity_dev.wasm eef2d25edd2a3aeac7d30e555815e433e612906b86a5a034ad5d09adaa8ae732
internet_identity_test.wasm 2692b28c022e375619834b11c59184e8ca3f1c04a5d7b7bf3624017070a6928e
archive.wasm a29566bf5a2053ac43b28dc5c685cc9db91adedc6366e688ca2f584f9b6b7af6

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