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 has been archived by the owner on Mar 10, 2020. It is now read-only.
At some point the swarm commands were re-implemented and in the process, their return type was changed from Promise to callback. This breaks the use of js-ipfs-api in older projects.
Furthermore, the APIs return different data: on js-ipfs-api, it's { Strings: [<addresses>] } and on js-ipfs it's an array of Multiaddresses.
The text was updated successfully, but these errors were encountered:
And we are making the API compatible through interface-ipfs-core, we just need to get the pull-streams in and change the libp2p to support multiaddrs without ipfs ids too. Follow here:
At some point the swarm commands were re-implemented and in the process, their return type was changed from Promise to callback. This breaks the use of js-ipfs-api in older projects.
Furthermore, the APIs return different data: on js-ipfs-api, it's
{ Strings: [<addresses>] }
and on js-ipfs it's an array of Multiaddresses.The text was updated successfully, but these errors were encountered: