go-waku/waku/v2/protocol
RichΛrd 8826e2df66
feat: rendezvous server
2023-03-09 11:48:25 -04:00
..
filter chore: upgrade dependencies 2023-02-16 12:22:47 -04:00
filterv2 feat(filterv2): ping 2023-03-08 12:26:50 -04:00
lightpush feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
noise fix: use url-safe base64 encoding for noise 2023-02-28 14:14:22 -04:00
pb feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
peer_exchange refactor(px): use request-response instead of dialing back 2023-02-28 14:11:50 -04:00
relay feat(message): added waku message deterministic hashing 2023-03-08 09:08:08 -04:00
rln chore: switch to Google's Protobuf library 2023-02-16 11:37:59 -04:00
store feat: rendezvous server 2023-03-09 11:48:25 -04:00
swap chore: switch to Google's Protobuf library 2023-02-16 11:37:59 -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
topic.go refactor: namespaced pubsub topics 2023-03-08 09:10:14 -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.