Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Move to pull-streams #76

Merged
merged 1 commit into from
Sep 8, 2016
Merged

[WIP] Move to pull-streams #76

merged 1 commit into from
Sep 8, 2016

Conversation

dignifiedquire
Copy link
Member

@dignifiedquire dignifiedquire commented Aug 16, 2016

This uses the newly created interface-pull-blob-store with the fs and id implementations. The interface remains the same, except the renaming of

  • datastore - > blockstore
  • datastore-legacy - >datastore

This also fixes #67 and is as such a breaking change, but can be mitigated using fs-repo-migrations for fs nodes.

@@ -2,7 +2,7 @@ sudo: false
language: node_js
node_js:
- 4
- 5
- stable
Copy link
Member

Choose a reason for hiding this comment

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

  • add Nodejs 5 too

Copy link
Member Author

Choose a reason for hiding this comment

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

why? it is just additional time, and I have not seen a single thing working in 4 & 6 that could break in 5

@daviddias
Copy link
Member

👍 for renaming things. Needs rebase, made some comments, then it is good to go :)

@dignifiedquire
Copy link
Member Author

@diasdavid ready :)

blockstore and datastore-legacy -> datastore + use base32 encoding for
blocks

BREAKING:

- Rename `datastore` to `blockstore` and `datastore-legacy` to `datastore`.
- Stores now need to adhere to the [interface-pull-blob-store](https://github.com/ipfs/interface-pull-blob-store) definition.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update encodings following the changes in go-ipfs
2 participants