1. 20 Aug, 2019 1 commit
  2. 15 Aug, 2019 4 commits
  3. 14 Aug, 2019 1 commit
  4. 13 Aug, 2019 1 commit
  5. 04 Jul, 2019 2 commits
  6. 03 Jul, 2019 1 commit
    • hannahhoward's avatar
      feat(sessions): pass optimization rating · 8e59a716
      hannahhoward authored
      When fetching optimized peers from the peer manager, return an optimization rating, and pass on to
      request splitter
      
      BREAKING CHANGE: interface change to GetOptimizedPeers and SplitRequests public package methods
      8e59a716
  7. 14 Jun, 2019 1 commit
  8. 12 Jun, 2019 3 commits
  9. 04 Jun, 2019 1 commit
  10. 03 Jun, 2019 4 commits
  11. 31 May, 2019 1 commit
  12. 26 Jan, 2019 1 commit
  13. 11 Jan, 2019 1 commit
  14. 10 Jan, 2019 1 commit
  15. 22 Dec, 2018 1 commit
  16. 20 Dec, 2018 3 commits
  17. 19 Dec, 2018 1 commit
  18. 18 Dec, 2018 1 commit
  19. 13 Dec, 2018 6 commits
  20. 11 Dec, 2018 1 commit
    • hannahhoward's avatar
      refactor(sessions): extract sessions to package · 40aa1fb8
      hannahhoward authored
      - moved sessions out of main bitswap package
      - modified session manager to manage all sessions
      - moved get functions to their own package so sessions can directly
      
      BREAKING CHANGE: SessionsForBlock, while not used outside of Bitswap, has been removed, and was an
      exported function
      40aa1fb8