oskarth
oskarth
It'd be useful to leverage existing and sizable Ethereum p2p network (connections) and expose this as a subprotocol. Define what this would look like wrt devp2p and libp2p, and implications...
In order for the protocol to be useful for heterogeneous devices, it's probably a good idea to consider what running on mobile would look like. Some of these concerns are...
According to Impact of Network Topology on Anonymity and Overhead in Low-Latency Anonymity Networks (https://www.esat.kuleuven.be/cosic/publications/article-1230.pdf) it seems like a stratified topology is desirable. This is also what Loopix has chosen,...
Does asynchronous messaging fit at this protocol layer? If it does, how should it be provided for? Study prior art and trade-offs. Store-and-forward a la Whisper mailservers have a bunch...
(Discussed during PM call) # Problem Currently RLN and RLN-Relay are kind of treated as one thing in terms of positioning. Additionally, we see a lot of potential usage of...
# Problem We want to provide a simple, modern, and secure way for developers building on top of Waku to provider conversational security guarantees for their platforms. For historical reasons,...
# Problem For request/reply protocols used by restricted nodes (https://rfc.vac.dev/spec/30/) such as lightpush (connectivity), filter (bandwidth), store (uptime), there are currently few metadata protection guarantees. # Suggested sketch Enable SOCKS5...
# Problem Currently this repo is a bit chaotic and has a lot of older stuff. It'd be easier for people to contribute and explore/work in this if the structure...
Research private reputation mechanism for finding good service nodes for resource-restricted devices
In Waku, we have adaptive nodes of varying capabilities. These make up a service network. For more info, see ADAPTIVE NODE spec https://rfc.vac.dev/spec/30/ ## Problem As a resource-restricted node, I...
### Discussed in https://github.com/vacp2p/rfc/discussions/384 Originally posted by **staheri14** May 27, 2021 # Problem Definition The need for data synchronization exists in different domains of `nim-waku`: **Store protocol**: Currently, store nodes...