Skip to content

v0.1.0 (web / browser-native, pre-release)

Pre-release
Pre-release

Choose a tag to compare

@danielgorgonha danielgorgonha released this 02 Aug 22:24
4317c78

This is the WEB / browser-native line. No desktop installer is attached: the Tauri desktop shell is groundwork on the feat/tauri-shell branch and has not been built or validated on any platform yet (this dev machine's WSL webview does not render it). A desktop release (with .msi / .exe / .dmg assets) comes once the native build is validated on real hardware.

First tagged pre-release. Konclave is a local-first, browser-native collective Zcash treasury: a group creates one vault by real DKG across devices over a blind relay, and each device signs with its own share (FROST over Orchard/Ironwood). The key is never reconstituted.

Proven

  • 8 verifiable mainnet txids (docs/PROOF.md, node scripts/verify-proof.mjs), including the Orchard to Ironwood migration and the first Ironwood-pool spend (NU6.3), a send from a real-DKG vault, a private multi-output payroll, and a browser-signed send.
  • Ironwood (NU6.3): proven on mainnet.

In this line

  • Signing convergence (send from the Dashboard): the FROST ceremony extracted into a reusable SigningMachine, an app-level BackgroundSigner on a per-vault signing room, seated by a rejoin handshake, with a governance gate (auto/manual, changeable by a proposal). Background signing across two tabs proven live over the hosted relay.
  • Ceremony security (ADR-0007): on-device sighash binding (transaction-swap defense), PIN-gated admission, and a vault fingerprint for out-of-band roster review.

Honest, still open

  • The real broadcast through the new Dashboard-send path (money-gated); the Dashboard onto the browser-native vault; Tauri desktop packaging (needs per-platform hardware; the next milestone toward a desktop release); sealing the sign-request (H2).

Not a 1.0. A pre-release marking the current, honestly-scoped state. Dual Apache-2.0 / MIT.