1. 03 Apr, 2020 1 commit
  2. 13 Mar, 2020 1 commit
  3. 19 Dec, 2019 3 commits
  4. 16 Dec, 2019 1 commit
  5. 06 Dec, 2019 2 commits
  6. 11 Oct, 2019 2 commits
  7. 04 Oct, 2019 1 commit
  8. 23 Jul, 2019 1 commit
  9. 29 Jun, 2019 1 commit
  10. 26 May, 2019 1 commit
  11. 26 Apr, 2019 1 commit
  12. 12 Feb, 2019 2 commits
  13. 03 Feb, 2019 1 commit
  14. 24 Jan, 2019 1 commit
  15. 23 Jan, 2019 1 commit
  16. 12 Sep, 2018 1 commit
  17. 10 Aug, 2018 11 commits
  18. 08 Aug, 2018 1 commit
  19. 10 Jul, 2018 1 commit
  20. 15 Jun, 2018 1 commit
  21. 14 Jun, 2018 2 commits
  22. 13 Jun, 2018 1 commit
  23. 01 Jun, 2018 2 commits
    • Steven Allen's avatar
      require that the validator be explicitly passed in · 3befc403
      Steven Allen authored
      Note: this does mean that the DHT won't work with peer keys by default and that
      the constructor signature changes. Given all the changes that'll come with the
      libp2p refactor, I don't feel too bad about this.
      3befc403
    • Steven Allen's avatar
      update for the routing refactor · cad57471
      Steven Allen authored
      GetValues was very DHT specific so the routing interface has been updated to
      remove that function. Instead, it has introduced general-purpose options.
      
      This is a minimal alternative to #141 to avoid bundling too many changes
      together.
      cad57471