Skip to content

release-2024-04-15: Increase archive buffer memory limit

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 07:31
· 188 commits to main since this release
9390be1

This is Internet Identity release release-2024-04-15 for commit 9390be1212873fc045cb47605c53df188e982437.

This release increases the buffer limit for archived entries to allow Internet Identity to resume operations.

The sha256 of production asset internet_identity_production.wasm.gz is aea0f5a35c7950da7c1a30f4665cb9789350a7ebf5792b6a7c423d2f3f5bc824.

What's Changed

Full Changelog: release-2024-04-12...release-2024-04-15

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 aea0f5a35c7950da7c1a30f4665cb9789350a7ebf5792b6a7c423d2f3f5bc824
internet_identity_dev.wasm.gz 4188f30825e71aeca46534a0682c622b72caebff8091896390b14d756853655b
internet_identity_test.wasm.gz c6e522228d2f43c6b3de3d37d75cd2fc5dbea968ffaeb83a4ae6393381f3bcf6
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 9390be1212873fc045cb47605c53df188e982437
./scripts/verify-hash --ii-hash aea0f5a35c7950da7c1a30f4665cb9789350a7ebf5792b6a7c423d2f3f5bc824

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