Skip to content

release-2024-04-12: Improve UI of verifiable credentials flow

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 08:26
· 318 commits to main since this release
8d131bf

This is Internet Identity release release-2024-04-12 for commit 8d131bf9126f99f9b5f5df230a12b96898540b70.

This release improves the user interface of the verifiable credentials flow by changing the information architecture and emphasizing the credential being shared. There are also maintenance changes like updating Node and Rust and a new helper for the verifiable credentials.

The sha256 of production asset internet_identity_production.wasm.gz is 93f7d87eee96cdf01e32e6144020ef87ecb44fc6d424632811fba8b87c28feea.

What's Changed

Full Changelog: release-2024-04-05...release-2024-04-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 93f7d87eee96cdf01e32e6144020ef87ecb44fc6d424632811fba8b87c28feea
internet_identity_dev.wasm.gz 2d31cbcf3cae3c83c7d3c09345dcee6925dc3984b5c52de3e8bd1c38cc994e6a
internet_identity_test.wasm.gz daf868bacf9944d51f5303d1ff5a347ece5c3dfd53cd72207e97be3e7665c015
archive.wasm.gz 3c789fe8a257917c2a7ffee5cc9515fa108a631a394a525f2057811f48fc98f5
vc_demo_issuer.wasm.gz 90f5e54f6dbc24df235b39fcca411b07dc94dc68bb50fff5a6b5136534417ed6

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 8d131bf9126f99f9b5f5df230a12b96898540b70
./scripts/verify-hash --ii-hash 93f7d87eee96cdf01e32e6144020ef87ecb44fc6d424632811fba8b87c28feea

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