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

Remove go-ipfs as a direct dependency #197

Closed
5 tasks
dignifiedquire opened this issue Mar 23, 2018 · 3 comments
Closed
5 tasks

Remove go-ipfs as a direct dependency #197

dignifiedquire opened this issue Mar 23, 2018 · 3 comments

Comments

@dignifiedquire
Copy link
Contributor

dignifiedquire commented Mar 23, 2018

Description

Currently we are depending on various parts that are inside ipfs/go-ipfs. This can create issues as we don't track the dependency properly, but rather clone it with a script and pull it in.

Acceptance criteria

These things need to get extracted:

  • go-ipfs/merkledag
  • go-ipfs/exchange
  • go-ipfs/blockservice
  • go-ipfs/importer
  • go-ipfs/unixfs

Risks + pitfalls

Where to begin

@dignifiedquire
Copy link
Contributor Author

Some work happening here: ipfs/kubo#4912

@dignifiedquire
Copy link
Contributor Author

Next round: ipfs/kubo#4960

@dignifiedquire
Copy link
Contributor Author

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

1 participant