nwaku/waku/v2/protocol
Aaryamann Challani bdb120d842
feat(chat2): metrics server + metrics logging (#1279)
* feat(rln-relay): periodically log metrics

* fix(chat2): enable metrics by default in chat2 config

* test(chat2): metrics, gc compilation error

* chore(metrics): make metrics a util, and import into wakunode2 apps dir

* fix(metrics): raise error

* fix(metrics): gc error

* fix(wakunode2): remove setup_metrics

* chore(metrics): waku utils metrics

* fix(metrics): create waku_metrics in node dir

* fix(metrics): log scope

* fix(chat2): disable metrics server by default

* fix(utils): collectorAsF64 proc def

* fix(metrics): store metrics path
2022-10-21 14:03:36 +05:30
..
waku_filter chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
waku_lightpush chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
waku_noise PoC implementation of Waku Pairing and Secure Transfer (#1117) 2022-09-12 02:23:14 +02:00
waku_peer_exchange feat: waku peer exchange (RFC34) (#1152) 2022-09-20 13:03:34 +02:00
waku_rln_relay feat(chat2): metrics server + metrics logging (#1279) 2022-10-21 14:03:36 +05:30
waku_store feat(store): add waku store client module 2022-10-20 18:09:40 +02:00
waku_swap chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
waku_filter.nim refactor(waku-filter): waku filter protocol code reorganisation 2022-08-26 22:17:56 +02:00
waku_lightpush.nim refactor(waku-lightpush): waku lightpush protocol code reorganization 2022-08-10 12:30:34 +02:00
waku_message.nim feat(store): Allow messages to be marked as "don't store" (#1119) 2022-09-13 16:07:06 +05:30
waku_peer_exchange.nim feat: waku peer exchange (RFC34) (#1152) 2022-09-20 13:03:34 +02:00
waku_relay.nim Add bridge docs and minor improvements (#867) 2022-02-28 18:16:50 +01:00
waku_store.nim chore(store): collocate pagination and message store types 2022-09-28 13:36:05 +02:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.