-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Extract: importers/chunk module as go-ipfs-chunker #4661
Conversation
@hsanjuan please preserve git history when possible (in go-ipfs-chunker). I know we have directions for how to do this somewhere but I can't find them (@whyrusleeping?). |
They are here: https://github.com/libp2p/go-libp2p#modularizing-go-libp2p |
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
License: MIT Signed-off-by: Hector Sanjuan <hector@protocol.ai>
09bb75a
to
3819774
Compare
Thanks, that was useful. I have:
|
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.
Looked it over and everything looks right.
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.
LGTM, gx deps look good too.
Extract: importers/chunk module as go-ipfs-chunker This commit was moved from ipfs/kubo@990e4df
This extracts
chunk
to https://github.com/ipfs/go-ipfs-chunkerThis is part of an effort to extract
importer
from go-ipfs so they can be re-used by ipfs-cluster with more liberty (and without having to import go-ipfs itself).Before I leave everything ready to merge, is the naming
go-ipfs-chunker
ok? It might be worth to go all the way and rename the whole thing and references togo-ipfs-splitter
, or to rename theSplitter
interface toChunker
.