leaf unixfs nodes are being created with type 'file' instead of 'raw' #2331
Labels
kind/bug
A bug in existing code (including security flaws)
kind/support
A question or request for support
I was debugging a js-ipfs go-ipfs interop issue for a while and in the end the difference was that if a file had to be chunked, my leaf data nodes would be created with type 'raw' (0 in the encoded protobuf), while go-ipfs does type 'files (2 in the encoded protobuf) for everything. Is this accurate and intended?
The text was updated successfully, but these errors were encountered: