go-waku/waku/v2/protocol
Prem Chaitanya Prathi 02e2c5926e
fix: return appropriate error code for filter subscribe ping (#975)
2024-01-02 19:41:55 +05:30
..
enr feat: On Demand Peer Discovery based on shard and service (#834) 2023-11-07 22:43:19 +05:30
filter fix: return appropriate error code for filter subscribe ping (#975) 2024-01-02 19:41:55 +05:30
legacy_filter feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
lightpush chore: lightpush tests coverage improvement (#957) 2023-12-15 22:09:56 +08: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 fix: hash calculation of message to include timestamp (#959) 2023-12-13 10:46:23 -04:00
peer_exchange refactor: shard LRU for storing peers by shard (#840) 2023-12-06 14:34:58 -04:00
relay fix: return error in relay publish if exceeding max-msg-size (#939) 2023-12-01 06:53:28 +05:30
rln feat: fill msg timestamp while appending RLN proof it is not set (#940) 2023-12-06 07:27:00 +05:30
store fix(store): set pagesize behavior match nwaku (#944) 2023-12-06 09:02:05 -04: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.