nwaku/waku/node
Oskar Thorén b5006e482e
Upgrade vendor nim-libp2p and related packages (#13)
* 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>
2020-05-26 11:55:53 +08:00
..
v1 Move and update Readme.md (#9) 2020-05-08 22:39:16 +02:00
v2 Upgrade vendor nim-libp2p and related packages (#13) 2020-05-26 11:55:53 +08:00
README.md Add Waku node README 2020-05-15 12:07:49 +08:00

README.md

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.