Skip to content

Commit 828378d

Browse files
committed
add notes to the compatibility section
1 parent b1ed79e commit 828378d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/ipips/ipip-0417.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ across different systems.
3030
## Detailed design
3131

3232
Add `/routing/v1/peers/{peer-id}` to the existing :cite[http-routing-v1] specification,
33-
as well as the new Peer schema.
33+
as well as the new Peer schema, that replaces the existing "known transfer protocols".
3434

3535
## Design rationale
3636

@@ -45,7 +45,12 @@ routing.
4545

4646
### Compatibility
4747

48-
See the "Compatibility" section of :cite[ipip-0337].
48+
The section "Known Transfer Protocols" has been removed and replaced by a "Known Schemas"
49+
section. Before, we used to have protocol specific schemas, such as `bitswap` and `graphsync-filecoinv1`.
50+
The usage of the removed schemas is no longer encouraged. Instead, clients and servers
51+
SHOULD be updated to use the new, more generic, `peer` schema.
52+
53+
See more in the "Compatibility" section of :cite[ipip-0337].
4954

5055
### Security
5156

0 commit comments

Comments
 (0)