Skip to content

2025-01-17: Work in progress behind flag

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Jan 14:50
· 6 commits to main since this release
3ee7ece

This is Internet Identity release release-2025-01-17 for commit 3ee7ece82ca66885b85b7d3e89dde5ff62c4fb90.
The sha256 of production asset internet_identity_production.wasm.gz is 7f0ef7368b703bfcd9f643a5a5f7e69f8058d1414c551b248c5cfd31e9564e97.

This release doesn't contain new functionality of fixes in production. Only code that is behind a flag has been updated in this new release.

What's Changed

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

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 7f0ef7368b703bfcd9f643a5a5f7e69f8058d1414c551b248c5cfd31e9564e97
internet_identity_dev.wasm.gz 8b6a4eb0863ba3403ed14c4eb1d6225bb984c07c8408b049ee17c6566158829d
internet_identity_test.wasm.gz bb82d90a041ee9a930fe7b6471911c71bb0f6d0cdff2dfc7541dd5a8c581a3da
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 3ee7ece82ca66885b85b7d3e89dde5ff62c4fb90
./scripts/verify-hash --ii-hash 7f0ef7368b703bfcd9f643a5a5f7e69f8058d1414c551b248c5cfd31e9564e97

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