1. 04 Mar, 2020 1 commit
  2. 18 Feb, 2020 1 commit
  3. 17 Feb, 2020 1 commit
  4. 04 Feb, 2020 1 commit
  5. 19 Dec, 2019 3 commits
  6. 12 Dec, 2019 3 commits
  7. 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
  8. 06 Dec, 2019 2 commits
  9. 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
  10. 15 Nov, 2019 1 commit
  11. 05 Nov, 2019 4 commits
    • Raúl Kripalani's avatar
      inline struct for RoutingTable config. · a33b0b97
      Raúl Kripalani authored
      a33b0b97
    • Steven Allen's avatar
      chore: rename bootstrap to refresh · ef319676
      Steven Allen authored
      As pointed out by raul, bootstrapping and refreshing are not the same thing.
      Bootstrapping is the initial setup (i.e., connect to some initial nodes to get
      started). Refreshing is the process of refreshing the routing table.
      ef319676
    • Steven Allen's avatar
      feat(bootstrap): simplify bootstrapping · ed244cd4
      Steven Allen authored
      * Rename triggerAutoBootstrap to autoBootstrap. This variable used to control
      _triggering_ only but now completely disables automatic bootstrapping.
      * Remove the BootstrapConfig. We introduced this before we switched to
      functional options. Now that we're breaking the interfaces anyways, we might as
      well use functional options all the way (easier to extend).
      * Always query self (feedback from @raulk).
      * Important: don't abort the bootstrap process if we timeout finding ourselves.
      ed244cd4
    • Steven Allen's avatar
      98cf9149
  12. 02 Nov, 2019 1 commit
  13. 01 Nov, 2019 2 commits
  14. 11 Oct, 2019 5 commits
  15. 04 Oct, 2019 1 commit
  16. 23 Jul, 2019 1 commit
  17. 26 May, 2019 1 commit
  18. 15 Apr, 2019 1 commit
  19. 14 Mar, 2019 1 commit
  20. 05 Mar, 2019 1 commit
  21. 12 Feb, 2019 2 commits
  22. 03 Feb, 2019 1 commit
  23. 30 Jan, 2019 1 commit
    • Matt Joiner's avatar
      Tidy up bootstrapping (#235) · 2d2bb551
      Matt Joiner authored
      * Remove signal bootstrapping
      
      Remove IpfsDHT.BootstrapOnSignal.
      
      * Type check expected interfaces on IpfsDHT
      
      * Simplify the bootstrap logic
      
      * Tidy up a few other things
      
      * Include BootstrapOnce
      
      * Add comment about duplicating sanity checks
      
      * Use existing import naming convention
      
      * Defer error wrapping until we need it
      
      * Restore existing query count behaviour
      2d2bb551
  24. 24 Jan, 2019 1 commit
  25. 23 Jan, 2019 1 commit
  26. 22 Jan, 2019 1 commit