Skip to content

release-2024-04-16: Reconfigure Internet Identity

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 06:01
· 312 commits to main since this release
a8e5c12

This is Internet Identity release release-2024-04-16 for commit a8e5c1299ffb79a3303721362f40b0d8bc05bda7.

This release is used to change a few configuration parameters of Internet Identity:

  • Upgrade archive
  • Decrease polling interval of the archive canister to keep buffer requirements lower on the Internet Identity side
  • Reconfigure registration rate limit for higher sustained registration rate and higher peaks
  • Double the max number of unsolved captchas
  • Double allowed number of identities

It also increases the archive buffer further to ensure stable operations.

The sha256 of production asset internet_identity_production.wasm.gz is 1dcbf01453de8e7690bf9de2029f3e1993dbfd11e7ca49a9f87606bbef2da135.

What's Changed

Full Changelog: release-2024-04-15...release-2024-04-16

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 1dcbf01453de8e7690bf9de2029f3e1993dbfd11e7ca49a9f87606bbef2da135
internet_identity_dev.wasm.gz 83aec6c49dc5b7e4112ca2b45a0093da4e68fa88c69c4d2810fd917a241cda1f
internet_identity_test.wasm.gz c3eb0354552445902d6ca19b7c6d736f38e24ebf120826c875622f64a6b5f26f
archive.wasm.gz 3c789fe8a257917c2a7ffee5cc9515fa108a631a394a525f2057811f48fc98f5
vc_demo_issuer.wasm.gz 90f5e54f6dbc24df235b39fcca411b07dc94dc68bb50fff5a6b5136534417ed6

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 a8e5c1299ffb79a3303721362f40b0d8bc05bda7
./scripts/verify-hash --ii-hash 1dcbf01453de8e7690bf9de2029f3e1993dbfd11e7ca49a9f87606bbef2da135 --archive-hash 3c789fe8a257917c2a7ffee5cc9515fa108a631a394a525f2057811f48fc98f5

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