nwaku/waku/v2/protocol
Sanaz Taheri Boshrooyeh daaca4a4a3
Feat(Rln relay): Enables and integrates onchain rln into chat2 (#1029)
* adds wakunode2_types

* removes unused imports

* adds dynamic rln relay config options

* deletes unused imports

* replaces static rln-relay with both modes

* introduces spamHandler parameter to mountRlnRelay

* some debugging info

* introduces the config option

* adds the eth priv key to the register proc

* refactors the code by adding eth private key to the relevant procs

* revises config descriptions

* minor wording fix

* make a minor edit

* further edits

* adds Eth private key to the config options

* calls spam handler when to rln credential is given

* defaults to none for the spam handler

* updates the membership fee to match the contract

* fixes an issue for event subscription

* adds eth private key to the transactions made in the tests

* adds eth private key for the test of register process

* adds comments

* deletes lingering echo

* displays registration info

* removes an echo

* removes Goerli testnet from the config descriptions

* removes an excess space
2022-07-14 12:23:52 +02:00
..
waku_filter fix: encode protobuffers using proto3 version 2022-06-21 17:21:03 -04:00
waku_lightpush fix: encode protobuffers using proto3 version 2022-06-21 17:21:03 -04:00
waku_noise feat(noise): add Noise Handshake processing and after-handshake encryption (#934) 2022-06-03 21:12:41 +02:00
waku_rln_relay Feat(Rln relay): Enables and integrates onchain rln into chat2 (#1029) 2022-07-14 12:23:52 +02:00
waku_store chore: remove unused imports 2022-06-30 00:35:18 +02:00
waku_swap fix: encode protobuffers using proto3 version 2022-06-21 17:21:03 -04:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_message.nim fix: encode protobuffers using proto3 version 2022-06-21 17:21:03 -04:00
waku_relay.nim Add bridge docs and minor improvements (#867) 2022-02-28 18:16:50 +01:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.