Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Add a DHT Concept to docs.ipfs.io #240

Merged
merged 16 commits into from
Oct 29, 2019

Commits on Aug 3, 2019

  1. Create DHT.md

    Initial content for Distributed Hash Tables
    bertrandfalguiere authored Aug 3, 2019
    Configuration menu
    Copy the full SHA
    fddc92d View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2019

  1. Configuration menu
    Copy the full SHA
    35cabc6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97e79cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5bd799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fe5257 View commit details
    Browse the repository at this point in the history
  5. Adding links

    bertrandfalguiere authored Aug 5, 2019
    Configuration menu
    Copy the full SHA
    6e508cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    698e391 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f922bb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2019

  1. Configuration menu
    Copy the full SHA
    dc3fafc View commit details
    Browse the repository at this point in the history
  2. Correct forwarding info & IPFS DHT content

    DHT doesn't forward requests: it return a peer ID of a closer peer.
    DHT doesn't store mapping of peerID to multiaddrs. It doesn't do peer routing.
    but it stores IPNS records.
    bertrandfalguiere authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0ba0567 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ba408 View commit details
    Browse the repository at this point in the history
  4. fix links

    bertrandfalguiere authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    d4e5643 View commit details
    Browse the repository at this point in the history
  5. Entries are SHA256, not multihash

    Or are they?
    bertrandfalguiere authored Aug 6, 2019
    Configuration menu
    Copy the full SHA
    0a59cce View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2019

  1. Configuration menu
    Copy the full SHA
    07588f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    672204b View commit details
    Browse the repository at this point in the history
  3. link to IPNS

    bertrandfalguiere authored Aug 11, 2019
    Configuration menu
    Copy the full SHA
    d6d20b6 View commit details
    Browse the repository at this point in the history