Hello there!
We are happy to announce that voting is now open for a new IC release.
The NNS proposal is here: IC NNS Proposal 131055.
Here is a summary of the changes since the last release:
Release Notes for release-2024-07-10_23-01-storage-layer-disabled (0d2b3965c813cd3a39ceedacd97fa2eee8760074)
Changelog since git revision a3831c87440df4821b435050c8a8fcb3745d86f6
Bugfixes:
- a1ce68f interface: Disable new storage layer
Other changes:
0d2b3965c
runtime: Revert “feat: Switch to compiler sandbox for compilation”
IC-OS Verification
To build and verify the IC-OS disk image, run:
# From https://github.com/dfinity/ic#verifying-releases
sudo apt-get install -y curl && curl --proto '=https' --tlsv1.2 -sSLO https://raw.githubusercontent.com/dfinity/ic/0d2b3965c813cd3a39ceedacd97fa2eee8760074/gitlab-ci/tools/repro-check.sh && chmod +x repro-check.sh && ./repro-check.sh -c 0d2b3965c813cd3a39ceedacd97fa2eee8760074
The two SHA256 sums printed above from a) the downloaded CDN image and b) the locally built image, must be identical, and must match the SHA256 from the payload of the NNS proposal.