go-waku/waku/v2/protocol
Roman Zajic 0b4df80b98
chore: filter v2 tests coverage improvement (#931)
2023-12-01 10:53:01 +08:00
..
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 coverage improvement (#931) 2023-12-01 10:53:01 +08: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 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: rest api errors (#919) 2023-11-24 10:26:06 +05:30
peer_exchange feat: add a new option to specify peer addr for light protocols (#896) 2023-11-15 19:56:55 +05:30
relay fix: return error in relay publish if exceeding max-msg-size (#939) 2023-12-01 06:53:28 +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 refactor: reuse query and cursor instead of specifying each pb field (#937) 2023-11-30 14:48:55 -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: 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.