1. 17 Mar, 2021 1 commit
    • Daniel Martí's avatar
      re-add the Encoder and Decoder APIs · 27e0a6a4
      Daniel Martí authored
      We're a semver v1, so we can't remove exposed APIs unless we bump to
      v2+. Bumping the major version to just rename two APIs seems a bit
      overkill; keeping the old ones around and deprecating them is much
      easier.
      
      This partially reverts commit b8473079.
      27e0a6a4
  2. 16 Mar, 2021 1 commit
    • Daniel Martí's avatar
      add a prototype chooser API for integrations · b641b0ff
      Daniel Martí authored
      At least go-merkledag and go-graphsync still need a prototype chooser,
      and go-ipld-prime-proto provides one, so this simplifies integration
      with downstreams.
      
      It's worth noting that we just add PBNode here, while
      go-ipld-prime-proto also added RawNode. This is because this dag-pb
      module leaves raw nodes out, since those are now in
      go-ipld-prime/codec/raw.
      
      The logic is just three lines, but it's still easier to not have to
      copy-paste these between different projects.
      b641b0ff
  3. 15 Mar, 2021 4 commits
  4. 08 Mar, 2021 1 commit
  5. 28 Feb, 2021 1 commit
  6. 26 Feb, 2021 2 commits
    • Daniel Martí's avatar
      fix the module path · ca0dd481
      Daniel Martí authored
      The module was defined as github.com/ipld/go-codec-dagpb/dagpb, but the
      repository is at github.com/ipld/go-codec-dagpb. This means that neither
      can be resolved as a valid Go package import path; the former results in
      a GitHub 404, and the latter results in a valid GitHub repository which
      holds a different module.
      
      Rod confirmed that the /dagpb suffix wasn't intentional, so just get rid
      of it.
      
      While at it, mod tidy.
      ca0dd481
    • ipldbot's avatar
      update automerge.yml (#10) · 293edc87
      ipldbot authored
      293edc87
  7. 25 Feb, 2021 6 commits
  8. 10 Jan, 2021 1 commit
  9. 01 Jan, 2021 3 commits
  10. 14 Dec, 2020 2 commits
  11. 09 Dec, 2020 2 commits
  12. 08 Dec, 2020 6 commits
  13. 07 Dec, 2020 1 commit
  14. 06 Oct, 2020 1 commit
  15. 01 Oct, 2020 1 commit
  16. 28 Sep, 2020 2 commits