nwaku/waku/v2/node
Hanno Cornelius caa47896c1
fix: peer manager dial logic when dialing an existing peer (#1090)
2022-08-26 11:20:55 +02:00
..
discv5 chore: remove unused imports 2022-06-30 00:35:18 +02:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc refactor(waku-store): remove wakunode2 waku_store exports 2022-08-18 17:32:47 +02:00
peer_manager fix: peer manager dial logic when dialing an existing peer (#1090) 2022-08-26 11:20:55 +02:00
rest feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +02:00
scripts refactor(waku-store): major code reorganization, move StoreQueue to message_store folder 2022-08-01 13:02:40 +02:00
storage fix(waku-store): integrate the predicate into the WHERE clause instead of calling it on each result line (#1026) 2022-08-12 12:48:45 +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 feat(Rln-Relay): Consolidates the input paths of rln credential, chat2 reads rln credential from file only (#1080) 2022-08-18 10:35:02 -07:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim refactor(waku-store): major code reorganization, move StoreQueue to message_store folder 2022-08-01 13:02:40 +02:00
start_network2.nim discv5 stage1 testnet (#863) 2022-03-01 17:12:23 +01:00
waku_payload.nim Noise: split Noise submodule in smaller submodules (#979) 2022-08-04 10:47:00 +02:00
wakunode2.nim fix(setup): do not attempt connecting to empy dynamic bootstrap node list (#1088) 2022-08-24 17:44:43 +02: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 refactor(wakunode2): Split wankunode2 metrics setup to its own file 2022-07-19 15:09:23 +02:00
wakunode2_setup_rest.nim feat(rest): Add HTTP REST API (#727). Integrate REST API with the Waku V2 node 2022-07-19 11:02:43 +02:00
wakunode2_setup_rpc.nim refactor(wakunode2): Split wankunode2 JSON-RPC setup to its own file 2022-07-19 15:09:23 +02: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 refactor(waku-lightpush): waku lightpush protocol code reorganization 2022-08-10 12:30:34 +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.