nwaku/waku/protocol
Dean Eigenmann a975bf6d70
feature/mount-filter-node-api (#181)
* started working on filter mount

* fixes

* fix indentation

* fixes

* save

* change

* rm

* Update waku_types.nim

* Update waku_filter.nim

* fixes

* fix

* using new filter

* did some testing stuff

* rm

* fix

* updated

* update doc

* fix

* fix

* unasynced

* fix

* w -> node

* rename

* move to content filter

* fix

* method

* rename

* renamed contentFilter -> contentFilters

* readded

* moved

* first test fix

* readded

* no more need

* fixes

* fix

* fix

* fixes

* todo

* removes mother fuck

* Update waku_types.nim
2020-10-02 14:48:56 +02:00
..
v1 Bump vendor, fix builds and add v2 to CI (#45) 2020-07-13 12:08:03 +02:00
v2 feature/mount-filter-node-api (#181) 2020-10-02 14:48:56 +02:00
README.md Move and update Readme.md (#9) 2020-05-08 22:39:16 +02:00

README.md

Waku Protocol

This folder contains supported versions of the Waku protocol.

Currently,

  • v1 contains the implementation according to Waku specification v1.
  • v2 is experimental development with Waku build on top of libp2p.