mirror of
https://github.com/vacp2p/specs.git
synced 2026-01-07 22:44:07 -05:00
chore: update lifecycle and maturity (#484)
This commit is contained in:
@@ -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]
|
||||
@@ -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
|
||||
## Table of Contents <!-- omit in toc -->
|
||||
|
||||
- [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)
|
||||
- [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
|
||||
|
||||
|
||||
@@ -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]
|
||||
@@ -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)
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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)
|
||||
|
||||
28
tls/tls.md
28
tls/tls.md
@@ -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]
|
||||
|
||||
@@ -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
|
||||
## Table of Contents <!-- omit in toc -->
|
||||
|
||||
- [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)
|
||||
- [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
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
| Lifecycle Stage | Maturity | Status | Latest Revision |
|
||||
|-----------------|---------------------------|--------|-----------------|
|
||||
| 2A | Candidate Recommendation | Active | r0, 2022-10-14 |
|
||||
|
||||
Authors: [@mxinden]
|
||||
|
||||
Interest Group: [@marten-seemann]
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user