1. 04 Feb, 2020 1 commit
  2. 20 Jan, 2020 1 commit
  3. 19 Dec, 2019 1 commit
  4. 18 Dec, 2019 1 commit
  5. 17 Dec, 2019 1 commit
  6. 16 Dec, 2019 2 commits
  7. 11 Dec, 2019 2 commits
  8. 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
  9. 07 Dec, 2019 1 commit
  10. 06 Dec, 2019 3 commits
  11. 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
  12. 05 Nov, 2019 1 commit
  13. 22 Oct, 2019 1 commit
  14. 11 Oct, 2019 2 commits
  15. 07 Sep, 2019 1 commit
  16. 04 Sep, 2019 1 commit
  17. 02 Aug, 2019 2 commits
  18. 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
  19. 17 Jun, 2019 1 commit
  20. 26 May, 2019 1 commit
  21. 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
  22. 22 May, 2019 2 commits
  23. 17 May, 2019 1 commit
  24. 15 Apr, 2019 1 commit
  25. 13 Apr, 2019 1 commit
  26. 12 Apr, 2019 1 commit
  27. 04 Apr, 2019 1 commit
  28. 21 Mar, 2019 2 commits
    • Steven Allen's avatar
      Revert "GoModules: Checksum mismatch:" · e5097ceb
      Steven Allen authored
      e5097ceb
    • Evgeniy Kulikov's avatar
      GoModules: Checksum mismatch: · 89e0c73d
      Evgeniy Kulikov authored
      ```
      verifying github.com/ipfs/go-datastore@v0.0.1/go.mod: checksum mismatch
              downloaded: h1:bYmHO9fuKO1Ca7dpdDBWQl0mndy5b0HFqSJjGlNYtzs=
              go.sum:     h1:d4KVXhMt913cLBEI/PXAy6ko+W7e9AhyAKBGh803qeE=
      ```
      
      ```
      verifying github.com/ipfs/go-datastore@v0.0.1: checksum mismatch
              downloaded: h1:u3lrOIBAhGS5prBa94V89LJNMWlEsO2+zgFlEGTl0E4=
              go.sum:     h1:AW/KZCScnBWlSb5JbnEnLKFWXL224LBEh/9KXXOrUms=
      ```
      89e0c73d
  29. 07 Mar, 2019 1 commit
  30. 05 Mar, 2019 1 commit
  31. 02 Mar, 2019 1 commit