nwaku/waku/v2/protocol
Sanaz Taheri Boshrooyeh 2fe53c334c
Make rln optional (dependencies and compilation) (#602)
* makes rlnlib target optional

* makes the rln-related targets conditioned to the RLN command line flag

* adds the rln compiler flag condition

* adds the rln compiler flag condition to the rln module

* wakunode2 rln conditional compilation

* updates wakunode2 test

* updates waku rln relay tests

* removing the rln test from the default imports of the v2 tests

* imports rln module conditionally

* removes the rln flag condition from the rln module

* separates rln data types from its procs

* adds the import statement

* brings back the contract def to the rln utils

* adds rln module import to the rln unit tests

* clean up and reorganization

* adds a todo

* minor edits on a comment
2021-06-08 11:56:32 -07:00
..
waku_filter Fix redundant use of content topics (#528) 2021-05-05 09:34:40 +01:00
waku_keepalive Fix keepalive for connected peers (#588) 2021-06-02 09:53:34 +02:00
waku_lightpush Light push beta bump (#590) 2021-06-03 13:29:04 +08:00
waku_rln_relay Make rln optional (dependencies and compilation) (#602) 2021-06-08 11:56:32 -07:00
waku_store Add resume to waku node api (#564) 2021-05-26 12:33:22 -07:00
waku_swap Add Swap account Metrics to Grafana (#585) 2021-06-06 16:15:18 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
message_notifier.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
waku_message.nim Change contentTopic to string (#463) 2021-04-08 17:55:19 +08:00
waku_relay.nim Fix keepalive for connected peers (#588) 2021-06-02 09:53:34 +02:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.