1. 04 Oct, 2018 2 commits
    • Steven Allen's avatar
      test GetSize · b3b58152
      Steven Allen authored
      b3b58152
    • Steven Allen's avatar
      add a GetSize method · 1cd3a342
      Steven Allen authored
      We can also add this as an extension but it's simple enough I'd like to add it
      directly to the Datastore.
      
      Use-case: The blockstore now has a GetSize and bitswap uses it for packing
      multiple blocks into a single message. Unfortunately, this means that bitswap is
      now calling blockstore.GetSize which calls datastore.Get which tends to be more
      expensive than datastore.Has.
      1cd3a342
  2. 27 Sep, 2018 1 commit
  3. 24 Sep, 2018 2 commits
  4. 14 Sep, 2018 2 commits
  5. 12 Sep, 2018 1 commit
  6. 15 Aug, 2018 1 commit
  7. 14 Aug, 2018 16 commits
  8. 13 Aug, 2018 3 commits
  9. 07 Aug, 2018 2 commits
  10. 13 Jul, 2018 1 commit
  11. 12 Jul, 2018 1 commit
  12. 15 Mar, 2018 4 commits
  13. 27 Feb, 2018 1 commit
  14. 21 Feb, 2018 1 commit
  15. 16 Feb, 2018 2 commits