1. 19 Mar, 2020 1 commit
  2. 02 Mar, 2020 1 commit
  3. 24 Feb, 2020 1 commit
  4. 20 Feb, 2020 1 commit
  5. 19 Feb, 2020 1 commit
  6. 17 Feb, 2020 2 commits
  7. 11 Feb, 2020 2 commits
  8. 05 Feb, 2020 2 commits
  9. 04 Feb, 2020 2 commits
  10. 20 Jan, 2020 1 commit
  11. 19 Dec, 2019 1 commit
  12. 18 Dec, 2019 1 commit
  13. 17 Dec, 2019 2 commits
  14. 16 Dec, 2019 2 commits
  15. 11 Dec, 2019 2 commits
  16. 10 Dec, 2019 1 commit
    • Steven Allen's avatar
      feat: refresh and wait · 0be0cbc5
      Steven Allen authored
      We'd like to be able to refresh then _wait_ for the refresh to finish in the testground DHT tests. That way, we can:
      
      1. Start and disable _auto_ refresh.
      2. Bootstrap.
      3. Refresh a couple of times till we're stable.
      4. Wait to _stop_ refreshing.
      5. Disconnect from and forget about all peers _not_ in our routing tables.
      6. Run the actual tests without interference from the bootstrapping logic.
      0be0cbc5
  17. 07 Dec, 2019 1 commit
  18. 06 Dec, 2019 3 commits
  19. 02 Dec, 2019 1 commit
    • Steven Allen's avatar
      chore(dep): update · 0d482540
      Steven Allen authored
      Update deps:
      
      * Switch to multiformats/go-base32
      * Regenerate protobuf decoding code
      0d482540
  20. 05 Nov, 2019 1 commit
  21. 22 Oct, 2019 1 commit
  22. 07 Sep, 2019 1 commit
  23. 02 Aug, 2019 2 commits
  24. 18 Jun, 2019 1 commit
    • Cole Brown's avatar
      Address review comments · 855b46d3
      Cole Brown authored
      Update msgio to latest version
      Use max size in msgio readers
      Fix error handling in reads
      855b46d3
  25. 26 May, 2019 1 commit
  26. 24 May, 2019 2 commits
    • Hector Sanjuan's avatar
      Update deps to latest libp2p · 249eb090
      Hector Sanjuan authored
      This is a -u=patch update
      249eb090
    • Steven Allen's avatar
      drop the go-context dependency · 5bf9cf5e
      Steven Allen authored
      This was causing us to build up a bunch of background goroutines. Technically,
      we should be resetting all these streams when the DHT stops. However, we don't
      actually unregister stream handlers from the host so, really, nothing will
      actually stop till the host stops. When it does, it'll kill all the streams
      anyways.
      5bf9cf5e
  27. 22 May, 2019 2 commits
  28. 17 May, 2019 1 commit