• v0.0.10 7de228f04c

    gitea_admin released this 2026-07-03 07:53:10 +00:00 | 74 commits to main since this release

    Added

    • Phase 2 (runtime) roadmap — docs/RUNTIME-ROADMAP.md: M1–M4 daemon milestones,
      spine/width work DAG, streaming lands (fixed batches retired), and the self-wiring
      slot manifest in root.zig/fuzz.zig so every module PR's tests run in its own CI.
    • Runtime seams (phase 2, first streaming wave): runtime/phy — the Phy datagram
      interface + InMemoryPhy in-process fabric that every multi-node test runs on
      (the critical-path spine seam); runtime/tun — the Tun ethernet-frame interface
      • FakeTun capture/inject; runtime/env — a minimal RuntimeEnvironment context
        (node address, injected clock, deterministic splitmix64 PRNG, low-bandwidth knob);
        runtime/httpclient — a testable std.http.Client wrapper (pure request/response
        shaping KAT'd; system CA trust preserved). All pure/hermetic, no real I/O.
    • Crypto SIMD: comptime-dispatched ARM NEON @Vector cores for poly1305 and
      salsa20, each proven byte-identical to the scalar path by a parity KAT and
      cross-compile-clean for amd64 + arm64 ReleaseSafe (portable @Vector, no arch-only
      intrinsics; the amd64 build only instantiates the scalar path).
    Downloads