1. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 4e36c0d5
      Hector Sanjuan authored
      This extracts the blocks/blockstore package and renames the
      blocks/blockstore/util package to /blocks/blockstoreutil
      (because util depends on Pin and I don't plan to extract
      Pin and its depedencies).
      
      The history of blocks/blockstore has been preserved. It has
      been gx'ed and imported. Imports have been rewritten accordingly
      and re-ordered.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      4e36c0d5
  2. 08 Feb, 2018 4 commits
  3. 07 Feb, 2018 2 commits
  4. 06 Feb, 2018 2 commits
  5. 03 Feb, 2018 1 commit
  6. 02 Feb, 2018 1 commit
  7. 29 Jan, 2018 1 commit
  8. 25 Jan, 2018 2 commits
  9. 24 Jan, 2018 1 commit
  10. 23 Jan, 2018 1 commit
  11. 14 Dec, 2017 1 commit
  12. 07 Dec, 2017 1 commit
  13. 06 Dec, 2017 1 commit
  14. 02 Dec, 2017 1 commit
  15. 17 Nov, 2017 1 commit
  16. 28 Oct, 2017 3 commits
  17. 20 Oct, 2017 1 commit
  18. 19 Oct, 2017 3 commits
  19. 11 Oct, 2017 3 commits
  20. 05 Oct, 2017 1 commit
  21. 06 Sep, 2017 1 commit
  22. 02 Sep, 2017 1 commit
  23. 01 Sep, 2017 1 commit
  24. 31 Aug, 2017 1 commit
  25. 12 Aug, 2017 1 commit
  26. 09 Aug, 2017 2 commits
  27. 17 Jul, 2017 1 commit
    • Steven Allen's avatar
      gx: update ipldcbor · 840b169d
      Steven Allen authored
      I previously optimized the IPLD cbor decoder to *not* encode and then re-decode
      objects when constructing them with `WrapObject`. Unfortunately, we rely on this
      to canonicalize the object before computing the tree/links.
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      840b169d