Add open problems page (#72)

This commit is contained in:
kaiserd 2022-08-17 10:59:04 +02:00 committed by GitHub
parent 9bada0a3b0
commit 0de2ab0904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 3 deletions

View File

@ -1,5 +1,38 @@
# Open research problems ---
title: Open Research Problems
---
This page is a stub. It will be filled out with open research problems. # Open Research Problems
For now, please take a look at our open issues. For example in the [vacp2p/research repo](https://github.com/vacp2p/research/issues). We are seeking to collaborate with researchers in the following topic areas.
Feel free to join our [Discord](https://discord.gg/PQFdubGt6d) for discussion.
### DHT (distributed hash table) security / privacy / anonymity
Compared to unstructured P2P overlay networks, DHTs offer efficient and (theoretically) reliable discovery.
However, they are prone to eclipse attacks and [typically offer weak privacy properties](https://github.com/gpestana/notes/issues/8).
This topic comprises researching novel techniques mitigating or even thwarting [eclipse attacks](https://www.gemini.com/cryptopedia/eclipse-attacks-defense-bitcoin#section-what-is-an-eclipse-attack) against DHTs.
A focus on [Node Discovery Protocol v5 (discv5)](https://github.com/ethereum/devp2p/blob/master/discv5/discv5.md) is of special interest to the Vac team.
Further background on the usage of discv5 in Waku can be found in our [research log](https://vac.dev/wakuv2-apd).
A new version of discv5 that is both efficient and provides eclipse mitigation is [currently being researched](https://github.com/harnen/service-discovery-paper).
### Privacy-Preserving Incentivizations of waku protocols
* Incentivise relay
### Devising novel applications of the Waku protocol stack
examples comprise
* p2p social network
* evoting system
### Waku simulator
### Halo2 in a browser
### Meshnet transports and libp2p
### Applied ZK