This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
generated from ipfs/ipfs-repository-template
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: IPIP-402 based backpressure (#160)
Rewrote the graph-based gateway backend to use CAR requests that are backpressured and incrementally verified (with errors detectable by Caboose) rather than racily stored and read from a shared cache. No longer switches to block-based fallbacks when running into problems with CAR requests and instead retries CAR requests. Also allows reading from CARs with empty roots and fixing escaping of paths for CAR file requests. Co-authored-by: Marcin Rataj <lidel@lidel.org> Co-authored-by: Will <will.scott@protocol.ai> Co-authored-by: Aarsh Shah <aarshkshah1992@gmail.com>
- Loading branch information
1 parent
995c289
commit 9288910
Showing
18 changed files
with
3,351 additions
and
1,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.