release-2023-02-23: Dev setup & UI fixes
github-actions
released this
23 Feb 16:51
·
1371 commits
to main
since this release
This is Internet Identity release release-2023-02-23 for commit 390c179f319a6289d7ce7542942d91de45657e93. This fixes some issues related to testnet and local development, as well as some visual inconsistencies.
The sha256 of production asset internet_identity_production.wasm is 18ae23523359befeb51b7d711c26cdbff1d348751dd96a45622120ba80fe1231.
What's Changed
- Extract copy for alias picker by @nmattia in #1227
- Remove logic out of manage template by @nmattia in #1260
- Allow 0.0.0.0 for local development by @nmattia in #1259
- Limit device origin length by @nmattia in #1257
- Don't mention alternative origin of self by @nmattia in #1258
- Fix tooltips by @meodai in #1256
Full Changelog: release-2023-02-22...release-2023-02-23
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 390c179f319a6289d7ce7542942d91de45657e93
./scripts/docker-build
sha256sum internet_identity.wasm
./scripts/docker-build --archive
sha256sum archive.wasm