go-waku/waku/v2/protocol
Richard Ramos 3d8aae5b81
Lightpush protocol
- Partially implements #20. Requires some tests
- Extracts wakurelay code to separate file
- Extracts request id gen to separate file
- Initial implementation of lightpush protocol
- Adds utils functions to obtain a message hash
- Publish receives a context to send a message
2021-04-28 16:10:44 -04:00
..
lightpush Lightpush protocol 2021-04-28 16:10:44 -04:00
pb Lightpush protocol 2021-04-28 16:10:44 -04:00
relay Lightpush protocol 2021-04-28 16:10:44 -04:00
store Lightpush protocol 2021-04-28 16:10:44 -04:00
README.md Initial commit 2021-03-11 16:27:12 -04:00
envelope.go Lightpush protocol 2021-04-28 16:10:44 -04:00
requestId.go Lightpush protocol 2021-04-28 16:10:44 -04:00

README.md

Waku v2 protocol

This folder contains implementations of Waku v2 protocols.