ipfs / helia

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

fix: `blocks:get:providers:get` should be `blocks:get:blockstore:get` #449

Closed SgtPooki closed 3 months ago

SgtPooki commented 4 months ago

https://github.com/ipfs/helia/blob/28d62f7c8f796b6c646651765c651eece182e31a/packages/utils/src/utils/networked-storage.ts#L131

it's odd that we have blocks:get:providers:get and then blocks:get:blockstore:put

https://github.com/ipfs/helia/blob/28d62f7c8f796b6c646651765c651eece182e31a/packages/utils/src/utils/networked-storage.ts#L136