Skip to content

release-2022-12-15: Candid schema migration

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 16:28
· 1364 commits to main since this release
2e54e03

This is Internet Identity release release-2022-12-15 for commit 2e54e039a0a8d1c61d39b61948da83302d7a1294.

This release contains only technical changes. The most notable being that II is now prepared to change the candid encoding in stable memory. This is the second (and final) part of the stable memory migration to enable a much more flexible data layout.

The sha256 of production asset internet_identity_production.wasm is d9d9e6726464e4316ed4d797a3451aba0ba41560ca04608c7eda1c45c74080eb.

What's Changed

Full Changelog: release-2022-12-07...release-2022-12-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 d9d9e6726464e4316ed4d797a3451aba0ba41560ca04608c7eda1c45c74080eb
internet_identity_dev.wasm 8a55870efba72db419788cfe64b8e2132414d51a5e35db38851562ae750fbd1a
internet_identity_test.wasm 56908c102ea86ca5931a09b945b8b1b61d40c0cb2bdcc903e532ab37968d16a4
archive.wasm 1b856677bf3cd33d358173e6e782f81b967baeee90cad7317a1150ac6a83a134

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 2e54e039a0a8d1c61d39b61948da83302d7a1294
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm