mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-04 13:09:32 +00:00
The Linux nimbledeps cache held a corrupt lsquic/nimblemeta.json (invalid JSON), so restoring it made `make wakunode2` fail parsing it while a fresh lsquic download in the same run was fine. The key is derived from nimble.lock, which is unchanged, so the poison persisted across runs. Add a v2 salt to the key to force a clean rebuild of the cache. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>