itsgoin/crates
Scott Reimers fb0e293e2d Fix DEFAULT_ANCHOR: use post-rotation network key (ab2b72...)
The anchor rotated its network key on 2026-04-22 22:57 UTC during the
v0.6.1 upgrade (keeping the old key as its posting identity). The
DEFAULT_ANCHOR constant was never updated, so every v0.6.1 and v0.6.2
client has been pinning the old cert identity when connecting, producing
a TLS "UnknownIssuer" handshake error.

Symptom: fresh clients can't bootstrap; existing installs drop when the
anchor's old connection times out and can't re-handshake.

Verified: rebuilt CLI with the new constant successfully connects to
the anchor, completes the initial exchange, registers as a mesh peer,
and runs a pull sync.

Note: `DEFAULT_ANCHOR_POSTING_ID` in lib.rs still holds the OLD key
(17af14...) — that's correct, it's the anchor's posting identity used
to verify signed announcements, distinct from the network key used for
QUIC cert verification.
2026-04-23 02:04:55 -04:00
..
cli Network-wide announcements signed by the bootstrap anchor posting id 2026-04-23 01:50:12 -04:00
core Fix DEFAULT_ANCHOR: use post-rotation network key (ab2b72...) 2026-04-23 02:04:55 -04:00
tauri-app Network-wide announcements signed by the bootstrap anchor posting id 2026-04-23 01:50:12 -04:00