go-waku/waku/v2/protocol
richΛrd 46b4efec56
fix: validate lightpush requests (#1082)
2024-04-15 09:36:18 -04:00
..
enr fix: handle discv5 udp port 0 (#1069) 2024-03-25 14:11:41 -04:00
filter refactor: use ttl of 5m for subscriptions (#1041) 2024-02-22 10:52:00 -04:00
lightpush fix: validate lightpush requests (#1082) 2024-04-15 09:36:18 -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: improve light client logging (#992) 2024-01-04 10:41:11 -04:00
peer_exchange fix(metadata): only verify peer metadata on relay (#1052) 2024-03-14 10:21:47 -04:00
relay fix: data race reported in #1070 (#1072) 2024-03-25 21:03:21 +05:30
rln fix: update lastProcessedBlock even if no RLN membership event is present (#1013) 2024-01-26 15:38:37 +05:30
store fix(metadata): only verify peer metadata on relay (#1052) 2024-03-14 10:21:47 -04:00
subscription feat: support multiple peer selection for filter client (#1005) 2024-01-26 14:15:15 +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
content_filter.go feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
content_topic.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
envelope.go chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
envelope_test.go fix: hash calculation of message to include timestamp (#959) 2023-12-13 10:46:23 -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

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.