-
-
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
[WIP] Next round of extractions (blockservice, merkledag, path) #4960
Conversation
Note, Also, is there a strong need for this right now? |
#4672 and following PRs will refactor cc @Stebalien |
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.
Looks like there are some missing changes to package.json
yeah no new imports done yet as things havent been published to gx yet
…On 21. Apr 2018, 23:26 +0200, Łukasz Magiera ***@***.***>, wrote:
@magik6k commented on this pull request.
Looks like there are some missing changes to package.json
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
So happy to see this. @ZenGround0 keep an eye on this, as this should allow to fully remove the go-ipfs dep from cluster/sharding. @dignifiedquire I think you missed |
@dignifiedquire the process I've been following is:
|
@hsanjuan yeah I have done all of that, except for the push to github and publish part, as I wanted feedback on the new repo names & granularity first. Re |
I have created and pushed the code for the packages to
Any thoughts what to do about verifcid? How long is the proper fix expected to take until it is propagated up? |
Ah yes, you're right. For the next one :) |
Bumping this. The problem with not merging extractions rapidly is that it becomes very time consuming to maintain the new repos in sync. I would extract verify-cid temporally as a way to unblock everyone depending on this.. |
closing, as this work was done in other places |
This PR extracts the following packages
./blockservice
->ipfs/go-ipfs-blockservice
./merkledag
- >ipfs/go-ipfs-merkledag
./path
->ipfs/go-ipfs-path
./path/resolver
->ipfs/go-ipfs-path-resolver
./thirdparty/verifcid
->ipfs/go-verifcid
I tried to extract less at once, but these are all depended on each other in some form, so ripping them out at once was the easiest way I could see
I have the individual packages ready to push, please let me know if I can go ahead and create the repos with their respective PRs.
Edit Yes gitcop, I will make you happy next time I push...