mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-08-01 09:23:12 +00:00
Combines the post-feature cleanup pass: - Extract bytesToHexUpper helper for idCommitment hex (was duplicated across logos_core_client.nim + node_factory.nim). - Drop dead helper functions, unused imports, and duplicate kademlia wiring left over from the feature commit. - Narrow waitForChainCommit's broad except, add CancelledError carve-outs to the self-registration watcher to avoid swallowing shutdown signals.