Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 05:54
· 10 commits to main since this release
2813459

block v0.6.0

Lock your blockchain toolchain: declare tools in block.toml, pin them in
block.lock, and reproduce the same toolchain locally and in CI.

Every artifact below — archives and .deb/.rpm/.apk packages alike — is
listed in checksums.txt, ships with an SPDX SBOM, and carries build
provenance. checksums.txt is the file cosign signs; verifying that one
signature and checking a download against the line naming it is what
covers the rest. See
Verify what you downloaded.

Changelog

Features

  • 1f8c600: feat(lock): pin a channel by tag, preflight platforms, and code a full disk (#37) (@nao1215)

Documentation

  • aa1618f: docs: say why block installs prebuilt artifacts rather than building from source (#38) (@nao1215)

Full changelog: v0.5.0...v0.6.0