Skip to content

Commit

Permalink
add IPNI support to compat table
Browse files Browse the repository at this point in the history
Signed-off-by: Miroslav Bajtoš <[email protected]>
  • Loading branch information
bajtos committed Dec 18, 2024
1 parent 71ed7d4 commit 3e9ecd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions FRCs/frc-retrieval-checking-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,11 +262,11 @@ The reasons why we rejected this approach:

[Retrieval Requirements](#retrieval-requirements) document the current status and remove Graphsync and Bitswap protocols. Existing miner operations need to enable/configure [IPFS Trustless HTTP Gateway protocol](https://specs.ipfs.tech/http-gateways/trustless-gateway/) retrievals to meet the new requirements.

|Miner Software|Supports HTTP retrievals|Notes
|-|:-:|-|
|Boost|✅| Manual setup required: [docs](https://boost.filecoin.io/retrieving-data-from-filecoin/http-retrieval#payload-retrievals-car-and-raw).
|Curio|✅| Works out of the box
|Venus Droplet| ? | TODO: OOTB or manual setup?
|Miner Software|Advertises payload to IPNI|Supports HTTP retrievals|Notes
|-|:-:|:-:|-|
|Boost|✅|✅| Manual setup required: [docs](https://boost.filecoin.io/retrieving-data-from-filecoin/http-retrieval#payload-retrievals-car-and-raw).
|Curio|✅|✅| Works out of the box
|Venus Droplet| ✅ | ? | TODO: OOTB or manual setup?

[Retrieval Checking Requirements](#retrieval-checking-requirements) introduce the following breaking changes:
- Miner software must construct IPNI `ContextID` values in a specific way.
Expand Down

0 comments on commit 3e9ecd9

Please sign in to comment.