vacp2p / research

Thinking in code
MIT License
62 stars 4 forks source link

Waku Relay pubSub topic sharding #157

Closed kaiserd closed 7 months ago

kaiserd commented 1 year ago

The goal is splitting the default Waku pubsub topic into several shard topics. This allows tuning the trade-off between bandwidth and anonymity, see anonymity trilemma. Per default, applications would be obilivous to the pubsub topic and only work with content topics. This improves anonymity and resilience, and reduces confusion. Applications should still be able to choose to introduce their own pubsub topics, which also should have an automatic sharing option

kaiserd commented 7 months ago

Ownership of this issue has been moved to Waku: https://github.com/waku-org/pm/issues/101