release-2022-12-07: Stable memory migration
github-actions
released this
07 Dec 12:16
·
1518 commits
to main
since this release
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
- Catch error on key type update by @nmattia in #1076
- Update to typescript 4.9 by @nmattia in #1077
- Extract autofocus by @nmattia in #1078
- Bump prettier version by @nmattia in #1079
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.
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