I can only pin a CBOR block directly. If I try to let it recurse it hangs. Does recursive pinning require DAG-PB?
No, pinning works independent of the graph type as long as the implementation can understand the codecs of the individual nodes (e.g. dag-pb, dag-cbor, dag-json, etc.).
I’m not sure what you’re using but FYI if using Helia you may have to explicitly import the codecs you need support for.
If you give an example of what you’re trying to do that’ll make it easier for people to help you
Thank you. I forgot my DAG usually has a link to a block that’s not in the repo. That is why recursion isn’t working for me. Your comment helped me a lot, thanks again.