ipfs / helia

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

fix: use CID object for verified-fetch progress events #425

Closed achingbrain closed 9 months ago

achingbrain commented 9 months ago

Do not stringify CIDs before using them as events.

The user can do this if they want, parsing them back to objects is not free.

Notes & open questions

I'm not sure why these were strings in the first place.

Change checklist