filecoin-project / go-amt-ipld

Implementation of an array mapped trie using go and ipld
Other
9 stars 15 forks source link

Use CBOR-marshal interfaces for values #44

Closed anorth closed 3 years ago

anorth commented 3 years ago

See discussion for the similar change to the HAMT: https://github.com/filecoin-project/go-hamt-ipld/pull/81

Closes #42