Create a Waku node that uses Waku Light Push, Filter and Store to send and
receive messages, enabling low resource consumption.
If useFilterV1 is set to true, the node will use Filter V1 protocol.
If useFilterV1 is set to false or undefined, the node will use Filter V2 protocol. (default behavior)
Create a Waku node that uses Waku Light Push, Filter and Store to send and receive messages, enabling low resource consumption. If
useFilterV1
is set to true, the node will use Filter V1 protocol. IfuseFilterV1
is set to false or undefined, the node will use Filter V2 protocol. (default behavior)Note: This is NOT compatible with nwaku v0.11
See
https://github.com/status-im/nwaku/issues/1085