waku-org / waku-simulator

Tool to simulate a waku network with multiple nodes, traffic and users
https://simulator.waku.org
2 stars 6 forks source link

Configure bootstrap node properly #53

Closed alrevuelta closed 3 months ago

alrevuelta commented 4 months ago

Currently, the bootstrap node has a different configuration than the rest of the nwaku nodes. This can cause problems since the bootstrap node may consider invalid messages that are valid for the rest of the network.

I see two possible solutions

stubbsta commented 4 months ago

If the goal is to simplify things then I think solution 2 (ii) is the way to go. That way we can forget about the bootstrap node, to an extent, and focus on testing the functionality of the nwaku nodes as full service nodes and light clients. What do you think @alrevuelta ?

alrevuelta commented 4 months ago

Makes sense thanks, lets go ahead with 2)