nwaku/waku/v2/protocol
Aaryamann Challani 605cf1c38c
feat(rln-relay): abstract group management into its own api (#1465)
* feat(rln-relay): group manager api

* fix(rln-relay): static gm, method async works now

* fix(rln-relay): cb naming, ensure merkle root changed

* chore(rln-relay): static group manager fully tested

* chore(rln-relay): split ffi into its own module, split conversion_utils

* chore(rln-relay): refactor onchain group

* fix(rln-relay): throw error if privatekey is malformed

* chore(rln-relay): convert methods to procs, remove warnings, formatting

* chore(rln-relay): remove comment

* style(rln-relay): fmt test

* feat(rln-relay): complete onchain group manager. pending tests

* fix(rln-relay): onchain implementation works now

* fix(rln-relay): reg index

* fix(rln): imports

* fix(rln-relay): revert method to proc conv

* fix(rln-relay): s/ffi/rln

* fix(rln-relay): remove rln/ from gitignore

* fix(rln-relay): s/ffi/rln
2023-01-16 18:26:18 +05:30
..
waku_archive feat(archive): respond with error on more than 10 content topics query 2023-01-11 12:19:59 +01:00
waku_filter fix(filter): waku filter rpc codec support optional fields 2022-11-18 18:37:08 +01:00
waku_lightpush fix(lightpush): waku lightpush rpc codec support optional fields 2022-11-18 20:01:01 +01:00
waku_noise fix(noise): T_ss is ss not se (#1432) 2022-11-29 06:22:18 +01:00
waku_peer_exchange refactor: reuse nim-libp2p peerstore + move peermanager logic (#1383) 2022-11-24 14:11:23 +01:00
waku_rln_relay feat(rln-relay): abstract group management into its own api (#1465) 2023-01-16 18:26:18 +05:30
waku_store feat(wakunode2): support log format format selection 2022-12-07 12:30:32 +01:00
waku_swap chore: move protobuf module from utils to common 2022-11-16 20:02:14 +01: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_lightpush.nim refactor(protocols): decouple protocol rpc types from api types 2022-11-16 20:02:38 +01:00
waku_message.nim refactor(rln): decouple rln types from waku message type 2022-11-22 18:29:43 +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: remove unnecessary peermanager dependency (#1474) 2023-01-11 09:10:46 +01:00
waku_rln_relay.nim feat(rln-relay): abstract group management into its own api (#1465) 2023-01-16 18:26:18 +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.