Skip to content

release-2023-06-27: Fix dapps explorer links

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 08:37
· 790 commits to main since this release
01d396b

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.

Filename sha256 (links to CI Run)
internet_identity_production.wasm.gz 5fbdd461396eeef29d40bf76420867df8a67e820be2cc9af75a4a6c3dac47f72
internet_identity_dev.wasm.gz 269ca48f528f694170070be04c187712ab93ef75d16d96083929b6bf783e55c9
internet_identity_test.wasm.gz 5582b228cb22813c68bd8b33d25f4844ae3eef0e198da599117fb3d29e64daaf
archive.wasm.gz 29444fd14833f7bcaf2081f3a02bbacff7c1e8941096cd90fca98f2785c93a3a

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