1. 04 Jun, 2020 1 commit
  2. 03 Jun, 2020 1 commit
  3. 29 May, 2020 1 commit
    • Aarsh Shah's avatar
      fix bug in peer eviction (#87) · 11b3312c
      Aarsh Shah authored
      * This is the fix for the bug wherein we don't fire PeerRemoved notifications when we replace "less useful" peers in a bucket.
      11b3312c
  4. 15 May, 2020 1 commit
  5. 12 May, 2020 1 commit
  6. 11 May, 2020 1 commit
  7. 09 Apr, 2020 8 commits
  8. 06 Apr, 2020 5 commits
  9. 05 Apr, 2020 1 commit
    • Steven Allen's avatar
      fix: correctly track CPLs of never refreshed buckets · 7c961a02
      Steven Allen authored
      To determine how many buckets we should refresh, we:
      
      1. Look at the max bucket.
      2. Look at the peer with the greatest common prefix in the max bucket.
      3. Return the "last refresh" times for all buckets between 0 and `min(maxPeer, 15)`
      
      BREAKING: this returns a slice of times instead of CplRefresh objects because we
      want to refresh _all_ buckets between 0 and the max CPL.
      7c961a02
  10. 03 Apr, 2020 1 commit
  11. 02 Apr, 2020 8 commits
  12. 30 Mar, 2020 3 commits
  13. 24 Mar, 2020 1 commit
  14. 20 Mar, 2020 2 commits
  15. 19 Mar, 2020 2 commits
  16. 18 Mar, 2020 3 commits