release-2023-06-27: Fix dapps explorer links
github-actions
released this
27 Jun 08:37
·
900 commits
to main
since this release
This is Internet Identity release release-2023-06-27 for commit 01d396b4893d932308581e05847188ffec5f5843.
This fixes the links from the dapps explorer. The previous release introduced a bug where the links out of the explorer did not work.
The sha256 of production asset internet_identity_production.wasm.gz is 5fbdd461396eeef29d40bf76420867df8a67e820be2cc9af75a4a6c3dac47f72.
Related Proposals
- 123246: Introduced the broken links
What's Changed
Full Changelog: release-2023-06-23...release-2023-06-27
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 01d396b4893d932308581e05847188ffec5f5843
./scripts/docker-build
sha256sum internet_identity.wasm.gz
./scripts/docker-build --archive
sha256sum archive.wasm.gz