v4.0.0
Features
BREAKING CHANGES
-
- Repo version incremented to
8
, requires a migration
- Repo version incremented to
- Blocks are now stored using the multihash, not the full CID
repo.blocks.query({})
now returns an async iterator that yields blocksrepo.blocks.query({ keysOnly: true })
now returns an async iterator that yields CIDs- Those CIDs are v1 with the raw codec
Co-authored-by: achingbrain [email protected]