mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-05-18 15:49:54 +00:00
* Add client mode in findNode * Remove clientMode checking in addProvider * Add clientMode check over TalkProtocol * Fix client mode checking * Add register talk protocol unicity check * Add future callback to prevent unbound growth * Fix PR reviews * Use DhtMode * Add clientMode in the Message * Fix minor issues * Add logs * Switch to Nim 2.2.10 on CI * Add client mode even when the value is false * Move the client mode check at the beginning of the proc * Increment version * Replace uint64 by uint32