go-waku/waku/v2/protocol
richΛrd 49593fd61d
fix: use subscription peerIds instead of separate peer slice (#906)
2023-11-20 09:27:22 -04:00
..
enr feat: On Demand Peer Discovery based on shard and service (#834) 2023-11-07 22:43:19 +05:30
filter fix: use subscription peerIds instead of separate peer slice (#906) 2023-11-20 09:27:22 -04:00
legacy_filter feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
lightpush feat: add a new option to specify peer addr for light protocols (#896) 2023-11-15 19:56:55 +05:30
metadata chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48: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: WakuMessage json encoding (#880) 2023-11-08 12:09:10 -04:00
peer_exchange feat: add a new option to specify peer addr for light protocols (#896) 2023-11-15 19:56:55 +05:30
relay Add messages logging subsystem 2023-11-10 13:54:52 +02:00
rln fix: panic if it is not possible to obtain the merkle root (#873) 2023-11-09 16:17:41 -04:00
store feat: update store client Query API for autosharding (#885) 2023-11-14 04:22:46 +05:30
subscription fix: use subscription peerIds instead of separate peer slice (#906) 2023-11-20 09:27:22 -04:00
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: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +05:30
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.