owlprotocol / merkledb

Bridge web2.0 databases with decentralized smart contracts
1 stars 1 forks source link

Recursive CBOR decoding #34

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

Allow CBOR to decode any data structures, including nested. This will require scanning recursively to mark structure start/end points.

closes #33