5 Commits

Author SHA1 Message Date
Franck Royer
5a967ecbcc
Avoid possible type name clash between js-waku and consuming apps
`Message` is a very generic name and JS does not offer strong namespace
boundaries. Using `WakuMessage` avoid name clashing with classes
of the consumer app.
2021-04-01 11:18:35 +11:00
Franck Royer
cca1d685dc
Implement chat message protobuf to support nick and time handles 2021-04-01 11:01:15 +11:00
Franck Royer
1797bde72d
ContentTopic is now uint32 as per spec 2021-03-18 20:00:41 +11:00
Franck Royer
548c50668a
test: Send message from js node to nim node 2021-03-15 13:27:50 +11:00
Franck Royer
4329b8006e
Use waku messages over waku relay 2021-03-10 16:22:49 +11:00