Skip to content

2025-01-26: Fix device recovery and work in progress behind flag

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jan 12:50
6819061

This is Internet Identity release release-2025-01-24 for commit 6819061c9a2ac31e3179c5d9729530d222b01696.
The sha256 of production asset internet_identity_production.wasm.gz is 118558e053b39fcdabc99cbfaddbffd6f346719d1c35193e117310f0e54ab4b1.

This release includes a fix for the device recovery flow. Previously this flow gave an error that there are multiple devices and blocked the flow as a result. This has now been resolved by excluding the recovery seed phrase from the count.

Additionally this release includes work in progress on OpenID integration and the domains compatibility features (behind flag).

What's Changed

Full Changelog: release-2025-01-17...release-2025-01-24

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 118558e053b39fcdabc99cbfaddbffd6f346719d1c35193e117310f0e54ab4b1
internet_identity_dev.wasm.gz 16722a511d448cb53a074960a277bdcedf533f2c27f333e4ac3fa105b62a5030
internet_identity_test.wasm.gz 4fa059feb78042c902bd1ae69da777fa4ea470b1a637731eda5c4056707b732f
archive.wasm.gz 13fbf66ec3899414f6402d02f83c5921e172aa606ae96e074e141d8e036551d6
vc_demo_issuer.wasm.gz af262ad5d3de35cdb95ea0a166905570f9e03e1f077694452955e8248c2b1a50

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 6819061c9a2ac31e3179c5d9729530d222b01696
./scripts/verify-hash --ii-hash 118558e053b39fcdabc99cbfaddbffd6f346719d1c35193e117310f0e54ab4b1

Make sure to compare the hashes also with the proposal payload when verifying canister upgrade proposals.