Skip to content

Commit

Permalink
ROADMAP: Remove testground entry
Browse files Browse the repository at this point in the history
This is tracked on the [libp2p test-plans](libp2p/test-plans#44) see also
libp2p/test-plans#53.
  • Loading branch information
mxinden committed Oct 11, 2022
1 parent 1e5e2d0 commit 538b5b4
Showing 1 changed file with 2 additions and 30 deletions.
32 changes: 2 additions & 30 deletions ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
**Table of Contents**

- [rust-libp2p Roadmap](#rust-libp2p-roadmap)
- [Testground abstraction](#testground-abstraction)
- [TLS support](#tls-support)
- [QUIC support](#quic-support)
- [WebRTC support (browser-to-server)](#webrtc-support-browser-to-server)
Expand All @@ -23,33 +22,6 @@

<!-- markdown-toc end -->

## Testground abstraction

**Status:** todo

**Target completion:** Q4/2022

**Tracking:**

**Past discussions:**

- https://github.com/libp2p/test-plans/pull/49#issuecomment-1267175415

**Dependencies:**

**Dependents:**

- [QUIC](#quic-support)
- [WebRTC](#webrtc-support-browser-to-server)

We now have the infrastructure to run cross-implementation and cross-version compatilibilty tests
via https://github.com/libp2p/test-plans and Testground. This setup is rather bare-bone, i.e. today
it only runs a single TCP test. Long term we need to come up with the abstractions to test many
dimensions, e.g. implementations (Go, JS, Rust, Nim), version, transport, ... .

This will enable us to test QUIC and WebRTC against rust-libp2p itself as well as js-libp2p and
go-libp2p.

## TLS support

**Status:** In progress
Expand All @@ -76,7 +48,7 @@ support. Running TLS on top of TCP is a nice to have, since we already have nois

**Dependencies:**
- [TLS](#tls-support)
- [Testground](#testground)
- https://github.com/libp2p/test-plans/issues/53

**Dependents:**

Expand All @@ -95,7 +67,7 @@ issue https://github.com/libp2p/rust-libp2p/issues/2883.

**Dependencies:**
- [TLS](#tls-support)
- [Testground](#testground)
- https://github.com/libp2p/test-plans/issues/53

**Dependents:**

Expand Down

0 comments on commit 538b5b4

Please sign in to comment.