go-waku/waku/v2/protocol/relay
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
..
broadcast.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
broadcast_test.go
metrics.go refactor: add libp2p metrics, and make each protocol responsable for defining its own metrics 2023-08-18 13:56:43 -04:00
subscription.go chore: add missing comments to functions 2023-07-23 07:01:42 -04:00
validators.go feat(rln-relay): ensure execution order for pubsub validators 2023-09-14 09:38:28 -04:00
validators_test.go feat(rln-relay): ensure execution order for pubsub validators 2023-09-14 09:38:28 -04:00
waku_relay.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
waku_relay_test.go fix: change mutex to rwLock and fix relay unsubscribe (#749) 2023-09-18 18:48:16 +05:30