Skip to content

release-2022-12-07: Stable memory migration

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Dec 12:16
· 1518 commits to main since this release
b0297a3

This is Internet Identity release release-2022-12-07 for commit b0297a3f4c4453e860619711d64d4eddf4523c19.

This release includes some technical improvements. The main reason for this release and proposal is to kick off the stable memory migration, which will give anchors more storage space. This is important for the development of future features.

The sha256 of production asset internet_identity_production.wasm is 8fcfb4baf651aed2738fbcfa950c2941db0f3eeae31f594ee2ebf12e36b55866.

What's Changed

Full Changelog: release-2022-12-05_2...release-2022-12-07

Build flavors

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

Filename sha256 (links to CI Run)
internet_identity_production.wasm 8fcfb4baf651aed2738fbcfa950c2941db0f3eeae31f594ee2ebf12e36b55866
internet_identity_dev.wasm 116aec77efd2b1c39050c55ddf4883490b9eb820ba8619565e076a0da03ebc3a
internet_identity_test.wasm 2a7122fae9d608ceca47baa23d0b6cd8e31edaa17cefec5dd4ef50e42e09769b
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 b0297a3f4c4453e860619711d64d4eddf4523c19
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm