Skip to content

release-2023-03-06: Recovery settings & CAPTCHA improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 17:38
· 1285 commits to main since this release
914eb5f

This is Internet Identity release release-2023-03-06 for commit 914eb5fdae63cd636a7d559f1eef3fc6b4ab451c. This includes improvements related to recovery phrases, CAPTCHA, UX, and some non user-facing improvements.
The sha256 of production asset internet_identity_production.wasm is 50377b5564a9ed34bd1fcbdb78efd408384ccce61ff2bd89c4f6eb485109cbb2.

What's Changed

Full Changelog: release-2023-02-23...release-2023-03-06

Deprecations

  • The canister method lookup is deprecated. Use get_anchor_credentials instead.

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 50377b5564a9ed34bd1fcbdb78efd408384ccce61ff2bd89c4f6eb485109cbb2
internet_identity_dev.wasm b8f86a9cfd07633969484fc494d3dda8f729122d2a51c1da3567786197cfde43
internet_identity_test.wasm 073b64b602fe82e29b03bcdd1c0e07e7ad2d488587e7ad7dc2f1802bca654405
archive.wasm 2da647384fbc16146d60b67fd4769172bcd5c3d9068af36735644f5d3c12031c

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