1. 03 Jun, 2019 1 commit
    • hannahhoward's avatar
      feat(sessions): add rebroadcasting, search backoff · 49a96fbe
      hannahhoward authored
      on a tick, do not keep searching for providers for the same block. instead rely on a periodic search
      for more providers. (which will run no matter what, even w/o ticks, to optimize found providers).
      also backoff tick time to reduce broadcasts.
      
      fix #95, fix #107
      49a96fbe
  2. 31 May, 2019 1 commit
  3. 26 Jan, 2019 1 commit
  4. 11 Jan, 2019 1 commit
  5. 10 Jan, 2019 1 commit
  6. 22 Dec, 2018 1 commit
  7. 20 Dec, 2018 3 commits
  8. 19 Dec, 2018 1 commit
  9. 18 Dec, 2018 1 commit
  10. 13 Dec, 2018 6 commits
  11. 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