mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-06-27 20:10:02 +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.