go-waku/waku/v2/protocol
Hish Bouabdallah 10e32d1059
Default validators not executed (#887)
2023-11-10 16:30:12 +05:30
..
enr feat: On Demand Peer Discovery based on shard and service (#834) 2023-11-07 22:43:19 +05:30
filter Chore: filter v2 tests unsubscribe all (#875) 2023-11-08 20:19:07 +08:00
legacy_filter chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
lightpush chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -04:00
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 fix: noisy peer exchange log (#881) 2023-11-08 12:03:08 -04:00
relay Default validators not executed (#887) 2023-11-10 16:30:12 +05:30
rln fix: panic if it is not possible to obtain the merkle root (#873) 2023-11-09 16:17:41 -04:00
store chore: remove --store-message-db-vacuum (#883) 2023-11-09 16:10:40 -04:00
subscription chore: use waku-org/waku-proto repository for protobuffer definitions (#828) 2023-11-07 15:48:43 -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 fix(subscription-map): uniform operations and encapsulation (#853) 2023-11-04 14:16:24 +07:00
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 fix: content topic validation as per rfc 51 (#874) 2023-11-08 18:24:24 +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.