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

Update go-multihash. Now uses registry system. #118

Merged
merged 1 commit into from
Jun 26, 2021
Merged

Commits on Jun 25, 2021

  1. Update go-multihash.

    You can't see it from here, but go-mulithash now uses registry system,
    so it's reasonably possible to introduce new hashers, and to use
    (some parts of!) go-multihash without bringing in lots of transitive
    dependencies.
    
    The main package of go-multihash still brings in everything
    transitively that it did before, so go-cid's transitives aren't
    shrinking, and no code is changing here... but it's closer.
    If we did cut over to the new go-mulithash/core, we could make
    many transitive dependencies become optional.
    warpfork committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b4bcfe4 View commit details
    Browse the repository at this point in the history