File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ across different systems.
30
30
## Detailed design
31
31
32
32
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" .
34
34
35
35
## Design rationale
36
36
@@ -45,7 +45,12 @@ routing.
45
45
46
46
### Compatibility
47
47
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] .
49
54
50
55
### Security
51
56
You can’t perform that action at this time.
0 commit comments