ipfs / helia

An implementation of IPFS in TypeScript
https://helia.io
Other
957 stars 104 forks source link

fix: use unixfs exporter to traverse DAGs #455

Closed achingbrain closed 8 months ago

achingbrain commented 8 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