Skip to content

v0.8.0-b.9

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Aug 19:35
· 39 commits to master since this release

v0.8.0-b.9 (2026-08-30)

This release is published under the MIT License.

Features

  • authenticity: Warn when the govern quorum leaves no margin (d421559)

A trust root whose quorum equals its number of govern holders is legal, and it is also a one-key fuse. Lose that key -- stolen, or simply lost -- and governance is over: neither the remaining holders nor an attacker can assemble the signatures to record a compromise or admit a replacement, while a stolen key keeps signing within its scopes. The protocol has no recovery path, because re-anchoring would be exactly the self-assertion the quorum rule exists to forbid.

So it is said out loud, twice and for different readers. init and rotate warn at the moment the margin is chosen, which is the only moment anything can still be done about it, and the report carries a non-blocking QUORUM_MARGIN finding so a consumer meeting the brain later sees the condition too.

A warning rather than a refusal: no rule forbids the configuration, and a deployment with exactly one owner has no other option available to it.


Detailed Changes: v0.8.0-b.8...v0.8.0-b.9