mirror of https://github.com/waku-org/nwaku.git
ea8d72188e
* feat(utils): add keyfile + test * feat(keyfile): make id and version field optional * feat(rln): enable input password for keyfile encryption * refactor(keyfile): store multiple keyfiles in single file * refactor(rln): write and read rln credentials proc using keyfiles + test update * feat(keyfile): allow skip successful decryption to iterate among multiple keyfiles + test * fix(rln): add rln-relay-cred-password in wakunode2 config * chore(keyfile): remove unnencessary echo * refactor(rln/kesyore): address reviewers' comments * refactor(rln/keyfile): use defer instead of try/finally * feat(rln): address reviewers comments; return all successful decryptions * chore(keyfile): add comments; changed name to loadKeyfiles * feat(keyfile): chmod 600 for keyfiles * fix(rln): fix errors raised by readRlnCredentials * feat(keyfile): add nim-eth tests; address reviewers comments * fix(keyfile/rln): better error handling * refactor(keyfile): refactoring nim-eth tests * fix(keyfile): fix wrong index * fix(keyfile): fix wrong password generation in test * feat(keyfile): add wrong mac test Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> |
||
---|---|---|
.. | ||
waku_filter | ||
waku_lightpush | ||
waku_noise | ||
waku_peer_exchange | ||
waku_rln_relay | ||
waku_store | ||
waku_swap | ||
README.md | ||
waku_filter.nim | ||
waku_lightpush.nim | ||
waku_message.nim | ||
waku_peer_exchange.nim | ||
waku_relay.nim | ||
waku_store.nim |
README.md
Waku v2 protocol
This folder contains implementations of Waku v2 protocols.