dag get assumes that IPLD Nodes implement UnmarshalJSON
Open
kind/bug
topic/merkledag
- Dominant language
- Go
- Stars
- 17.1k
- Forks
- 3.2k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 11
Description
We should instead be using IPLD specific unmarshaling/marshaling methods to convert from Dag\* to DagJSON (and friends).
Currently, this means that `ipfs dag get $some_raw_node` returns `{Block: {}}`.
Contributor guide
Assessment
This issue has not been assessed yet.