-
Notifications
You must be signed in to change notification settings - Fork 1.2k
fix: files.add with pull streams + ability to seek #1319
Conversation
|
I understand that this PR needs the latest of js-ipfs-api. I'm having a hard time releasing js-ipfs-api. Too many timeouts. Wanna take a look at that? |
|
Sure, I'll take a look now |
|
Ok so, for
|
84509c2 to
6b424a0
Compare
6b424a0 to
6248cac
Compare
|
@alanshaw something is not working properly in this PR. |
|
According to the CI the failing tests are to do with |
daviddias
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alanshaw Master is currently working (check Travis and Jenkins). Perhaps was a change on the test suite?
package.json
Outdated
| "form-data": "^2.3.2", | ||
| "hat": "0.0.3", | ||
| "interface-ipfs-core": "^0.61.0", | ||
| "interface-ipfs-core": "^0.64.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@alanshaw something might have changed here
|
@diasdavid yes that's it - the tests are failing because the new |
…o request slices of files feat: Allows for byte offsets when using ipfs.files.cat and friends to request slices of files
|
@diasdavid CI seems happy with this now but some of our (unrelated to this PR) tests time out occasionally. |
circle.yml
Outdated
| # Warning: This file is automatically synced from https://github.com/ipfs/ci-sync so if you want to change it, please change it there and ask someone to sync all repositories. | ||
| machine: | ||
| node: | ||
| version: 9 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use LTS please
fixes #1317
tested by ipfs-inactive/interface-js-ipfs-core#256