go-waku/waku/v2/protocol/relay
harsh jain 4b1c188cf0
feat: add common protocol design (#724)
* feat: add common protocol design

* fix: remove redundant vars

* fix: use AppDesign's ctx

* refactor: relay, add AppDesign

* feat: changes for suggestions

* test: commonService start/stop execution

* fix: lint error

* nit: add comments
2023-09-13 12:18:44 +07:00
..
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 fix: broadcaster shouldn't block if channels are not listened to 2023-05-08 08:31:19 -04:00
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 chore: add missing comments to functions 2023-07-23 07:01:42 -04:00
validators_test.go fix: neither encoding nor address comparison are needed to protect a topic 2023-05-26 10:42:25 -04:00
waku_relay.go feat: add common protocol design (#724) 2023-09-13 12:18:44 +07:00
waku_relay_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00