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.
IPFS is all `dag-pb` yet we allow passing `dag-cbor` as the format of
IPLD node to use. This is likely to break anything that uses it as
tools expect IPFS stuff to be `dag-pb`, possibly with `raw` leaves.
Closes#67
BREAKING CHANGE:
`--format` and/or `--codec` option has been removed from the CLI, the
HTTP API and the core API.
IPFS is all `dag-pb` yet we allow passing `dag-cbor` as the format of IPLD node to use. This is likely to break anything that uses it as tools expect IPFS stuff to be `dag-pb`, possibly with `raw` leaves.
Closes#67
BREAKING CHANGE:
`--format` and/or `--codec` option has been removed from the CLI, the HTTP API and the core API.
Following on from ipfs-inactive/interface-js-ipfs-core#575
The text was updated successfully, but these errors were encountered: