status-go/wakuv2/common
richΛrd ba5ed725ce
waku2: static shards (#3944)
- use protected topics for communities
- associate chats to pubsub topics and populate these depending if the chat belongs to a community or not
- mailserver functions should be aware of pubsub topics
- generate private key for pubsub topic protection when creating a community
- add shard cluster and index to communities
- setup shards for existing communities
- distribute pubsubtopic password
- fix: do not send the requests to join and cancel in the protected topic
- fix: undefined shard values for backward compatibility
- refactor: use shard message in protobuffers
2023-10-12 15:21:49 -04:00
..
README.md go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
const.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
errors.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
events.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
filter.go waku2: static shards (#3944) 2023-10-12 15:21:49 -04:00
helpers.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
message.go feat: use protected topics for communities 2023-08-23 13:56:00 -04:00
metrics.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00
stats.go feat: upload/download rate for waku v1 messages (#2286) 2021-08-03 15:27:15 -04:00
topic.go Refactor filter health checks; add debugging logs 2023-10-04 00:39:33 +03:00
topic_test.go go-waku integration (#2247) 2021-06-16 16:19:45 -04:00

README.md

Waku Common

See here