filecoin-project / go-amt-ipld

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

Node sink and selector suffixes support #78

Closed i-norden closed 1 year ago

i-norden commented 1 year ago

Adds alternative ForEach and Diff methods that allow us to extract all AMT nodes (including internal) during iteration and the association of "SelectorSuffixes" with the emitted leaf node values.

i-norden commented 1 year ago

Opened to wrong repo, sorry!