nwaku/waku/v2/protocol
Sanaz Taheri Boshrooyeh 47a9fcfd77
chore|feat (waku-rln-relay): modules reorganization|Initial test for capturing events using nim-web3 (#941)
* first edition

* adds the full test scenario

* fixes typos

* fixes a bug in the supplied command

* further edits the description

* displays the chat prompt after spam detection

* updates changelog

* minor wording fix

* adds a new test file for onchain rln relay

* adds the Event proc

* adds one working example of event subscription

* defines a new unitt test for event subscription

* adds the new test file

* cleans up the code

* adds a working event subscription for faucet contract

* wip

* makes faucet test conditional

* updates contract byte codes

* adds a working test for event subscription and cleans up the tests

* fixes case

* adss toUInt256 unit function

* enables the tests

* fixes a bug

* undo commented tests

* cleans up the test

* logs the pk

* removes excess entry in the changelog

* fixes spacing

* comments

* removes unused test codes

* adds the conditional compilation for onchain tests

* uncomments offchain tests

* removes onchain tests

* reorganizes the code and moves the rln contract data into a separate module

* deletes txt files

* beautifies the code

* beautifies the code

* removes an excess line

* more formatting fixes

* minor fix

* updates the case of membership fee const

* renames compare to diff

* renames time to e

* edits the number of arguments of the send proc

* fixes a comment alignment

* fixes indentation

* fixed id style

* splits check from condition

* fixes a naming mismatch
2022-05-10 14:09:18 -07:00
..
waku_filter Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
waku_lightpush Fix incorrect store read buffer limit (#800) 2022-01-06 13:42:37 +01:00
waku_noise feat(noise): add support to Waku Payload V2 (#932) 2022-04-12 13:50:51 +02:00
waku_rln_relay chore|feat (waku-rln-relay): modules reorganization|Initial test for capturing events using nim-web3 (#941) 2022-05-10 14:09:18 -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.