Skip to content

release-2024-11-22: Speed up improvements

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 12:19
· 2 commits to main since this release
437124a

This is Internet Identity release release-2024-11-22 for commit 437124a8b9583f80dc183a739626ddc07efb66d6.
The sha256 of production asset internet_identity_production.wasm.gz is 071544d27d3ac1ce82b1046e63459ce50c2fd1cc9bf18cfc3a8cdb92fc057780.

This release includes performance improvements to speed up Internet Identity by compressing assets and caching them.

What's Changed

New Contributors

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

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 071544d27d3ac1ce82b1046e63459ce50c2fd1cc9bf18cfc3a8cdb92fc057780
internet_identity_dev.wasm.gz 0e2776efb1e1d166386d47f22982cb6b9a5695264d74af97c7ed21986123b47a
internet_identity_test.wasm.gz 0b705267690010ea6bbc581107b70b33d204ce013ee6542324a814300e2acc58
archive.wasm.gz 6b8c93a9c7d9d187b186b8d8bc7ee3f617265f070125b4ca0e5a72e0bb4cd045
vc_demo_issuer.wasm.gz ecf908d41bcdf961e9252a19da6bdc02a2685eb9d85ae401952285e97908f4bc

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 437124a8b9583f80dc183a739626ddc07efb66d6
./scripts/verify-hash --ii-hash 071544d27d3ac1ce82b1046e63459ce50c2fd1cc9bf18cfc3a8cdb92fc057780

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