Skip to content

release-2024-09-06: Dependency updates

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 08:41
· 45 commits to main since this release
b1efb49

This is Internet Identity release release-2024-09-06 for commit b1efb490781647928d55dafb0cd8c299c6279950.

Main changes of this release are updates on dependencies.

The sha256 of production asset internet_identity_production.wasm.gz is 61391f16ae85d88a58a3294499d1ca747f2aba6598d93bc6b87c620496e1ca9d.

What's Changed

Full Changelog: release-2024-08-30...release-2024-09-06

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 61391f16ae85d88a58a3294499d1ca747f2aba6598d93bc6b87c620496e1ca9d
internet_identity_dev.wasm.gz e039c7ab988593b23fa7113fa23cd29e959805e3d49a82fadaf408e528bfc6e2
internet_identity_test.wasm.gz 8f5cc1fe18ba50cfa2341b4c354cd04782824e67d500c133e462f736607deb1d
archive.wasm.gz ea23653a50f7b35ca0e37eceb6b8f63c50da82ff3bd2e71bedaf8bf3ad49e66c
vc_demo_issuer.wasm.gz 688b7ae0c8104a699074aebbfef6f00205c7ac977637daf92592c7816e8855c0

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 b1efb490781647928d55dafb0cd8c299c6279950
./scripts/verify-hash --ii-hash 61391f16ae85d88a58a3294499d1ca747f2aba6598d93bc6b87c620496e1ca9d --archive-hash ea23653a50f7b35ca0e37eceb6b8f63c50da82ff3bd2e71bedaf8bf3ad49e66c

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