mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-19 21:28:55 +00:00
71bf9b90e5
Fix: a relay-pool cache written by an older build parses fine but lacks the scoped-exit addresses, which silently disabled the fast money path for up to 7 days after an update - relay connects rode the slow public path for minutes. The cache is now ignored and replaced when it lacks exits, and the pinned pool takes over immediately. Fix: the scoped-exit mixnet client now prewarms at cold start, so the sequencer's head start is real (it previously waited on a client that nothing had started until the first relay dial). Build: wallet submodule repinned to the upstream grim branch tip (c2db754) - the previous pin was deleted upstream, breaking CI checkout and fresh clones. Policy: submodules stay pinned to GRIM's sources. Lean: drop verified-dead code (avatar upload pipeline, legacy UDP DNS path, legacy watchdog, duplicate TLS config, one-use error type, dead store helpers).