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

refactor: default to base32 encoding for v1 CIDs #89

Merged
merged 3 commits into from
May 9, 2019
Merged

Commits on May 8, 2019

  1. refactor: default to base32 encoding for v1 CIDs

    This switches the default encoding for v1 CIDs from base58btc to base32. See ipfs/js-ipfs#1995 for details.
    
    BREAKING CHANGE: The default string encoding for v1 CIDs has changed from base58btc to base32.
    
    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    Alan Shaw committed May 8, 2019
    Configuration menu
    Copy the full SHA
    31f00f0 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. docs: add docs on multibaseName value for v1 CIDs

    License: MIT
    Signed-off-by: Alan Shaw <[email protected]>
    Alan Shaw committed May 9, 2019
    Configuration menu
    Copy the full SHA
    6d1b7bf View commit details
    Browse the repository at this point in the history
  2. docs: update usage docs for base32 encoded CIDv1

    Alan Shaw authored May 9, 2019
    Configuration menu
    Copy the full SHA
    93cbd85 View commit details
    Browse the repository at this point in the history