nwaku/waku/v2/node
Daniel Kaiser 5e85eecd14
perf(store): add index on receiverTimestamp (#947)
2022-04-23 10:49:11 +02:00
..
discv5 discv5 dns bootstrap (#888) 2022-03-17 17:33:17 +01:00
dnsdisc Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00
jsonrpc feat(jsonrpc): add call returning git version (#919) 2022-03-30 17:17:21 +02:00
peer_manager Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +02:00
scripts Makes the arguments of the store jsonrpc api optional (#526) 2021-05-03 12:25:28 -07:00
storage perf(store): add index on receiverTimestamp (#947) 2022-04-23 10:49:11 +02:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim feat(relay): add support for gossipsub peer exchange (#911) 2022-03-29 10:09:48 +02:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Refactoring timestamps (#842) 2022-02-17 16:00:15 +01:00
start_network2.nim discv5 stage1 testnet (#863) 2022-03-01 17:12:23 +01:00
waku_payload.nim feat(noise): add support to Waku Payload V2 (#932) 2022-04-12 13:50:51 +02:00
waku_setup.nim Fix empty scripts condition. Logging. (#795) 2021-12-07 13:06:59 +01:00
wakunode2.nim feat(jsonrpc): add ENR to debug_v1_info call (#918) 2022-03-30 15:10:15 +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 the Nim Node API.