go-waku/cmd/waku
Prem Chaitanya Prathi 388f56b43f
feat: Sharded peer management - Relay (#764)
* feat: connect/disconnect to peers based on node topic sub/unsub

* feat: maintain healty relay connections per pubSubTopic

Co-authored-by: richΛrd <info@richardramos.me>

* chore: add config to limit peerstore capacity (#770)
2023-09-27 12:16:37 +05:30
..
keygen refactor: move --generate-key to a generate-key subcommand 2023-08-10 09:32:25 -04:00
rlngenerate feat: allow running rln with no credentials 2023-09-15 10:18:44 -04:00
server Fix /health REST API panic (#763) 2023-09-21 18:40:07 +05:30
flags.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
flags_no_rln.go feat: make RLN available by default 2023-09-14 09:03:18 -04:00
flags_rln.go feat: allow running rln with no credentials 2023-09-15 10:18:44 -04:00
main.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
node.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
node_no_rln.go feat: make RLN available by default 2023-09-14 09:03:18 -04:00
node_rln.go feat: make RLN available by default 2023-09-14 09:03:18 -04:00
options.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
sys_not_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_unix.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00
sys_windows.go refactor: move app code to cmd/waku 2023-07-07 10:10:21 -04:00