-
-
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
mount: switch over to the CoreAPI #6602
Conversation
Stebalien
commented
Aug 22, 2019
- Fix resolution of sharded directories.
- Slowly kill off users of the IpfsNode object.
f536a3d
to
d00cd14
Compare
The second two commits just delete some code. |
This interop test is now failing: |
32b4caf
to
e5c5fe7
Compare
1. Fix resolution of sharded directories. 2. Slowly kill off users of the IpfsNode object.
This resolve function assumed that all paths were of the same type (ipfs, ipld, etc.). The CoreAPI does a much better job.
e5c5fe7
to
97bc89d
Compare
Not anymore? Not sure what this was, but we've fixed some interop issues since then. |
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.
Context:
|
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.
Code-wise, I see mostly renamings and nothing specially tricky compared to what was there before so lgtm...
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