Skip to content

Commit

Permalink
chore: update lifecycle and maturity (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-shahi authored Nov 28, 2022
1 parent 8586d46 commit cfcf023
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 61 deletions.
44 changes: 21 additions & 23 deletions addressing/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Addressing in libp2p
# Addressing in libp2p <!-- omit in toc -->
> How network addresses are encoded and used in libp2p
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|---------------|--------|-----------------|
| 1A | Recommendation | Active | r0, 2021-07-22 |
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 3A | Recommendation | Active | r0, 2021-07-22 |


Authors: [@yusefnapora]
Expand All @@ -18,25 +18,23 @@ and spec status.

[lifecycle-spec]: https://github.com/libp2p/specs/blob/master/00-framework-01-spec-lifecycle.md

## Table of Contents

- [Addressing in libp2p](#addressing-in-libp2p)
- [Table of Contents](#table-of-contents)
- [Overview](#overview)
- [multiaddr in libp2p](#multiaddr-in-libp2p)
- [multiaddr basics](#multiaddr-basics)
- [Composing multiaddrs](#composing-multiaddrs)
- [Encapsulation](#encapsulation)
- [Decapsulation](#decapsulation)
- [The p2p multiaddr](#the-p2p-multiaddr)
- [Historical Note: the `ipfs` multiaddr Protocol](#historical-note-the-ipfs-multiaddr-protocol)
- [Transport multiaddrs](#transport-multiaddrs)
- [IP and Name Resolution](#ip-and-name-resolution)
- [dnsaddr Links](#dnsaddr-links)
- [TCP](#tcp)
- [WebSockets](#websockets)
- [QUIC](#quic)
- [`p2p-circuit` Relay Addresses](#p2p-circuit-relay-addresses)
## Table of Contents <!-- omit in toc -->

- [Overview](#overview)
- [multiaddr in libp2p](#multiaddr-in-libp2p)
- [multiaddr basics](#multiaddr-basics)
- [Composing multiaddrs](#composing-multiaddrs)
- [Encapsulation](#encapsulation)
- [Decapsulation](#decapsulation)
- [The p2p multiaddr](#the-p2p-multiaddr)
- [Historical Note: the `ipfs` multiaddr Protocol](#historical-note-the-ipfs-multiaddr-protocol)
- [Transport multiaddrs](#transport-multiaddrs)
- [IP and Name Resolution](#ip-and-name-resolution)
- [dnsaddr Links](#dnsaddr-links)
- [TCP](#tcp)
- [WebSockets](#websockets)
- [QUIC](#quic)
- [`p2p-circuit` Relay Addresses](#p2p-circuit-relay-addresses)

## Overview

Expand Down
6 changes: 3 additions & 3 deletions autonat/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# NAT Discovery
# NAT Discovery <!-- omit in toc -->
> How we detect if we're behind a NAT.
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 1A | Recommendation | Active | r0, 2021-08-26 |
| 3A | Recommendation | Active | r0, 2021-08-26 |


Authors: [@marten-seemann]
Expand All @@ -22,7 +22,7 @@ and spec status.

[lifecycle-spec]: https://github.com/libp2p/specs/blob/master/00-framework-01-spec-lifecycle.md

## Table of Contents
## Table of Contents <!-- omit in toc -->

- [Overview](#overview)
- [AutoNAT Protocol](#autonat-protocol)
Expand Down
6 changes: 3 additions & 3 deletions connections/hole-punching.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Hole punching


| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|---------------|--------|-----------------|
| 1A | Working Draft | Active | r1, 2022-06-13 |
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 3A | Recommendation | Active | r1, 2022-06-13 |

Authors: [@mxinden]

Expand Down
22 changes: 10 additions & 12 deletions relay/DCUtR.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Direct Connection Upgrade through Relay
# Direct Connection Upgrade through Relay <!-- omit in toc -->

| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|---------------|--------|--------------------|
| 1A | Working Draft | Active | r1, 2021-11-20 |
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|--------------------|
| 3A | Recommendation | Active | r1, 2021-11-20 |

Authors: [@vyzo]

Expand All @@ -18,15 +18,13 @@ Interest Group: [@raulk], [@stebalien], [@whyrusleeping], [@mxinden], [@marten-s
See the [lifecycle document](https://github.com/libp2p/specs/blob/master/00-framework-01-spec-lifecycle.md)
for context about maturity level and spec status.

## Table of Contents
## Table of Contents <!-- omit in toc -->

- [Direct Connection Upgrade through Relay](#direct-connection-upgrade-through-relay)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [The Protocol](#the-protocol)
- [RPC messages](#rpc-messages)
- [FAQ](#faq)
- [References](#references)
- [Introduction](#introduction)
- [The Protocol](#the-protocol)
- [RPC messages](#rpc-messages)
- [FAQ](#faq)
- [References](#references)

## Introduction

Expand Down
12 changes: 7 additions & 5 deletions relay/circuit-v2.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Circuit Relay v2
# Circuit Relay v2 <!-- omit in toc -->

This is the version 2 of the libp2p Circuit Relay protocol.

| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 1A | DRAFT | Active | r1, 2021-12-17 |
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|-----------------|--------|-----------------|
| 3A | Recommendation | Active | r1, 2021-12-17 |

Authors: [@vyzo]

Expand All @@ -20,13 +20,15 @@ and spec status.

[lifecycle-spec]: https://github.com/libp2p/specs/blob/master/00-framework-01-spec-lifecycle.md

## Table of Contents
## Table of Contents <!-- omit in toc -->

- [Introduction](#introduction)
- [Rationale](#rationale)
- [The Protocol](#the-protocol)
- [Interaction](#interaction)
- [Hop Protocol](#hop-protocol)
- [Reservation](#reservation)
- [Connection Initiation](#connection-initiation)
- [Stop Protocol](#stop-protocol)
- [Reservation Vouchers](#reservation-vouchers)
- [Protobuf](#protobuf)
Expand Down
30 changes: 16 additions & 14 deletions tls/tls.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# libp2p TLS Handshake
# libp2p TLS Handshake <!-- omit in toc -->

| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|--------------------------|--------|-----------------|
| 2A | Candidate Recommendation | Active | r0, 2019-03-23 |
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|----------------|--------|-----------------|
| 3A | Recommendation | Active | r0, 2019-03-23 |

Authors: [@marten-seemann]

Expand All @@ -21,16 +21,18 @@ and spec status.

[lifecycle-spec]: https://github.com/libp2p/specs/blob/master/00-framework-01-spec-lifecycle.md

## Table of Contents

- [libp2p TLS Handshake](#libp2p-tls-handshake)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Handshake Protocol](#handshake-protocol)
- [Peer Authentication](#peer-authentication)
- [libp2p Public Key Extension](#libp2p-public-key-extension)
- [Test vectors](#test-vectors)
- [Future Extensibility](#future-extensibility)
## Table of Contents <!-- omit in toc -->

- [Introduction](#introduction)
- [Handshake Protocol](#handshake-protocol)
- [Peer Authentication](#peer-authentication)
- [libp2p Public Key Extension](#libp2p-public-key-extension)
- [Test vectors](#test-vectors)
- [1. Valid certificate authenticating an ED25519 Peer ID](#1-valid-certificate-authenticating-an-ed25519-peer-id)
- [2. Valid certificate authenticating an ECDSA Peer ID](#2-valid-certificate-authenticating-an-ecdsa-peer-id)
- [3. Valid certificate authenticating a secp256k1 Peer ID](#3-valid-certificate-authenticating-a-secp256k1-peer-id)
- [4. Invalid certificate](#4-invalid-certificate)
- [Future Extensibility](#future-extensibility)

## Introduction

Expand Down
1 change: 1 addition & 0 deletions webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|---------------------------|--------|-----------------|
| 2A | Candidate Recommendation | Active | r0, 2022-10-14 |

Authors: [@mxinden]

Interest Group: [@marten-seemann]
Expand Down
2 changes: 1 addition & 1 deletion webtransport/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| Lifecycle Stage | Maturity | Status | Latest Revision |
|-----------------|--------------------------|--------|-----------------|
| 1A | Candidate Recommendation | Active | r0, 2022-10-12 |
| 2A | Candidate Recommendation | Active | r0, 2022-10-12 |

Authors: [@marten-seemann]

Expand Down

0 comments on commit cfcf023

Please sign in to comment.