-
-
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
gx: update blockstore and path #5348
Conversation
Blocked on ipfs/go-ipfs-blockstore#10. |
|
I'd do this here, shouldn't take long to merge. |
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
see: ipfs/go-path#1 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
b3bb929
to
eac8072
Compare
This is no longer blocked and should be ready for review. |
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.
1 nit, rest lgtm
filestore/filestore.go
Outdated
// try filestore | ||
} | ||
|
||
return f.fm.GetSize(c) |
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.
You should be able to move this into the switch
(address CR) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
ba13005
to
fb41422
Compare
and apply fixes for changed interfaces