go-waku/waku/v2/node
Richard Ramos 6ece3c483b feat: subscribe to shards with --topic and refactors
- Shards in same cluster are advertised on ENR
- Store().Resume() was moved to app layer
- NoDefaultWakuTopic() was removed since it's the app that must determine whether it subscribes to the default waku topic
- Removed `Publish` from WakuNode (not really used and easy to implement in app layer if needed)
2023-07-06 11:18:29 -04:00
..
address_test.go fix: try to include as many multiaddr as possible without exceeding max enr size 2023-02-01 21:11:16 -04:00
connectedness.go Modify isOnline setting when LightMode is on and Relay is off 2023-06-22 15:38:40 -04:00
connectedness_test.go refactor: service interface 2023-01-07 11:25:32 -04:00
keepalive.go feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
keepalive_test.go fix: only lock keepAlive mutex when necessary 2023-01-26 16:16:34 -04:00
localnode.go feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
service.go refactor: various 2023-06-09 14:57:43 -04:00
version.go refactor: gowaku version 2022-11-25 21:56:43 -04:00
wakunode2.go feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
wakunode2_no_rln.go refactor: service interface 2023-01-07 11:25:32 -04:00
wakunode2_rln.go refactor: credentials 2023-04-11 10:39:07 -04:00
wakunode2_test.go feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
wakuoptions.go feat: subscribe to shards with --topic and refactors 2023-07-06 11:18:29 -04:00
wakuoptions_rln.go refactor: credentials 2023-04-11 10:39:07 -04:00
wakuoptions_test.go refactor: add `--ext-ip` and `--dns4-domain-name` values to the list of node multiaddressess 2023-05-15 17:39:58 -04:00