This repository was archived by the owner on Feb 12, 2024. It is now read-only.
This repository was archived by the owner on Feb 12, 2024. It is now read-only.
Make js-ipfs capable of working with cidv1b32 #1440
Closed
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 likeipfs 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