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
* store blocks under multihash key ([#211](https://github.com/ipfs/js-ipfs-repo/issues/211)) ([06a9e27](https://github.com/ipfs/js-ipfs-repo/commit/06a9e27))
8
+
9
+
10
+
### BREAKING CHANGES
11
+
12
+
*- Repo version incremented to `8`, requires a migration
13
+
- Blocks are now stored using the multihash, not the full CID
14
+
-`repo.blocks.query({})` now returns an async iterator that yields blocks
15
+
-`repo.blocks.query({ keysOnly: true })` now returns an async iterator that yields CIDs
0 commit comments