Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

fix: choose import strategy in ipfs.add #2541

Merged
merged 2 commits into from
Oct 17, 2019

Conversation

achingbrain
Copy link
Member

The interface spec says you should pass a trickle boolean to ipfs.add to get a trickle DAG, this PR makes us actually do that instead of passing strategy: 'whatever'.

The interface spec says you should pass a `trickle` boolean to
`ipfs.add` to get a trickle DAG, this PR makes us actually do that
instead of passing `strategy: 'whatever'`.
@achingbrain achingbrain merged commit bba1537 into master Oct 17, 2019
@achingbrain achingbrain deleted the choose-import-strategy-in-add branch October 17, 2019 10:21
achingbrain added a commit that referenced this pull request Oct 17, 2019
* fix: choose import strategy in ipfs.add

The interface spec says you should pass a `trickle` boolean to
`ipfs.add` to get a trickle DAG, this PR makes us actually do that
instead of passing `strategy: 'whatever'`.

* fix: remove trickle arg before passing to importer
achingbrain added a commit that referenced this pull request Oct 17, 2019
* fix: choose import strategy in ipfs.add

The interface spec says you should pass a `trickle` boolean to
`ipfs.add` to get a trickle DAG, this PR makes us actually do that
instead of passing `strategy: 'whatever'`.

* fix: remove trickle arg before passing to importer
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.

2 participants