Skip to content

release-2023-05-30: hotfix for icons, memory manager migration

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 11:21
· 859 commits to main since this release
3ff8d25

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

Full Changelog: release-2023-05-26...release-2023-05-30

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 4e1aaedbb10d0c44b9899e3b148d76adc1c8b301c16971f9e5a22424b236bbc1
internet_identity_dev.wasm.gz 395b44bed91eefbbbc2afec9e2deef11803d57a8cc25d661a5099759daf76c0e
internet_identity_test.wasm.gz f3e55bae865c4ced642d2d615c23c43bfd9837060c550b19d0bb6cc43a5b6863
archive.wasm.gz 61e92e6724a68991bef5e59413070dddc4f1d7fd7511376ec35dddaaaba25a61

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