-
Distributed hash tables are powerful protocols that enable content discovering and routing in P2P networks. In "vanilla" DHT implementations (e.g. Kademlia), peer interactions leak a lot of informatio…
-
## Issue summary
The metrics listed below outline all the metrics published in Substrate. Gossamer should use this list to track similar metrics. To view all Substrate metrics and view them in a …
-
We:
1. Store such data permanently, thus deviating from Kademlia and creating weakness in our system for various reasons.
2. Don't rebalance/republish these records, allowing these records to disa…
raulk updated
4 years ago
-
It's probably time to investigate decentralizing discovery. Doing so would reduce our infrastructure burden and reduce centralized knowledge of the network. In a DHT we want to be able to look up the …
calmh updated
4 months ago
-
Is it possible the Kademlia DHT can be filled with `.local` addresses from the likes of kubernetes clusters?
or will they be removed automatically by failed connection attempts etc.?
https://githu…
-
The TSS being locked down in TDX is awesome and solves a lot of problems, however the chain node is currently passing messages into the TSS from outside the enclave.
Specifically in one scenario t…
-
We should decide whether we want to create a `FullRT` routing table implementation, and its associated refresh mechanism (crawler), or if the `FullRT` from the old implementation should be superseded …
-
There are a number of security concerns that might arise over the course of this project. So far there seem to be at least a couple of known attacks on a DHT. One is a Sybil attack, which I have yet…
-
## Coin Flipping Request Delegation
The goal of Coin Flipping Request Delegation (CFRD) is to add plausible deniability of routing and lookup requests in P2P networks, with special emphasis on DHT …
-
I get this error when I attempt to initialize, Ive searched everywhere but have found no help. Anyone know whats going wrong?
```info: platform initialized module=mm-platform
info: transport opene…