Skip to content

release-2024-02-23: Fix dfx deps pull hash issue

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 10:36
· 325 commits to main since this release
6256227

This is Internet Identity release release-2024-02-23 for commit 6256227195776b5f7d93fc875a79fc38782c6c4e.

This release fixes a warning related to pulling Internet Identity using dfx deps. It also contains various technical improvements, such as preparations to move the archive entries buffer to stable memory. This release is also used to update the Internet Identity archive, which has not been updated since November 2023 and is thus missing some technical improvements.

The sha256 of production asset internet_identity_production.wasm.gz is 119fe2e72873a105983ca5aad11af55ee6a3d6429f9c217f1dd26ce54676b2c0.

What's Changed

Full Changelog: release-2024-02-16...release-2024-02-23

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 119fe2e72873a105983ca5aad11af55ee6a3d6429f9c217f1dd26ce54676b2c0
internet_identity_dev.wasm.gz f1f2a00beb4d42560943f248178069f71c107afd9f4e59435336099a98e2b10f
internet_identity_test.wasm.gz 1724466382bfa74a5c9c3272de11e060314496c9e12078658e918812d469b896
archive.wasm.gz cf0dd829a7c3f99103a81875cb663501b2ab2be80c28de1e84772aadd5b4b5b3
vc_demo_issuer.wasm.gz 411d13ce5eb5a24eae29683d87ccc1d071270c389e6d67ac7612a60a7088f638

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 6256227195776b5f7d93fc875a79fc38782c6c4e
./scripts/verify-hash --ii-hash 119fe2e72873a105983ca5aad11af55ee6a3d6429f9c217f1dd26ce54676b2c0 --archive-hash cf0dd829a7c3f99103a81875cb663501b2ab2be80c28de1e84772aadd5b4b5b3