waku-org / nwaku

Waku node and protocol.
Other
188 stars 49 forks source link

wakucanary: support of other protocols #2103

Open yakimant opened 9 months ago

yakimant commented 9 months ago

Currently it supports: relay, store, filter, lightpush. We run wakucanary to check the state of a node.

Would be nice to have other protocols added: rln-relay, peer-exchange

alrevuelta commented 9 months ago

Would be nice to have other protocols added: rln-relay, peer-exchange

peer-exchange, sure, should be very straight forward to add. we can do that.

note that rln-relay is not a protocol per se. you may ask then, how to know from the outside if a node ir running rln relay or not. well, great question. note though that imho rln-relay should be embedded into relay, meaning that by default relay protocol has rln enabled.

chair28980 commented 9 months ago

@vpavlin are you able to pick this up at your convenience?