Skip to content

release-2024-07-12: New landing pages

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 08:56
· 99 commits to main since this release
170cddd

This is Internet Identity release release-2024-07-12 for commit 170cddd0ecd6a6921c5e45817300df34a835ba1e.
The sha256 of production asset internet_identity_production.wasm.gz is 7a2e68a376d3cbc9bc1b8ee845cc43c8906564aae432facad7549fa1b2813b5f.

What's Changed

Full Changelog: release-2024-07-05...release-2024-07-12

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 7a2e68a376d3cbc9bc1b8ee845cc43c8906564aae432facad7549fa1b2813b5f
internet_identity_dev.wasm.gz 34ce752b538e91defcd78442e1667f9c802ec96e869c16a6a3e4a8546116e83e
internet_identity_test.wasm.gz 8e6f18fb6f715339c133b4c737730e5dfaef471f80bd4da151023cd525ef0834
archive.wasm.gz 3fb273ae8c393c0a94279ab7e2e1e73ed41abd0643a312c3163c21cf35985161
vc_demo_issuer.wasm.gz 6d2afe40211f1116fd0da6693a07389233eb18875480ba0804c04cb6e1e9f462

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 170cddd0ecd6a6921c5e45817300df34a835ba1e
./scripts/verify-hash --ii-hash 7a2e68a376d3cbc9bc1b8ee845cc43c8906564aae432facad7549fa1b2813b5f

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