You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: store blocks by multihash instead of CID (#3124)
Updates the `ipfs-repo` dep to a version that stores blocks by multihash instead of CID to support CIDv1 and CIDv0 access to the same block.
New features:
- Adds a `--multihash` argument to the cli command `ipfs refs local` which prints the base32 encoded multihash of each block
BREAKING CHANGES:
- `ipfs.refs.local` now returns a v1 CID with the raw codec for every block and not the original CID by which it was added to the blockstore
Co-authored-by: Hugo Dias <[email protected]>
0 commit comments