nwaku/waku/v2/node
Sanaz Taheri Boshrooyeh 29d69b98cb
Adds Merkle tree Nim bindings (#430)
* entirely replaces the prior rln header, the var variables are changed to ptr

* updates the unittest of key_gen

* adds test for update_next_member

* updates membershipKeyGen internals and prototype

* adds createRLNInstance

* adds helpers methods

* adds generateKeyPairBuffer

* cleans up the test and adds comments

* renames  merkleTreeDepth to d

* fixes a buf re decoding the keys into sk and pk

* adds getSKPK proc

* unifies key gen helper procs, adds todos

* comments out the createRLNInstance

* refactors the code based on the updated createRLNInstance interface

* adds the test for the verify proc

* fixes a variable name and replaces random key gen with the real key gen

* tests a simple hash

* adds get_root method

* fixes the data pointer issue and adds the proof breakdown

* adds rln

* adds unit tests for Merkle tree

* deletes unnecessary comments

* updates createRLNInstance to return bool indicating the success of call

* updates create RLN Instance interface

* minor

* clean up

* removes unused imports

* adds documentation

* adds comments

* adds byteutils

* removes extra spaces

* updates rln submodule

* deletes genSKPK

* fixes a bug in membershipKeyGen

* unsafeAddr to addr

* Update waku/v2/protocol/waku_rln_relay/rln.nim

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>

* clean up

Co-authored-by: Oskar Thorén <ot@oskarthoren.com>
2021-03-24 10:26:56 -07:00
..
jsonrpc Improvement/bridge improvements (#429) 2021-03-23 10:04:51 +02:00
message_store Minor fixes for chat2 and store (#407) 2021-03-08 09:45:10 +02:00
scripts Remove stale rpc code & repair scripts (#365) 2021-02-04 10:39:55 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Improved description for config items (#410) 2021-03-10 09:03:22 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
peer_manager.nim Feat/pm connection tracking (#377) 2021-02-12 10:53:52 +02:00
quicksim2.nim Fix network simulation and remote peer ID CLI argument parsing (#351) 2021-01-25 13:03:52 +02:00
start_network2.nim enhancement/unused-import-cleanup (#322) 2020-12-21 10:14:51 +01:00
waku_payload.nim Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
wakunode2.nim Adds Merkle tree Nim bindings (#430) 2021-03-24 10:26:56 -07:00

README.md

Waku Node v2

This folder contains code related to running a wakunode2 process. The main entrypoint is the wakunode2 file.

See ../../docs/api/v2/node.md for more details on the the Nim Node API.