release-2024-04-16: Reconfigure Internet Identity
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
- Increase archive buffer memory limit further by @frederikrothenberger in #2431
Full Changelog: release-2024-04-15...release-2024-04-16
Build flavors
For more information please see the Build flavors section of the README.
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.