1. 18 Dec, 2019 1 commit
  2. 17 Dec, 2019 2 commits
  3. 16 Dec, 2019 2 commits
  4. 11 Dec, 2019 2 commits
  5. 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
  6. 07 Dec, 2019 1 commit
  7. 06 Dec, 2019 3 commits
  8. 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
  9. 05 Nov, 2019 1 commit
  10. 22 Oct, 2019 1 commit
  11. 07 Sep, 2019 1 commit
  12. 02 Aug, 2019 2 commits
  13. 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
  14. 26 May, 2019 1 commit
  15. 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
  16. 22 May, 2019 2 commits
  17. 17 May, 2019 1 commit
  18. 15 Apr, 2019 1 commit
  19. 13 Apr, 2019 1 commit
  20. 12 Apr, 2019 1 commit
  21. 04 Apr, 2019 1 commit
  22. 21 Mar, 2019 3 commits
    • Steven Allen's avatar
      go modules: tidy go.sum · 120926bc
      Steven Allen authored
      120926bc
    • 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
  23. 07 Mar, 2019 1 commit
  24. 05 Mar, 2019 1 commit
  25. 02 Mar, 2019 1 commit
  26. 28 Feb, 2019 1 commit
  27. 26 Feb, 2019 1 commit
  28. 12 Feb, 2019 3 commits