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

mount: switch over to the CoreAPI #6602

Merged
merged 3 commits into from
Mar 7, 2020
Merged

mount: switch over to the CoreAPI #6602

merged 3 commits into from
Mar 7, 2020

Commits on Mar 2, 2020

  1. mount: switch over to the CoreAPI

    1. Fix resolution of sharded directories.
    2. Slowly kill off users of the IpfsNode object.
    Stebalien committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    76b1546 View commit details
    Browse the repository at this point in the history
  2. cmds/tar: use the coreapi

    Stebalien committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    8643d94 View commit details
    Browse the repository at this point in the history
  3. resolve: kill off buggy resolve function

    This resolve function assumed that all paths were of the same type (ipfs, ipld,
    etc.). The CoreAPI does a much better job.
    Stebalien committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    97bc89d View commit details
    Browse the repository at this point in the history