Skip to content

release-2024-11-15: Speed up onboarding process

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Nov 07:29
· 66 commits to main since this release
0770646

This is Internet Identity release release-2024-11-15 for commit 0770646b614ac6b91b56a8b64fbcac88dea47ca5.
The sha256 of production asset internet_identity_production.wasm.gz is 5f409f7b2ce3bf04400cffd15db1a1b50462397fbc5c1e93df49c94ca135e013.

The main improvement in this release is faster onboarding process thanks to parallelizing two calls instead of making them in sequence. This release also includes a UI fix setting the width of the login box for mobile devices.

What's Changed

  • Update release in README by @gix-bot in #2689
  • make the c-landingPage__container fixed width by @LXIF in #2690
  • Speed up the onboarding process by parallelizing calls by @LXIF in #2691

Full Changelog: release-2024-11-08...release-2024-11-15

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 5f409f7b2ce3bf04400cffd15db1a1b50462397fbc5c1e93df49c94ca135e013
internet_identity_dev.wasm.gz 06b8910c1bc73adcef456d9d02375a0969c8f73f2c17517fd7a86eee30f85ed4
internet_identity_test.wasm.gz 91445fa41c6a7c32925cf10a4f3e0313709044c5a726ed481288676f61503633
archive.wasm.gz 6b8c93a9c7d9d187b186b8d8bc7ee3f617265f070125b4ca0e5a72e0bb4cd045
vc_demo_issuer.wasm.gz d170e54c04344a67b7d293236400b30c214433ca461b803eb5f250b4ec720da2

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 0770646b614ac6b91b56a8b64fbcac88dea47ca5
./scripts/verify-hash --ii-hash 5f409f7b2ce3bf04400cffd15db1a1b50462397fbc5c1e93df49c94ca135e013

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