Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

post: add post for js-ipfs 0.32 release #171

Merged
merged 5 commits into from
Sep 14, 2018
Merged

post: add post for js-ipfs 0.32 release #171

merged 5 commits into from
Sep 14, 2018

Conversation

alanshaw
Copy link
Contributor

No description provided.

License: MIT
Signed-off-by: Alan Shaw <[email protected]>
@alanshaw alanshaw changed the title [WIP] post: add post for js-ipfs 0.32 release post: add post for js-ipfs 0.32 release Sep 11, 2018
@alanshaw alanshaw requested a review from daviddias September 11, 2018 14:09

Slice and dice your DAG nodes the way _you_ want™️. When adding data to your IPFS node you can now specify the size of the chunks it creates from your data or even use [`rabin` fingerprinting](https://en.wikipedia.org/wiki/Rabin_fingerprint) to create some fancy variable length chunks for better deduping.

[Rabin](https://www.npmjs.com/package/rabin) is an [optional dependency](https://docs.npmjs.com/files/package.json#optionaldependencies), which means that to use it you'll have to install it in your project first with `npm install rabin`.
Copy link
Contributor

@achingbrain achingbrain Sep 11, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sounds more like instructions for peer dependencies in npm 3+ rather than optional dependencies

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 thanks, will fix

@alanshaw
Copy link
Contributor Author

@achingbrain hows that?

@achingbrain
Copy link
Contributor

LGTM. Do you think it's worth mentioning that you need build tools installed for native modules?

@alanshaw
Copy link
Contributor Author

You mean in addition to what I've already mentioned?

@achingbrain
Copy link
Contributor

I mean all the stuff from the 'You will also need to install' section here: https://github.com/nodejs/node-gyp#installation

It might be outside the scope of this blog post though.

@alanshaw
Copy link
Contributor Author

I'll add a link to that I think...

@alanshaw
Copy link
Contributor Author

CI is broken, merging so we can manually release

@alanshaw alanshaw merged commit f315b91 into master Sep 14, 2018
@ghost ghost removed status/in-progress In progress stage: skeleton labels Sep 14, 2018
@alanshaw alanshaw deleted the post/js-ipfs-0.32 branch September 14, 2018 15:25
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