1. 30 Aug, 2021 1 commit
  2. 23 Aug, 2021 1 commit
  3. 15 Jun, 2021 1 commit
  4. 14 May, 2021 1 commit
    • Adin Schmahmann's avatar
      Crawler based DHT client (#709) · eac1b5e1
      Adin Schmahmann authored
      * fullrt: add experimental FullRT DHT client
      
      The FullRT client periodically crawls the network to fill its local routing table and uses that to perform queries. It supports performing many provides or puts together taking advantage of efficiencies of grouping the DHT operations by where they will occur in the Kademlia space. Additionally, it has a more tunable function for determining when a query is complete that does not require waiting on any individual peer (which could be offline) to respond. This client is experimental and its exposed interfaces should be expected to change and break over time.
      
      * crawler: starting peers with addresses and peers found during a crawl have their addresses extended. logging improved
      
      * dht: move IpfsDHT options to the internal package. Make a breaking change to the filter interfaces to support more DHT implementations
      
      * dht: GetClosestPeers now returns a slice of peers instead of a channel of peers since we have to wait for the query to complete to return the closest peers anyway
      
      * dht: the subscriberNotifiee has been refactored to work more independently of the underlying message sender implementation
      eac1b5e1
  5. 30 Apr, 2021 1 commit
  6. 12 Nov, 2020 1 commit
  7. 26 Aug, 2020 2 commits
  8. 14 Aug, 2020 2 commits
  9. 30 Jul, 2020 1 commit
  10. 10 Jun, 2020 1 commit
  11. 03 Jun, 2020 1 commit
  12. 14 May, 2020 1 commit
  13. 29 Apr, 2020 1 commit
  14. 25 Apr, 2020 1 commit
  15. 21 Apr, 2020 2 commits
  16. 20 Apr, 2020 2 commits
  17. 15 Apr, 2020 2 commits
  18. 10 Apr, 2020 1 commit
  19. 09 Apr, 2020 5 commits
  20. 08 Apr, 2020 1 commit
    • Steven Allen's avatar
      feat: cache router info · 9461bab3
      Steven Allen authored
      Unfortunately, constructing a router is _not_ cheap. Cache it so we don't have
      to re-compute it every time we get a query.
      9461bab3
  21. 06 Apr, 2020 2 commits
  22. 03 Apr, 2020 9 commits