mirror of
https://github.com/waku-org/nwaku.git
synced 2025-01-09 22:36:32 +00:00
e152ed349f
* cleans up imported modules * adds uploadContract proc and consolidates rln-relay test files * deletes test_rln_relay_wrappers * deletes wrappers tests * adds waku_rln_relay_utils * adds the unit test for the membership key generation * adds the key generation procedure * adds unit test of key gen proc * adds RLNRelayPeer data type * adds the register proc * adds the register proc unit test * minor * edits registration test * adds comments to the registration unit test and relocates some constants * defines constants variables for membership contract inputs and adds todos * fixes a typo * enables signed transaction * adds registration into waku rln relay * adds a TODO * adds debug notes * WIP add registration test * integrates rln relay inputs into the mountRelay proc * minor * adds mountRelay * renames RlnRelayPeer to WakuRlnRelay * adds debugging notes * changes the test title * adds rln to gitignore * cleans up tests, fixes a bug * exposes mountRlnrelay, adds some comments * fixes a bug * deletes async pragma from mountRelay * exposes the wakuRlnRelay field * adds bash command to delete any existing rln directory before cloning the rln repo * removes -v verbose flag from rln removal * replaces await with WaitFor * embed mountRlnRelay inside mountRelay