storacha / freeway

🛣 Experimental IPFS HTTP gateway providing access to UnixFS data via CAR CIDs.
Other
14 stars 5 forks source link

feat: use blob-fetcher lib #105

Closed alanshaw closed 6 months ago

alanshaw commented 6 months ago

Uses @web3-storage/blob-fetcher, @web3-storage/public-bucket and multipart-byte-range to simplify code and ensure that freeway uses the same code as hoverboard to fetch blocks via HTTP range requests informed by location content claims.

This removes the content claims code from the existing R2 blockstore so that it can be decomssioned more easily as there is clean separation between new world and old world.