go-waku/waku/v2/protocol
Richard Ramos 837a0f2708 chore: add unit test for signed validator and --protected-topic-flag 2023-05-04 13:25:45 -04:00
..
enr feat: utils for handling shards in enr 2023-04-25 10:54:59 -04:00
filter feat(filterv2): ignore messages received from peers not subscribed to 2023-04-25 10:46:50 -04:00
legacy_filter feat: add metrics to archive protocol and discv5 2023-04-20 10:04:20 -04:00
lightpush feat: add metrics to archive protocol and discv5 2023-04-20 10:04:20 -04:00
noise refactor: inject host on node start 2023-04-17 11:09:05 -04:00
pb fix: remove message cache on relay and fix proof validation 2023-04-04 14:20:41 -04:00
peer_exchange feat: utils for handling shards in enr 2023-04-25 10:54:59 -04:00
relay chore: add unit test for signed validator and --protected-topic-flag 2023-05-04 13:25:45 -04:00
rln chore: run onchain tests 2023-04-26 12:40:15 -04:00
store feat: add metrics to archive protocol and discv5 2023-04-20 10:04:20 -04:00
README.md Initial commit 2021-03-11 16:27:12 -04:00
envelope.go feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
envelope_test.go feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
peer_options.go refactor: remove some duplication and unneeded code 2023-01-08 14:35:32 -04:00
requestId.go chore: rename status-im/go-waku to waku-org/go-waku 2022-11-09 16:03:40 -04:00
requestId_test.go test: add test for generating requestid 2021-10-25 20:27:01 +02:00
shard.go feat: utils for handling shards in enr 2023-04-25 10:54:59 -04:00
topic.go feat: utils for handling shards in enr 2023-04-25 10:54:59 -04:00
topic_test.go refactor: namespaced pubsub topics 2023-03-08 09:10:14 -04:00
utils.go chore: upgrade dependencies 2023-02-16 12:22:47 -04:00
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.