go-waku/waku/v2/protocol
richΛrd db222a24ef
fix(c-bindings): userdata (#785)
2023-10-28 19:37:53 -04:00
..
enr fix: addr update 2023-10-17 09:00:30 -04:00
filter chore(filter v2): test updates (#811) 2023-10-28 19:27:01 -04:00
legacy_filter refactor: validate protobuffers for lightpush and relay (#824) 2023-10-24 17:48:22 -04:00
lightpush refactor: validate protobuffers for lightpush and relay (#824) 2023-10-24 17:48:22 -04:00
metadata fix: do not disconnect peers in `TestWakuMetadataRequest` (#826) 2023-10-24 16:01:11 -04:00
noise feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
pb refactor: validate protobuffers for lightpush and relay (#824) 2023-10-24 17:48:22 -04:00
peer_exchange fix: stream close/reset (#823) 2023-10-24 17:48:22 -04:00
relay refactor: validate protobuffers for lightpush and relay (#824) 2023-10-24 17:48:22 -04:00
rln feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
store fix: modify store test to not depend on order of msgs (#832) 2023-10-25 03:41:00 +05:30
subscription fix(c-bindings): userdata (#785) 2023-10-28 19:37:53 -04:00
README.md Initial commit 2021-03-11 16:27:12 -04:00
common_service.go feat: add common protocol design (#724) 2023-09-13 12:18:44 +07:00
common_service_test.go feat: add common protocol design (#724) 2023-09-13 12:18:44 +07:00
content_filter.go fix(c-bindings): userdata (#785) 2023-10-28 19:37:53 -04:00
content_topic.go feat : autoshard relay api (#807) 2023-10-21 01:26:18 +05:30
envelope.go fix: msg digest matches msg hash (#820) 2023-10-20 16:25:54 -04:00
envelope_test.go feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
pubsub_topic.go chore(lint): adds `make lint-full` target and fixes some linting errors 2023-09-12 09:54:34 -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 lightpush API for autosharding (#774) 2023-09-29 10:43:25 +05:30
topic_test.go autosharding content-topic config (#696) 2023-09-06 10:07:21 +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.