Skip to content

Commit b3f48ca

Browse files
authored
fix(roadmap): correct table formatting
Pull-Request: #4100. Co-Authored-By: Max Inden <[email protected]>
1 parent 59d17c2 commit b3f48ca

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

ROADMAP.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Implement the new AutoNAT v2 specification. See https://github.com/libp2p/specs/
4343
## Optimize Hole punching
4444

4545
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
46-
|--------------+--------+-------------------+----------+--------------+------------|
46+
|--------------|--------|-------------------|----------|--------------|------------|
4747
| Optimization | todo | | | | |
4848

4949
We released hole punching support with [rust-libp2p
@@ -58,7 +58,7 @@ hole punching stack.
5858
## Improved Wasm support
5959

6060
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
61-
|----------------------+--------+-------------------+---------------------------------------------------+--------------+----------------------------------------------|
61+
|----------------------|--------|-------------------|---------------------------------------------------|--------------|----------------------------------------------|
6262
| Developer ergonomics | todo | | https://github.com/libp2p/rust-libp2p/issues/2617 | | [WebRTC](#webrtc-support-browser-to-browser) |
6363

6464
The project supports Wasm already today, though the developer experience is cumbersome at best.
@@ -70,7 +70,7 @@ argue that that demand follows this roadmap item and not the other way round.)
7070
## WebRTC in the browser via WASM
7171

7272
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
73-
|--------------+--------+-------------------+--------------------------------------------+-------------------------------------------------------------------------------------------+------------|
73+
|--------------|--------|-------------------|--------------------------------------------|-------------------------------------------------------------------------------------------|------------|
7474
| Connectivity | todo | | https://github.com/libp2p/specs/issues/475 | [Improved WASM support](#improved-wasm-support), https://github.com/libp2p/specs/pull/497 | |
7575

7676
Use the browser's WebRTC stack to support
@@ -114,8 +114,8 @@ https://github.com/libp2p/rust-libp2p/pull/2289.
114114

115115
### WebRTC support (browser-to-server)
116116

117-
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
118-
|--------------|--------|-------------------|------------------------------------------|------------------------------------------------|-------------------------------------------------------------------|
117+
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
118+
|--------------|--------|-------------------|------------------------------------------|-----------------------------------------------|-------------------------------------------------------------------|
119119
| Connectivity | Done | Q4/2022 | https://github.com/libp2p/specs/pull/412 | https://github.com/libp2p/test-plans/pull/100 | [WebRTC (browser-to-browser)](#webrtc-support-browser-to-browser) |
120120

121121
We are currently implementing WebRTC for **browser-to-server** connectivity in
@@ -138,9 +138,9 @@ work before that.
138138

139139
### Generic connection management
140140

141-
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
142-
|----------------------|-------------|-------------------|---------------------------------------------------|--------------|------------|
143-
| Developer Ergonomics | done | Q1/2023 | https://github.com/libp2p/rust-libp2p/issues/2824 | | |
141+
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
142+
|----------------------|--------|-------------------|---------------------------------------------------|--------------|------------|
143+
| Developer Ergonomics | done | Q1/2023 | https://github.com/libp2p/rust-libp2p/issues/2824 | | |
144144

145145
Today connection management functionality in rust-libp2p is limited. Building abstractions on top is
146146
cumbersome and inefficient. See https://github.com/libp2p/rust-libp2p/issues/2824. Making connection
@@ -174,9 +174,9 @@ QUIC](https://github.com/libp2p/specs/blob/master/relay/DCUtR.md#the-protocol).
174174

175175
## Kademlia client mode
176176

177-
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
178-
|--------------|-------------|-------------------|---------------------------------------------------|-----------------------------------------------------------------|------------|
179-
| Optimization | Done | Q2/2023 | https://github.com/libp2p/rust-libp2p/issues/2032 | [Cross behaviour communication](#cross-behaviour-communication) | |
177+
| Category | Status | Target Completion | Tracking | Dependencies | Dependents |
178+
|--------------|--------|-------------------|---------------------------------------------------|-----------------------------------------------------------------|------------|
179+
| Optimization | Done | Q2/2023 | https://github.com/libp2p/rust-libp2p/issues/2032 | [Cross behaviour communication](#cross-behaviour-communication) | |
180180

181181
Kademlia client mode will enhance routing table health and thus have a positive impact on all
182-
Kademlia operations.
182+
Kademlia operations.

0 commit comments

Comments
 (0)