-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Labels
enhancementNew feature or requestNew feature or request
Description
We should consider using a DHT (Distributed Hash Table) in addition to the rendezvous protocol for:
- Peer discovery (specifically discovery of asbs) using Bootstrap
- Content routing. We can store some information in the DHT in case we lose our connection to our trading partner. Specifically:
- Alice can store transfer proofs in the DHT in case she loses her connection to Bob
- Alice can store the
s_a
key in the DHT after she has punished Bob. This way Bob can recover the Monero at any time even long after Alice has gone offline - Bob can store the encrypted signature in the DHT
- All entries should of course be encrypted such that only our trading partner can decrypt them
We might even be able to leverage IPFSs existing DHT network for this?
Relevant resources:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request