go-waku/waku/v2/protocol
richΛrd 4181655b7a
fix: msg digest matches msg hash (#820)
2023-10-20 16:25:54 -04:00
..
enr fix: addr update 2023-10-17 09:00:30 -04:00
filter feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
legacy_filter feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
lightpush feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
noise feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
pb fix: remove message cache on relay and fix proof validation 2023-04-04 14:20:41 -04:00
peer_exchange feat: prefer circuit relay addr over ws, and update cache with enrs with newer seq number 2023-10-17 08:29:24 -04:00
relay feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
rln feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
store feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
subscription feat: update lightpush API for autosharding (#774) 2023-09-29 10:43:25 +05:30
README.md Initial commit 2021-03-11 16:27:12 -04:00
common_service.go feat: add common protocol design (#724) 2023-09-13 12:18:44 +07:00
common_service_test.go feat: add common protocol design (#724) 2023-09-13 12:18:44 +07:00
content_filter.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
content_topic.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
envelope.go fix: msg digest matches msg hash (#820) 2023-10-20 16:25:54 -04:00
envelope_test.go feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
pubsub_topic.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
requestId.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
requestId_test.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -04:00
shard.go feat: update lightpush API for autosharding (#774) 2023-09-29 10:43:25 +05:30
topic_test.go autosharding content-topic config (#696) 2023-09-06 10:07:21 +05:30
utils.go feat: Sharded peer management - Relay (#764) 2023-09-27 12:16:37 +05:30
utils_test.go test: utils (#95) 2021-10-20 14:43:59 -04:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.