01Security hardeningEvery finding from two review rounds fixed with regression tests — twenty-five, three of them critical.
02Bidirectional streamingA return path with per-hop stream keys; middle relays read nothing.
03NAT traversalAutoNAT reachability and a hole-punch ladder with relay fallback.
04Earn-side accountingCapped proof-of-relay receipts gate credit issuance; spending stays anonymous.
05DoH bootstrapSigned rendezvous records over DNS-over-HTTPS; rotate without a client rebuild.
06ZK verifiable shuffleA mix proves an honest permutation without revealing it.
07Verifiable committee custodyFeldman-verified key shares; a corrupted share is detected and attributed.
08Persistent circuit tunnelsA circuit stays open and carries a real TCP byte stream, onion-layered per cell; a mauled cell is caught at the endpoint.
09Threshold committee decryptionClient-combined partial decryptions with DLEQ proofs — the committee never assembles the key or the plaintext.
10Probe-resistant transportsA REALITY-style authenticated first flight — a prober only ever sees a decoy — with QUIC/MASQUE and WebRTC/DTLS shape camouflage.
11Adversarial hardening, round threeFifty-seven findings against the newest surfaces — the committee, REALITY, circuit tunnels, credits, seed, mix — every one closed; internal dial-outs default-denied; a RustSec advisory gate now fails CI.
12Snapshot delta syncCompact records shrink snapshots ~85%, and mirrors serve witness-verifiable diffs — the client rebuilds the signed body and verifies the witnesses over the result, so a tampered diff collapses to a full refetch.
13Live committee exitDealer-less, crash-fault-tolerant DKG; an SSRF-guarded clearnet exit that threshold-encrypts, chunks, and discards plaintext; k-subset retry liveness; seed-served descriptors; a runnable CLI — and a publishable DLEQ proof that no member can read the response.
14UDP over circuitsDNS and every other UDP flow now rides onion circuits beside TCP — per-flow exit splices, one datagram per sealed cell, the same per-cell MACs and strict sequencing.
15Sybil-resistant admissionPer-subnet and per-ASN attestation caps counting only dial-back-verified addresses, NodeId-bound registration proof-of-work, an unforgeable uptime maturation gate, and subnet-diverse selection in every circuit builder.
16Stream multiplexingMany independent logical streams over one circuit, each with per-stream byte flow control, so a SOCKS proxy or full VPN return path rides a single onion — no extra crypto, all of the cell channel's integrity inherited.
17In-ClientHello REALITYThe authenticator now hides inside a structurally-valid TLS 1.3 ClientHello, and an un-authenticated prober is reverse-proxied to a real upstream site. Honest boundary: the authenticated session is still distinguishable from a full TLS handshake — matched full-session mimicry is the remaining flagship step.
18Adversarial hardening, round fourA whole-codebase multi-agent sweep — sixteen crates, ten domains, every critical/high adversarially re-verified. Eight real findings, two critical, all fixed; two more claims correctly refuted; the crypto core, committee, credits, and routing came back clean.