go-waku/waku/v2/protocol
Prem Chaitanya Prathi a06208321e
fix: add peer addresses on expiry if peer is discovered again (#1128)
2024-06-18 08:06:16 +05:30
..
enr fix: handle discv5 udp port 0 (#1069) 2024-03-25 14:11:41 -04:00
filter chore: modifying defaults for filter serviceNode (#1126) 2024-06-17 11:10:09 +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 chore: upgrade to go1.21 (#1091) 2024-06-04 18:46:28 -04:00
peer_exchange fix(metadata): only verify peer metadata on relay (#1052) 2024-03-14 10:21:47 -04:00
relay fix: add peer addresses on expiry if peer is discovered again (#1128) 2024-06-18 08:06:16 +05:30
rln feat: storeV3 client (#1028) 2024-05-03 12:07:03 -04:00
store chore: allow setting custom logger name and change debug level to storeV3 client (#1118) 2024-06-05 11:56:26 -04:00
subscription fix: filter sub issues (#1123) 2024-06-12 18:33:57 +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.