Skip to content

release-2022-12-05: Better archive metrics, static pages and more

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 11:58
· 1522 commits to main since this release
58a6336

This is Internet Identity release release-2022-12-05 for commit 58a63363b53b67f7d36c0002a3a0ab57dea4e4fb.

This includes better metrics for the archive canister, some pages built statically, and some infrastructure changes.

The sha256 of production asset internet_identity_production.wasm is d1d49e05b94d082d11f25b0bb73b81758f4148519acca1b43a1ee1b3cc286251.

What's Changed

Full Changelog: release-2022-12-01...release-2022-12-05

Build flavors

For more information please see the Build flavors section of the README.

Filename sha256 (links to CI Run)
internet_identity_production.wasm d1d49e05b94d082d11f25b0bb73b81758f4148519acca1b43a1ee1b3cc286251
internet_identity_dev.wasm 2d6cd17418d2ec57fee0570ee4d22c2b19a0df5e0a5c11c2969cae8a50b17d12
internet_identity_test.wasm 1823a3310d36be9fb5a6da3bbfa46493b3d59a83eb4e4c7bb54967080a26d061
archive.wasm dc5da420d90c88f8a788c2dbf5d38d76e605ea5a80e5e4ed5f66bcd9aecfa101

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 58a63363b53b67f7d36c0002a3a0ab57dea4e4fb
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm