nwaku/waku/v2/protocol
Sanaz Taheri Boshrooyeh 1ac029025a
Feat (Rln relay): adds utility procs to listen to the registration events emitted by the rln membership contract (#976)
* adds the contract handler file

* adds integration test for the group listening

* adds groupManagement proc

* deletes rln relay contract handler file

* brings back all the tests

* replaces toUINT256 with getIdCommitment proc

* replaces individual futures with an array of futures

* adds code documentation

* asyncSpawn instead of await

* adds untitest for toIDCommitment and toUInt256

* reorganizes the test and add rlnInstance

* mounts handleGroupUpdates on the rln peer

* asyncSpawn to await

* implements toIDCommitment

* updates the unittest

* improves the code documentation

* removes unused tests

* removes registration of the dynamic group management handler

* adds a comment

* adds a comment

* adds a TODO

* removes getIdCommitment
2022-05-30 12:14:07 -07:00
..
waku_filter feat(store): ability to decouple store from relay (#937) 2022-05-23 20:42:48 +02:00
waku_lightpush Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
waku_noise feat(noise): add Noise Handshake State Machine and primitives (#933) 2022-05-20 15:51:36 +02:00
waku_rln_relay Feat (Rln relay): adds utility procs to listen to the registration events emitted by the rln membership contract (#976) 2022-05-30 12:14:07 -07:00
waku_store fix(store): timestamp validity checks (#876) 2022-04-11 14:58:18 +02:00
waku_swap Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_message.nim Updates the type of the `proof` field of wakumessage to `RateLimitProof` (#893) 2022-03-16 13:51:18 -07: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.