Skip to content

release-2024-08-21: Small fixes and dapp explorer updates

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Aug 11:30
· 77 commits to main since this release
6e0f857

This is Internet Identity release release-2024-08-21 for commit 6e0f8574125554f69c23c487b2301c7b7b5f85b3.

This release fixes a compatibility issue with KeepassXC passkeys, which prevented users to register. In addition, the landing page text of Internet Identity and a few dapp logos have been updated.

The sha256 of production asset internet_identity_production.wasm.gz is 86ab08ea53e4da5bba4f27baa931e2edc5ab2a1f228c204a5340992c16389f66.

What's Changed

Full Changelog: release-2024-08-08...release-2024-08-21

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 86ab08ea53e4da5bba4f27baa931e2edc5ab2a1f228c204a5340992c16389f66
internet_identity_dev.wasm.gz c00e1e3fd42c42d745707875330915e7223562370534c7291d3ca95e1412e46b
internet_identity_test.wasm.gz 6526994eebbd27a3be9da0a0bb98c0c61553a271ea9750daa909c41b97a26ac7
archive.wasm.gz 7ac9c94fd2f18b4b09b8758d6e51a85d0197bbf2fc53d0cef60a88a089831a7d
vc_demo_issuer.wasm.gz abf52e1eedbcf8d594f4ab54370fc69665bf64341a5e9137eee5b990c2b4ee83

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 6e0f8574125554f69c23c487b2301c7b7b5f85b3
./scripts/verify-hash \
    --ii-hash 86ab08ea53e4da5bba4f27baa931e2edc5ab2a1f228c204a5340992c16389f66 \
    --archive-hash 7ac9c94fd2f18b4b09b8758d6e51a85d0197bbf2fc53d0cef60a88a089831a7d

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