go-waku/waku/v2/protocol
Prem Chaitanya Prathi 8115ec7013
feat: changes for optimizing filter ping and improve filter resubscription (#1102)
2024-05-22 11:45:53 +05:30
..
enr fix: handle discv5 udp port 0 (#1069) 2024-03-25 14:11:41 -04:00
filter feat: changes for optimizing filter ping and improve filter resubscription (#1102) 2024-05-22 11:45:53 +05:30
legacy_store chore: sharding tests update (#1060) 2024-05-04 09:26:18 +08:00
lightpush fix(lightpush): return non-empty reqId and add LP opts to builder (#1103) 2024-05-16 18:06:39 -04:00
metadata fix: handle discv5 udp port 0 (#1069) 2024-03-25 14:11:41 -04:00
noise chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
pb feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
peer_exchange fix(metadata): only verify peer metadata on relay (#1052) 2024-03-14 10:21:47 -04:00
relay chore: sharding tests update (#1060) 2024-05-04 09:26:18 +08:00
rln feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
store fix(store): simplify cursor 2024-05-16 18:55:12 -04:00
subscription feat: changes for optimizing filter ping and improve filter resubscription (#1102) 2024-05-22 11:45:53 +05:30
waku-proto@eb17d5032f chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
README.md Initial commit 2021-03-11 16:27:12 -04:00
content_filter.go feat: filter subscription management and multiplexing (#1048) 2024-05-15 13:03:59 +05:30
content_topic.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
envelope.go feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
envelope_test.go feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
pubsub_topic.go refactor: fix nomenclature for shards (#849) 2023-10-31 06:50:13 -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 fix: remove max number of shards verif (#1081) 2024-04-08 06:21:43 -04:00
topic_test.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
utils.go feat: topic health reporting (#1027) 2024-02-08 15:24:58 +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.