nwaku/waku/v2/node
Lorenzo Delgado 051f5db9af
refactor(store): rename to sqlite store and introduce retention policies interface
2022-09-12 16:49:01 +02:00
..
discv5 chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
peer_manager fix: peer manager dial logic when dialing an existing peer (#1090) 2022-08-26 11:20:55 +02:00
rest chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
scripts refactor(waku-filter): waku filter protocol code reorganisation 2022-08-26 22:17:56 +02:00
storage refactor(store): rename to sqlite store and introduce retention policies interface 2022-09-12 16:49:01 +02:00
README.md feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +02:00
config.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
message_cache.nim feat(message-cache): make the topic cache generic 2022-08-30 15:57:45 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim refactor(waku-filter): waku filter protocol code reorganisation 2022-08-26 22:17:56 +02:00
start_network2.nim discv5 stage1 testnet (#863) 2022-03-01 17:12:23 +01:00
waku_payload.nim PoC implementation of Waku Pairing and Secure Transfer (#1117) 2022-09-12 02:23:14 +02:00
wakunode2.nim chore: always include node ENR in response to info requests (#1128) 2022-09-08 14:25:02 +01:00
wakunode2_setup.nim refactor(wakunode2): Rename waku_setup.nim to wakunode2_setup.nim 2022-07-19 15:09:23 +02:00
wakunode2_setup_metrics.nim chore(logging): Periodic logging for additional metrics (#1094) 2022-08-31 15:23:28 +05:30
wakunode2_setup_rest.nim feat(message-cache): make the topic cache generic 2022-08-30 15:57:45 +02:00
wakunode2_setup_rpc.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
wakunode2_setup_sql_migrations.nim refactor(wakunode2): Split wankunode2 SQL migrations setup to its own file 2022-07-19 15:09:23 +02:00
wakunode2_types.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
wakuswitch.nim chore(wakunode): collocate wakuswitch file to the depending modules 2022-09-08 11:02:50 +02: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 Nim Node API.