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

Packages to extract from go-ipfs #665

Closed
3 of 7 tasks
whyrusleeping opened this issue Jul 26, 2018 · 6 comments
Closed
3 of 7 tasks

Packages to extract from go-ipfs #665

whyrusleeping opened this issue Jul 26, 2018 · 6 comments

Comments

@whyrusleeping
Copy link
Member

whyrusleeping commented Jul 26, 2018

We don't want to depend directly on ipfs. It makes dependency management really un-fun in a lot of ways. To avoid doing that, we need to extract the following packages from ipfs into their own repos:

  • github.com/ipfs/go-ipfs/path"
  • github.com/ipfs/go-ipfs/path/resolver"
  • github.com/ipfs/go-ipfs/merkledag"
  • github.com/ipfs/go-ipfs/importer"
  • github.com/ipfsgo-ipfs/unixfs/io"
  • github.com/ipfs/go-ipfs/exchange/bitswap"
  • github.com/ipfs/go-ipfs/exchange/bitswap/network"
@dignifiedquire
Copy link
Contributor

We already had this issue :) #197

@whyrusleeping
Copy link
Member Author

oops >.>

@whyrusleeping
Copy link
Member Author

bitswap is done, so is blockservice (indirect dep). Merkledag is ready to go (but not merged yet). I plan on getting the rest done by end of weekend.

@whyrusleeping
Copy link
Member Author

merkledag is done, doing path stuff next

@whyrusleeping
Copy link
Member Author

Path is nearly done. I realize that doing the importers stuff is going to be annoying because several people are working on PRs to parts of it...

@dignifiedquire
Copy link
Contributor

Thanks to @whyrusleeping this is done now #695

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

No branches or pull requests

2 participants