Skip to content

release-2023-03-27: Recovery Phrase Improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 14:30
· 1226 commits to main since this release
a78ec40

This is Internet Identity release release-2023-03-27 for commit a78ec409a37029b59f544074080f445d61ae25df.

This release contains UX improvements for generating and confirming recovery phrases.
In addition this release also contains a lot of technical, non user-facing changes.

The sha256 of production asset internet_identity_production.wasm is 2abb6cdaa3dc0642241ea70edaa8391d14d5c8e99b91b74e6b9c8e83fc1b9ba1.

What's Changed

Full Changelog: release-2023-03-09...release-2023-03-27

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 2abb6cdaa3dc0642241ea70edaa8391d14d5c8e99b91b74e6b9c8e83fc1b9ba1
internet_identity_production.wasm.gz f5d244c7825e6e85b7a2fa6e815058412fced3463de63b637bc3c6304c3304c5
internet_identity_dev.wasm e351a2309c6d6bddcdfa4726eea9a4519a89965c380703bb8502fa7a8a0a64dc
internet_identity_dev.wasm.gz c9b194e83bd4bbb2792a118f447d549115161f13597f8522fe59ce1ddd7f5c23
internet_identity_test.wasm 1dfbe360e3d61dc29edada2b2edbc53dd0856f882d0adc0e92351fa44db4847b
internet_identity_test.wasm.gz 2c7a383781e0ec38984935bc20fab6dff8cdc056812a2aef804888a01031ff8e
archive.wasm 4521f229f2068cf319c24f41bc11205a9721590f43e1ff6f274e4bfd3c02f33f

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