1. 08 Jul, 2021 1 commit
  2. 11 May, 2020 1 commit
  3. 08 May, 2020 1 commit
  4. 06 Apr, 2020 1 commit
  5. 06 Mar, 2020 1 commit
  6. 10 Jul, 2019 1 commit
  7. 19 Jun, 2019 1 commit
  8. 31 May, 2019 1 commit
    • Steven Allen's avatar
      dep: switch to core (#80) · 0b5b3896
      Steven Allen authored
      * dep: switch to core
      
      Specifically, remove go-libp2p-{crypto,peer} deps.
      
      * catch a few more usages of deprecated packages.
      0b5b3896
  9. 27 May, 2019 1 commit
    • Steven Allen's avatar
      feat: improve protocol interning · fd3ea885
      Steven Allen authored
      This used to specify a max size/count but that was only because this logic was
      shared between all peerstores (including the on-disk one). Now that:
      
      1. This only applies to the in-memory one.
      2. We never actually GC these.
      
      We can just intern indefinitely.
      fd3ea885
  10. 17 May, 2019 5 commits