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
{{ message }}
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
* handle empty array return value in dht.findProvs ([#1003](https://github.com/ipfs/js-ipfs-http-client/issues/1003)) ([15ab7c5](https://github.com/ipfs/js-ipfs-http-client/commit/15ab7c5))
* The default string encoding for version 1 CIDs has changed to `base32`.
18
+
19
+
IPLD formats have been updated to the latest versions. IPLD nodes returned by `ipfs.dag` and `ipfs.object` commands have significant breaking changes. If you are using these commands in your application you are likely to encounter the following changes to `dag-pb` nodes (the default node type that IPFS creates):
20
+
21
+
*`DAGNode` properties have been renamed as follows:
22
+
*`data` => `Data`
23
+
*`links` => `Links`
24
+
*`size` => `size` (Note: no change)
25
+
*`DAGLink` properties have been renamed as follows:
26
+
*`cid` => `Hash`
27
+
*`name` => `Name`
28
+
*`size` => `Tsize`
29
+
30
+
See CHANGELOGs for each IPLD format for it's respective changes, you can read more about the [`dag-pb` changes in the CHANGELOG](https://github.com/ipld/js-ipld-dag-pb/blob/master)
0 commit comments