Skip to content
This repository has been archived by the owner on Mar 10, 2020. It is now read-only.

fix: remove format and/or codec options #69

Merged
merged 1 commit into from
Jan 9, 2020
Merged

Conversation

achingbrain
Copy link
Collaborator

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.
@achingbrain achingbrain merged commit 009fb98 into master Jan 9, 2020
@achingbrain achingbrain deleted the remove-format branch January 9, 2020 16:58
achingbrain added a commit to ipfs-inactive/js-ipfs-http-client that referenced this pull request Jan 11, 2020
BREAKING CHANGE:

`format` option is no longer supported as everything is `dag-pb` all
of the time.

Follows on from ipfs-inactive/js-ipfs-mfs#69
alanshaw pushed a commit to ipfs-inactive/js-ipfs-http-client that referenced this pull request Jan 12, 2020
BREAKING CHANGE: `format` option is no longer supported as everything is `dag-pb` all
of the time.

Follows on from ipfs-inactive/js-ipfs-mfs#69
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove format option from mfs commands
1 participant