ipfs / helia

An implementation of IPFS in JavaScript
https://helia.io
Other
814 stars 81 forks source link

fix: use unixfs exporter to traverse DAGs #455

Closed achingbrain closed 4 months ago

achingbrain commented 4 months ago

Reuse the existing exporter walkPath method to traverse a DAG as it is clever enough to not load unnecessary blocks which is important when traversing HAMTs.

Change checklist