Skip to content

Commit d6222a7

Browse files
committed
bootstrap
1 parent 70a7665 commit d6222a7

File tree

2 files changed

+79
-1
lines changed

2 files changed

+79
-1
lines changed

src/ipips/ipip-0410.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
---
2+
title: "IPIP-410: Streaming Routing V1 HTTP API"
3+
date: 2023-05-12
4+
ipip: proposal
5+
editors:
6+
- name: Henrique Dias
7+
github: hacdias
8+
url: https://hacdias.com/
9+
relatedIssues:
10+
- https://github.com/ipfs/specs/issues/344
11+
- https://github.com/ipfs/boxo/pull/18
12+
- https://github.com/ipfs/kubo/pull/9868
13+
- https://github.com/ipfs/kubo/pull/9874
14+
order: 410
15+
tags: ['ipips']
16+
---
17+
18+
## Summary
19+
20+
<!--One paragraph explanation of the IPIP.-->
21+
This is the suggested template for new IPIPs.
22+
23+
## Motivation
24+
25+
AKA Problem Statement
26+
27+
Clearly explain why the existing protocol specification is inadequate
28+
to address the problem that the IPIP solves.
29+
30+
## Detailed design
31+
32+
AKA Solution Proposal
33+
34+
Describe the proposed solution and list all changes made to the specs repository.
35+
36+
The resulting specification should be detailed enough to allow competing,
37+
interoperable implementations.
38+
39+
When modifying an existing specification file, this section should provide a
40+
summary of changes. When adding new specification files, list all of them.
41+
42+
## Test fixtures
43+
44+
List relevant CIDs. Describe how implementations can use them to determine
45+
specification compliance. This section can be skipped if IPIP does not deal
46+
with the way IPFS handles content-addressed data, or the modified specification
47+
file already includes this information.
48+
49+
## Design rationale
50+
51+
The rationale fleshes out the specification by describing what motivated
52+
the design and why particular design decisions were made.
53+
54+
Provide evidence of rough consensus and working code within the community,
55+
and discuss important objections or concerns raised during discussion.
56+
57+
### User benefit
58+
59+
How will end users benefit from this work?
60+
61+
### Compatibility
62+
63+
Explain the upgrade considerations for existing implementations.
64+
65+
### Security
66+
67+
Explain the security implications/considerations relevant to the proposed change.
68+
69+
### Alternatives
70+
71+
Describe alternate designs that were considered and related work.
72+
73+
### Copyright
74+
75+
Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).

src/routing/routing-v1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ date: 2023-03-22
88
maturity: reliable
99
editors:
1010
- name: Gus Eggert
11-
github: guseggert
11+
github: guseggert
12+
- name: Henrique Dias
13+
github: hacdias
14+
url: https://hacdias.com/
1215
order: 0
1316
tags: ['routing']
1417
---

0 commit comments

Comments
 (0)