Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

fix: switch to go-multicodec mappings #240

Merged
merged 2 commits into from Mar 31, 2022
Merged

fix: switch to go-multicodec mappings #240

merged 2 commits into from Mar 31, 2022

Commits on Mar 30, 2022

  1. fix: switch to go-multicodec mappings

    The mappings in go-cid were maintained by hand and are invalid.
    More details in ipfs/go-cid#137
    
    This is switching to go-multicodec which has correct mappings
    that are generated, not written by hand.
    lidel committed Mar 30, 2022
    Copy the full SHA
    d9f3ebc View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. refactor: use %q for invalid codes

    Co-authored-by: Daniel Martí <mvdan@mvdan.cc>
    lidel and mvdan committed Mar 31, 2022
    Copy the full SHA
    fcd80a7 View commit details
    Browse the repository at this point in the history