1. 03 Apr, 2020 5 commits
  2. 22 Mar, 2020 1 commit
  3. 13 Mar, 2020 1 commit
  4. 04 Mar, 2020 1 commit
  5. 18 Feb, 2020 1 commit
  6. 17 Feb, 2020 1 commit
  7. 04 Feb, 2020 1 commit
  8. 19 Dec, 2019 3 commits
  9. 12 Dec, 2019 3 commits
  10. 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
  11. 06 Dec, 2019 2 commits
  12. 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
  13. 15 Nov, 2019 1 commit
  14. 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
  15. 02 Nov, 2019 1 commit
  16. 01 Nov, 2019 2 commits
  17. 11 Oct, 2019 5 commits
  18. 04 Oct, 2019 1 commit
  19. 23 Jul, 2019 1 commit
  20. 26 May, 2019 1 commit
  21. 15 Apr, 2019 1 commit
  22. 14 Mar, 2019 1 commit
  23. 05 Mar, 2019 1 commit