Skip to content

release-2023-04-12: Recovery phrase and add device improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 08:56
· 1226 commits to main since this release
135e6f2

This is Internet Identity release release-2023-04-12 for commit 135e6f230b042e25ac035fd2423347e4383807e1.

This release includes UX improvements for the following flows:

  • recovering with a recovery phrase
  • adding a new device from the II management page

In addition, this release contains a lot of smaller improvements and technical changes.

The sha256 of production asset internet_identity_production.wasm.gz is 39fc883084771525e95e3f8f3038d34ccc161514aadcd78580eef8f91851fa6a.

What's Changed

New Contributors

Full Changelog: release-2023-03-27...release-2023-04-12

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 1ea525f88439f0a5718758e77f152da6a5f1f9e7a444bd78dc93defb360c9ac7
internet_identity_production.wasm.gz 39fc883084771525e95e3f8f3038d34ccc161514aadcd78580eef8f91851fa6a
internet_identity_dev.wasm 373a4b9616c000a99b73041f30ff113f24aabb480053fe4a194bb0c56b848d90
internet_identity_dev.wasm.gz 705e32a2e19b3fdfa4fa31c3e49198c930765db73b84795af21fea73aa1875fe
internet_identity_test.wasm 39b1436f5824076153904cf3223922157b6c80265e7491e7a8ebb6a6104e0aec
internet_identity_test.wasm.gz 3082c4c5d42a679a2fe2e85e56065caa76492b00d089dba822ed384e171b6d64
archive.wasm 084873b63660fda2c1a5e3f2c476a8696a9d1fcca983276af8a552c65ef2da8c
archive.wasm.gz 8d3c97d23b4ee31338f6171dad73c5fa3019bc1196bb1ac8a25770ccbd92286e

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