nwaku/waku/v2/protocol
Aaryamann Challani 8f66e61ac1
feat(rln-relay): group manager integration (#1496)
* feat(rln-relay): init group manager integration

fix(rln-relay): integrate group manager. todo spam and reg handlers

fix(rln-relay): decouple waku-relay and waku-rln-relay

fix(rln-relay): compiles now

fix(chat2): compilation

fix(rln-relay): wip segfault

fix(rln-relay): segfault

fix(chat2|wakunode2): use optional field

fix(rln-relay): wakunode test

fix(rln-relay): uncomment fields in proto decode

fix(rln-relay): used pragma on tests

fix(rln-relay): include cred processing

fix(rln-relay): add reg callback

fix(rln-relay): args to mount

fix(rln-relay): add timeout to waitForExit

fix(rln-relay): use osproc term instead of posix kill

fix(rln-relay): use poParentStream to prevent deadlock

fix(rln-relay): remove poParentStream, remove ganache log output

* fix(rln-relay): abstract tuple into own type
2023-02-28 19:08:30 +05:30
..
waku_archive fix(archive): reverse the db query results in the waku archive front-end 2023-01-26 10:19:58 +01:00
waku_filter feat(protobuf): added error wrappers for invalid length validation 2023-02-20 15:03:32 +01:00
waku_keystore feat(credentials): store and processing generic app credentials (#1466) 2023-02-08 16:26:23 +01:00
waku_lightpush feat(protobuf): added error wrappers for invalid length validation 2023-02-20 15:03:32 +01:00
waku_message feat(protobuf): added error wrappers for invalid length validation 2023-02-20 15:03:32 +01:00
waku_noise fix(noise): T_ss is ss not se (#1432) 2022-11-29 06:22:18 +01:00
waku_peer_exchange fix: remove unused imports 2023-02-13 15:02:34 +01:00
waku_relay refactor(relay): split the message id provider into a module 2023-02-27 15:38:24 +01:00
waku_rln_relay feat(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +05:30
waku_store feat(protobuf): added error wrappers for invalid length validation 2023-02-20 15:03:32 +01:00
waku_swap refactor(networking): peermanager refactor and cleanups (#1539) 2023-02-27 10:24:31 -07:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_archive.nim feat(archive): add waku archive implementation 2022-11-22 19:40:24 +01:00
waku_filter.nim refactor(protocols): decouple protocol rpc types from api types 2022-11-16 20:02:38 +01:00
waku_keystore.nim feat(credentials): store and processing generic app credentials (#1466) 2023-02-08 16:26:23 +01:00
waku_lightpush.nim refactor(protocols): decouple protocol rpc types from api types 2022-11-16 20:02:38 +01:00
waku_message.nim refactor(message): split waku message module into rpc and codec 2023-02-08 16:16:21 +01:00
waku_peer_exchange.nim refactor(protocols): decouple protocol rpc types from api types 2022-11-16 20:02:38 +01:00
waku_relay.nim refactor(relay): split the message id provider into a module 2023-02-27 15:38:24 +01:00
waku_rln_relay.nim feat(rln-relay): group manager integration (#1496) 2023-02-28 19:08:30 +05:30
waku_store.nim feat(archive): add waku archive implementation 2022-11-23 10:08:00 +01:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.