chore: update lifecycle and maturity (#484)

This commit is contained in:
Prithvi Shahi
2022-11-27 18:35:02 -08:00
committed by GitHub
parent 8586d46d5f
commit cfcf0230b2
8 changed files with 60 additions and 59 deletions

View File

@@ -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

View File

@@ -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)