Skip to content

Commit

Permalink
bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed May 12, 2023
1 parent 70a7665 commit d6222a7
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 1 deletion.
75 changes: 75 additions & 0 deletions src/ipips/ipip-0410.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
---
title: "IPIP-410: Streaming Routing V1 HTTP API"
date: 2023-05-12
ipip: proposal
editors:
- name: Henrique Dias
github: hacdias
url: https://hacdias.com/
relatedIssues:
- https://github.com/ipfs/specs/issues/344
- https://github.com/ipfs/boxo/pull/18
- https://github.com/ipfs/kubo/pull/9868
- https://github.com/ipfs/kubo/pull/9874
order: 410
tags: ['ipips']
---

## Summary

<!--One paragraph explanation of the IPIP.-->
This is the suggested template for new IPIPs.

## Motivation

AKA Problem Statement

Clearly explain why the existing protocol specification is inadequate
to address the problem that the IPIP solves.

## Detailed design

AKA Solution Proposal

Describe the proposed solution and list all changes made to the specs repository.

The resulting specification should be detailed enough to allow competing,
interoperable implementations.

When modifying an existing specification file, this section should provide a
summary of changes. When adding new specification files, list all of them.

## Test fixtures

List relevant CIDs. Describe how implementations can use them to determine
specification compliance. This section can be skipped if IPIP does not deal
with the way IPFS handles content-addressed data, or the modified specification
file already includes this information.

## Design rationale

The rationale fleshes out the specification by describing what motivated
the design and why particular design decisions were made.

Provide evidence of rough consensus and working code within the community,
and discuss important objections or concerns raised during discussion.

### User benefit

How will end users benefit from this work?

### Compatibility

Explain the upgrade considerations for existing implementations.

### Security

Explain the security implications/considerations relevant to the proposed change.

### Alternatives

Describe alternate designs that were considered and related work.

### Copyright

Copyright and related rights waived via [CC0](https://creativecommons.org/publicdomain/zero/1.0/).
5 changes: 4 additions & 1 deletion src/routing/routing-v1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ date: 2023-03-22
maturity: reliable
editors:
- name: Gus Eggert
github: guseggert
github: guseggert
- name: Henrique Dias
github: hacdias
url: https://hacdias.com/
order: 0
tags: ['routing']
---
Expand Down

0 comments on commit d6222a7

Please sign in to comment.