1. 03 Jun, 2021 10 commits
  2. 06 May, 2021 1 commit
  3. 22 Apr, 2021 1 commit
  4. 21 Apr, 2021 2 commits
  5. 09 Apr, 2021 1 commit
  6. 05 Apr, 2021 2 commits
    • web3-bot's avatar
      update .github/workflows/go-test.yml (#70) · 874a5169
      web3-bot authored
      874a5169
    • Daniel Martí's avatar
      replace go-ipld-prime-proto with go-codec-dagpb · 97bd4ecd
      Daniel Martí authored
      We're transitioning to the latter codec for dag-pb on ipld-prime, so
      go-car should use it too to avoid registering two codecs to handle the
      same multicodec code.
      
      Besides swapping the library, we also update go-ipld-prime to grab its
      raw codec, to be used for raw nodes.
      
      We also roll our own little version of go-ipld-prime-proto's
      AddDagPBSupportToChooser. With go-codec-dagpb, raw nodes don't need a
      special prototype, so we need just one special case for PBNode. It also
      doesn't seem worthwhile to add API to go-codec-dagpb for what is
      essentially three lines of fairly simple code. We can always revisit
      that if more downstream users require it too.
      97bd4ecd
  7. 02 Apr, 2021 1 commit
  8. 01 Apr, 2021 4 commits
  9. 30 Mar, 2021 2 commits
  10. 29 Mar, 2021 4 commits
  11. 27 Mar, 2021 1 commit
  12. 25 Mar, 2021 4 commits
  13. 24 Mar, 2021 2 commits
  14. 22 Mar, 2021 3 commits
  15. 08 Mar, 2021 2 commits