1. 23 Apr, 2021 9 commits
  2. 26 Aug, 2020 1 commit
  3. 25 Aug, 2020 1 commit
  4. 31 Jul, 2020 1 commit
  5. 16 Jun, 2020 1 commit
  6. 10 Jun, 2020 1 commit
    • Aarsh Shah's avatar
      simplify filter (#92) · 6ee41868
      Aarsh Shah authored
      Remove Whitelisting and Blacklisting networks functionality as we don't use it anymore.
      6ee41868
  7. 06 Jun, 2020 2 commits
  8. 04 Jun, 2020 1 commit
  9. 03 Jun, 2020 1 commit
  10. 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
  11. 15 May, 2020 1 commit
  12. 12 May, 2020 1 commit
  13. 11 May, 2020 1 commit
  14. 09 Apr, 2020 8 commits
  15. 06 Apr, 2020 5 commits
  16. 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
  17. 03 Apr, 2020 1 commit
  18. 02 Apr, 2020 3 commits