release-2024-04-15: Increase archive buffer memory limit
github-actions
released this
15 Apr 07:31
·
313 commits
to main
since this release
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
- Update didc release by @gix-bot in #2421
- Remove unnecessary postinstall by @lmuntaner in #2422
- Update release in README by @gix-bot in #2423
- Simplify using-dev-build tests by @frederikrothenberger in #2424
- Increase archive buffer memory limit by @frederikrothenberger in #2428
Full Changelog: release-2024-04-12...release-2024-04-15
Build flavors
For more information please see the Build flavors section of the README.
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.