Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add minimal Kademlia DHT spec #108

Merged
merged 40 commits into from
Jun 29, 2021
Merged

Add minimal Kademlia DHT spec #108

merged 40 commits into from
Jun 29, 2021

Commits on Nov 7, 2018

  1. WIP Initial Kademlia DHT spec.

    raulk committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5378e61 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. format kad-dht spec.

    raulk committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    ee9734b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2018

  1. Update Kademlia DHT spec

    jhiesey committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    8b89dc2 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. dht: fix distance function

    Stebalien committed Aug 8, 2019
    Configuration menu
    Copy the full SHA
    cb971aa View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Configuration menu
    Copy the full SHA
    aee103e View commit details
    Browse the repository at this point in the history
  2. kad-dht: Add document header

    mxinden committed May 7, 2021
    Configuration menu
    Copy the full SHA
    4d43958 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d32ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3de65ae View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. kad-dht: Reword validation description

    There is no need for in-process interface level consistency across
    libp2p Kademlia implementations. This commit reworks the entry
    validation specification, naming the `Validator` interface as one
    possible option.
    mxinden committed May 10, 2021
    Configuration menu
    Copy the full SHA
    6909f8a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. kad-dht: Document FIND_NODE

    mxinden committed May 12, 2021
    Configuration menu
    Copy the full SHA
    b3693d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f05ee26 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    6ae2551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0126af1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    008f1a8 View commit details
    Browse the repository at this point in the history
  4. kad-dht: Rework references

    mxinden committed May 14, 2021
    Configuration menu
    Copy the full SHA
    c21ca3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f240a22 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6c1c224 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    defe08d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1442fa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26dd2f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9ec523 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77168f9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbe1ff7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa7e8fc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2021

  1. kad-dht/README.md: Fix typo

    mxinden committed May 27, 2021
    Configuration menu
    Copy the full SHA
    d742e2e View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    9355a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072360f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c4d4b53 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    b074091 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Configuration menu
    Copy the full SHA
    a065aac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20b3b73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e13846 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec65b5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1dcb218 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c755a41 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9c18bd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dab4549 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    324f915 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dbd17a2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    3e6f8f5 View commit details
    Browse the repository at this point in the history