mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-11 07:16:27 +00:00
76d4b89dbb
* Add mode to waku swap * Modify swap test and policy function * 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 * Fix indentation and typo * Add Swap Config Object and set default config value on mount * Minor changes * Fix issues with grammar in code comment * Create init procedure for setting default values in SwapConfig * Minor changes to mountSwap call in wakunode2 * Improve Docs on Swap Mode Co-authored-by: Sanaz Taheri Boshrooyeh <35961250+staheri14@users.noreply.github.com> Co-authored-by: Hanno Cornelius <68783915+jm-clius@users.noreply.github.com>
Waku v2 protocol
This folder contains implementations of Waku v2 protocols.