Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: remove invalid string2code mappings #137

Merged
merged 4 commits into from Apr 21, 2022
Merged

Commits on Mar 23, 2022

  1. fix: codec table and dag-json and dag-cbor

    Codec table was missing dag-json and it had invalid code for dag-cbor.
    It also had invalid string representation of dag-pb -- it was using
    'protobuf' which is a totally different code.
    
    I fixed those bugs, and added generic variants for Protobuf, JSON and
    CBOR, so go-cid finally match the source of truth at
    https://github.com/multiformats/multicodec/blob/master/table.csv
    lidel committed Mar 23, 2022
    Copy the full SHA
    da55247 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. refactor: remove Codecs table

    lidel committed Mar 24, 2022
    Copy the full SHA
    6ca2617 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. Copy the full SHA
    85198b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. chore: go-cid 0.2.0

    lidel committed Apr 21, 2022
    Copy the full SHA
    fdd8972 View commit details
    Browse the repository at this point in the history