-
-
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
DAG API #3771
Comments
Getting an error when sending a protobuf (serialized in protobuf and sent with --input-enc=protobuf)
|
re: your comment, that one seems pretty obvious. We havent implemented protobuf support in the dag put |
@whyrusleeping understood. The message that I was trying to convey is that I was expecting it to be there and that I'm interested for it to be there :) Supporting |
@whyrusleeping I'm blocked on this one, do you have a time estimate for when you will be able to look into this? |
@diasdavid Outline exactly the features you need, and the acceptance cases for it being 'correct'. I've been really pressed for time lately so if you can do some of that footwork for me, it will help me out a lot |
Ok :) So I need:
This is it :) |
I'm looking at doing this (at least the output format option mentioned in the Haskell discussion), but realized I have a few questions that @diasdavid or @whyrusleeping might be able to answer. What should my flag be called? Where would you place the decoding? The first place I look is obviously |
reopening as it's not yet fully done |
I have some work regarding this already done (using cbor instead of json to communicate with API), but I'll probably wait with this until ipfs/go-ipld-format#23 happens. |
@diasdavid Why |
@kevina no really strong reason tbh |
Ref: ipfs-inactive/interface-js-ipfs-core#123
As discussed previously:
format
should take in the names of the formats (dag-cbor, dag-pb, eth-block, etc)hashAlg
cbor
all the way and/or have an option for--output-enc
too.Related question:
For context: https://github.com/ipfs/interface-ipfs-core/issues/81#issuecomment-277271941
The text was updated successfully, but these errors were encountered: