js-ipld-dag-pb
js-ipld-dag-pb copied to clipboard
JavaScript Implementation of the MerkleDAG Nodes with Protobuf.
Results
1
js-ipld-dag-pb issues
Sort by
recently updated
recently updated
newest added
Return value of util.serialize(dagNode.toJSON()) should produce equal value to `dagNode.serialize()`
2
Current implementation of `.toJSON()` produces structure with fields: `data`, `links` and `size`. Which somewhat resembles `DAGNode` however passing that value into `ipld.put` stores block with CID `QmdfTbBqBPQ7VNxZEYEj14VmRuZBkqFbiwReogJgS1zR1n` corresponding to `{}`...