Skip to content

Commit 1d0d1dc

Browse files
authored
Merge branch 'main' into ipip-car-order-signaling
2 parents 6c649a1 + 7545f1e commit 1d0d1dc

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

src/http-gateways/trustless-gateway.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ When the terminating entity at the end of the specified content path:
126126
specified byte range of that entity.
127127

128128
- When dealing with a sharded UnixFS file (`dag-pb`, `0x70`) and a non-zero
129-
`from` value, the UnixFS values `filesize` and `blocksizes` determine the
129+
`from` value, the UnixFS data and `blocksizes` determine the
130130
corresponding starting block for a given `from` offset.
131131

132132
- cannot be interpreted as a continuous array of bytes (such as a DAG-CBOR/JSON

src/ipips/ipip-0402.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "IPIP-0402: Partial CAR Support on Trustless Gateways"
33
date: 2023-04-17
4-
ipip: proposal
4+
ipip: ratified
55
editors:
66
- name: Hannah Howard
77
github: hannahhoward
@@ -385,8 +385,8 @@ Use of the below fixture is highly recommended:
385385
- `QmYhmPjhFjYFyaoiuNzYv8WGavpSRDwdHWe5B4M5du5Rtk`
386386
from [`file-3k-and-3-blocks-missing-block.car`](https://github.com/ipfs/gateway-conformance/raw/v0.2.0/fixtures/trustless_gateway_car/file-3k-and-3-blocks-missing-block.car)
387387
for testing:
388-
- `/ipfs/dag-pb-cid?format=car&dag-scope=entity&entity-bytes=0:1000` (only the blocks needed to fullfill the request, MUST succeed despite the fact that a block after the range is not retrievable)
389-
- `/ipfs/dag-pb-cid?format=car&dag-scope=entity&entity-bytes=2200:*` (only the blocks needed to fullfill the request, MUST succeed despite the fact that a block before the range is not retrievable)
388+
- `/ipfs/dag-pb-cid?format=car&dag-scope=entity&entity-bytes=0:1000` (only the blocks needed to fulfill the request, MUST succeed despite the fact that a block after the range is not retrievable)
389+
- `/ipfs/dag-pb-cid?format=car&dag-scope=entity&entity-bytes=2200:*` (only the blocks needed to fulfill the request, MUST succeed despite the fact that a block before the range is not retrievable)
390390

391391
:::
392392

src/routing/http-routing-v1.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ This section contains a non-exhaustive list of known transfer protocols (by name
205205

206206
### Bitswap
207207

208-
Multicodec name: `transport-bitswap`
209-
Schema: `bitswap`
210-
Specification: [ipfs/specs/BITSWAP.md](https://github.com/ipfs/specs/blob/main/BITSWAP.md)
208+
- Multicodec name: `transport-bitswap`
209+
- Schema: `bitswap`
210+
- Specification: [ipfs/specs/BITSWAP.md](https://github.com/ipfs/specs/blob/main/BITSWAP.md)
211211

212212
#### Bitswap Read Provider Records
213213

@@ -228,9 +228,9 @@ The server should respect a passed `transport` query parameter by filtering agai
228228

229229
### Filecoin Graphsync
230230

231-
Multicodec name: `transport-graphsync-filecoinv1`
232-
Schema: `graphsync-filecoinv1`
233-
Specification: [ipfs/go-graphsync/blob/main/docs/architecture.md](https://github.com/ipfs/go-graphsync/blob/main/docs/architecture.md)
231+
- Multicodec name: `transport-graphsync-filecoinv1`
232+
- Schema: `graphsync-filecoinv1`
233+
- Specification: [ipfs/go-graphsync/blob/main/docs/architecture.md](https://github.com/ipfs/go-graphsync/blob/main/docs/architecture.md)
234234

235235
#### Filecoin Graphsync Read Provider Records
236236

0 commit comments

Comments
 (0)