go-waku/waku/v2/protocol
Prem Chaitanya Prathi 4e19d93da1
chore: increase maxContentFilter limit for Filter protocol to 100 (#1000)
2024-01-08 21:18:56 +05:30
..
enr feat: On Demand Peer Discovery based on shard and service (#834) 2023-11-07 22:43:19 +05:30
filter chore: increase maxContentFilter limit for Filter protocol to 100 (#1000) 2024-01-08 21:18:56 +05:30
legacy_filter feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
lightpush chore: improve light client logging (#992) 2024-01-04 10:41:11 -04:00
metadata fix: do not start metadata protocol unless required (#920) 2023-11-28 10:13:43 -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 refactor: shard LRU for storing peers by shard (#840) 2023-12-06 14:34:58 -04:00
relay chore: update examples with autosharding and static sharding (#986) 2024-01-03 20:44:59 +05:30
rln fix: return error while serializing rln metadata in case chainID is 0 (#985) 2024-01-03 21:09:59 +05:30
store chore: store tests coverage improvement (#993) 2024-01-05 20:14:17 +08:00
subscription fix: return appropriate errors in filter unsubscribe (#941) 2023-12-01 06:27:13 +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: 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 feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
topic_test.go fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +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.