nwaku/waku/v1/node
Ivan Folgueira Bande 665484c17b
refactor: proper use of setupNat (#1740)
Notice that I had to adapt to use 'rlpx_connected_peers' instead
of 'connected_peers' in 'wakunode1.nim' because due to the update
of the 'vendor/nim-eth', which adds the dependency-break with
'confutils' but also includes another changes.

Aside note: we cannot have 'confutils' dependency in 'nim-eth' because
that will prevent the generation of any waku dynamic library.
2023-05-17 18:32:53 +02:00
..
rpc chore(v1): fix deprecation warnings 2023-02-06 10:00:57 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim fix: replace TaintedString type deprecated in nim 1.5 2022-11-02 14:55:48 +01:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim.nim Update submodules (#814) 2022-01-14 10:25:01 +01:00
start_network.nim Fix network simulations (#719) 2021-09-15 10:01:09 +02:00
waku_helpers.nim Folder restructure (#274) 2020-11-17 17:34:53 +08:00
wakunode1.nim refactor: proper use of setupNat (#1740) 2023-05-17 18:32:53 +02:00

README.md

Waku Node v1

This folder contains code related to running a wakunode process. The main entrypoint is the wakunode file.