1. 21 Aug, 2021 1 commit
  2. 23 Jun, 2021 1 commit
  3. 31 Jan, 2020 2 commits
    • Hector Sanjuan's avatar
      Replace DsKeyToCidV1Raw() with DsKeyToCidV1() · 0c9f4a7c
      Hector Sanjuan authored
      Allow passing in whatever codec type the user wants
      0c9f4a7c
    • Hector Sanjuan's avatar
      Remove DsKeyToCid() and CidToDsKey(). Add DsKeyToCidV1Raw() · 48143f3d
      Hector Sanjuan authored
      We are deprecating these functions as ipfs strives to store
      multihashes directly on the datastore, rather than CIDs.
      
      Thus multiple CIDs might map to the same multihash. Making this functions
      reflect that behaviour might cause silent breakage in users. We prefer loud
      breakage.
      
      Users using CidToDsKey(c) should move to MultihashToDsKey(c.Hash()).
      
      Users using DsKeyToCid() should move to DsKeyToCidV1Raw() or DsKeyToMultihash().
      
      Note that datastore should handle migrations to replace existing CID-encoded
      keys with raw multihashes, or preserve DsKeyToCid() and CidToDsKey() in their
      own codebases.
      48143f3d
  4. 07 Jan, 2020 1 commit
  5. 28 Feb, 2019 1 commit
  6. 12 Sep, 2018 1 commit
  7. 12 Feb, 2018 1 commit
  8. 24 Jan, 2018 1 commit
  9. 14 Dec, 2017 1 commit
  10. 02 Dec, 2017 1 commit
  11. 02 Sep, 2017 1 commit
  12. 12 Jul, 2017 1 commit
  13. 04 Jul, 2017 1 commit
  14. 03 Jul, 2017 1 commit
  15. 29 Jun, 2017 1 commit
  16. 20 Apr, 2017 1 commit
  17. 12 Feb, 2017 1 commit
  18. 29 Nov, 2016 2 commits
  19. 16 Nov, 2016 1 commit
  20. 14 Nov, 2016 1 commit
  21. 25 Oct, 2016 1 commit
  22. 17 Oct, 2016 1 commit
  23. 08 Oct, 2016 1 commit
  24. 06 Oct, 2016 1 commit