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

mfs support for raw-nodes is incomplete #3989

Closed
whyrusleeping opened this issue Jun 18, 2017 · 5 comments
Closed

mfs support for raw-nodes is incomplete #3989

whyrusleeping opened this issue Jun 18, 2017 · 5 comments
Assignees
Labels
kind/bug A bug in existing code (including security flaws) status/in-progress In progress
Milestone

Comments

@whyrusleeping
Copy link
Member

many commands in the ipfs files namespace don't fully support raw-nodes. Simple reproduction:

echo "foo" | ipfs add --raw-leaves
ipfs files cp /ipfs/THATHASH /foo
# that bit breaks, but also somewhat succeeds
ipfs files stat --hash /foo
@whyrusleeping whyrusleeping added kind/bug A bug in existing code (including security flaws) help wanted Seeking public contribution on this issue labels Jun 18, 2017
@kevina kevina self-assigned this Jun 18, 2017
@kevina
Copy link
Contributor

kevina commented Jun 18, 2017

This sounds like an easy one for me to take on.

@whyrusleeping
Copy link
Member Author

@kevina great!

@Kubuxu
Copy link
Member

Kubuxu commented Jun 19, 2017

It is partially: #3921

@whyrusleeping
Copy link
Member Author

@Kubuxu yeah, the dagmodifier is a good chunk of it

@kevina kevina added status/in-progress In progress and removed help wanted Seeking public contribution on this issue labels Jun 19, 2017
@kevina
Copy link
Contributor

kevina commented Jun 19, 2017

working on this now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws) status/in-progress In progress
Projects
None yet
Development

No branches or pull requests

3 participants