Skip to content

release-2024-06-28: Maintenance Release

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 07:40
· 224 commits to main since this release
3f049ec

This is Internet Identity release release-2024-06-28 for commit 3f049ecd9e242f93a6f13e4125f1a0da5071115b.

This release contains a few different maintenance changes, such as upgrading the rust version and adjusting the stack size along with it. A new metric is introduced to track the number of verifiable credentials presented using II.

The sha256 of production asset internet_identity_production.wasm.gz is 9bbf18af63ded5249f05d08cd6cb49fe815781e908659ee5eb65e022a1fa228c.

What's Changed

New Contributors

Full Changelog: release-2024-06-07...release-2024-06-28

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 9bbf18af63ded5249f05d08cd6cb49fe815781e908659ee5eb65e022a1fa228c
internet_identity_dev.wasm.gz 3bce9fb6cf30690670175c29b9e102f413a2f66f25f02716af3e03863d4efba6
internet_identity_test.wasm.gz 07046b2111626eeb761f641ad5f7d8b16d66c74bd4dfd49b064ad31620fe921f
archive.wasm.gz 3fb273ae8c393c0a94279ab7e2e1e73ed41abd0643a312c3163c21cf35985161
vc_demo_issuer.wasm.gz 50493033a18ad06f024a3b3b96c4faca14f19a0e0ff7398b60262247c5d63efb

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 3f049ecd9e242f93a6f13e4125f1a0da5071115b
./scripts/verify-hash --ii-hash 9bbf18af63ded5249f05d08cd6cb49fe815781e908659ee5eb65e022a1fa228c

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