mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 08:53:06 +00:00
* Upgrade nim-libp2p to latest * Upgrade nim-chronos to latest (needed for nim-libp2p) * Fix conn.readLp varint * Fix standard switch API change * WIP: Crypto resultification on v2 * Fix Result usage for SkPrivateKey * Result fixes Co-authored-by: kdeme <kim.demey@gmail.com>
Waku Node
This folder contains Waku node implementations and simulations.
Currently,
- v1 contains the implementation according to Waku specification v1.
- v2 is experimental development with Waku build on top of libp2p.