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

feat: support v0 identity cids #91

Closed
wants to merge 1 commit into from

Commits on Jun 2, 2021

  1. feat: support v0 identity cids

    When dealing with PeerIDs we commonly encode them as v0 CIDs using
    base58btc encoded multihashes with the identtiy hash.
    
    The change here is to support `1` prefixed CIDv0 as a special case
    (e.g. the identity hash) similar to how we support `Q` prefixed
    CIDv0 as a special case (e.g. sha2-256).
    
    Fixes #90
    achingbrain committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    acdab0b View commit details
    Browse the repository at this point in the history