This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Description
js-ipfs needs to be able to work with cidv1b32 addresses, for both creation and retrieval.
- Ability to set option in
new IPFS({})
or as option to commands like ipfs add
to output base32 cidv1
- Refactor the current blockstore to use multihashes for keys
Eventually we want to do a synchronized release with go-ipfs and default to cidv1b32, but for now let's start with getting the basic support in
https://github.com/ipfs/ipfs/issues/337
@alanshaw