nwaku/waku/v2/node
rshiv d49c95f6a1
publish addresses from announced address sequence. (#775)
* publish multiple addresses

Signed-off-by: rshiv <reeshav96@gmail.com>

* publish from announced address

Signed-off-by: rshiv <reeshav96@gmail.com>

* change in json

Signed-off-by: rshiv <reeshav96@gmail.com>

* changes format

Signed-off-by: rshiv <reeshav96@gmail.com>

* makes listenstr a sequence

Signed-off-by: rshiv <reeshav96@gmail.com>

* changes the wakuinfo Field

Signed-off-by: rshiv <reeshav96@gmail.com>

* changes the test

Signed-off-by: rshiv <reeshav96@gmail.com>

* changes the tests variable

Signed-off-by: rshiv <reeshav96@gmail.com>

* changes test

Signed-off-by: rshiv <reeshav96@gmail.com>
2021-11-24 15:10:29 +00:00
..
discv5 Proposal: ENR filtering on Waku-field in `discv5` (#763) 2021-11-12 15:10:54 +01:00
dnsdisc Discv5 POC integration (#748) 2021-11-01 19:02:39 +01:00
jsonrpc Update submodules: differentiate between local and remote `PeerInfo` (#730) 2021-10-06 14:29:08 +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 Fix: store dimensioning issues (#758) 2021-11-03 11:59:51 +01:00
README.md Folder restructure (#274) 2020-11-17 17:34:53 +08:00
config.nim Secure websocket (#759) 2021-11-10 12:05:36 +00:00
nim.cfg Folder restructure (#274) 2020-11-17 17:34:53 +08:00
quicksim2.nim Update submodules (#761) 2021-11-04 15:46:38 +01:00
start_network2.nim Update submodules (#761) 2021-11-04 15:46:38 +01:00
waku_payload.nim Move Whisper types and protocol from nim-eth to this repo (#663) 2021-07-19 16:14:37 +08:00
waku_setup.nim Refactor wakunode2 setup (#675) 2021-07-22 11:46:54 +02:00
wakunode2.nim publish addresses from announced address sequence. (#775) 2021-11-24 15:10:29 +00: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.