release-2023-05-30: hotfix for icons, memory manager migration
github-actions
released this
30 May 11:21
·
999 commits
to main
since this release
This is Internet Identity release release-2023-05-30 for commit 3ff8d257bfcb4adae35a5ebd1c733404d185a7d1.
This release fixes some inconsistencies in icons' presentation, and enables the migration of stable storage to MemoryManager
.
The sha256 of production asset internet_identity_production.wasm.gz is 4e1aaedbb10d0c44b9899e3b148d76adc1c8b301c16971f9e5a22424b236bbc1.
What's Changed
- Update didc release by @gix-bot in #1645
- Update commit of IC artefacts by @gix-bot in #1646
- Make icons more consistent by @nmattia in #1647
Full Changelog: release-2023-05-26...release-2023-05-30
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 3ff8d257bfcb4adae35a5ebd1c733404d185a7d1
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz