mirror of
https://github.com/logos-co/roadmap.git
synced 2025-01-12 01:14:12 +00:00
half way vac milestones
This commit is contained in:
parent
107ea084d3
commit
a12cf65fc1
34
content/roadmap/vac/acz/overview.md
Normal file
34
content/roadmap/vac/acz/overview.md
Normal file
@ -0,0 +1,34 @@
|
||||
---
|
||||
title: Applied Cryptography and Zero-knowledge Service Unit
|
||||
tags:
|
||||
- acz
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:acz`
|
||||
---
|
||||
|
||||
### `rlnp2p::`
|
||||
- [x] `waku:production-readiness`
|
||||
- due: 2023/07/31
|
||||
- status: 100%
|
||||
- [[production-readiness|more info]]
|
||||
- `waku:rln-relay-enhancements`
|
||||
- due: 2023/09/30
|
||||
- status: 50%
|
||||
- [[rln-relay-enhancements|more info]]
|
||||
- `waku:rln-membership-management`
|
||||
- due: 2023/09/30
|
||||
- status: 10%
|
||||
- [[rln-membership-management|more info]]
|
||||
|
||||
### `zerokit::`
|
||||
- `vac:zerokit-v0.4`
|
||||
- due: 2023/09/07
|
||||
- status: 0%
|
||||
- [[zerokit-v0.4|more details]]
|
||||
- `vac:maintenance`
|
||||
- due: ongoing
|
||||
- status: ongoing
|
33
content/roadmap/vac/acz/rlnp2p/waku/production-readiness.md
Normal file
33
content/roadmap/vac/acz/rlnp2p/waku/production-readiness.md
Normal file
@ -0,0 +1,33 @@
|
||||
---
|
||||
title: "RLNP2P Waku Pruduction Readiness Details"
|
||||
---
|
||||
## `vac:acz:rlnp2p::waku:production-readiness`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section rlnp2p-waku
|
||||
Production Readiness :done, 2023-01-20, 2023-07-31
|
||||
```
|
||||
- due: 2023/07/31
|
||||
- status: 100%
|
||||
|
||||
### Description
|
||||
membership management is out of scope for this milestone
|
||||
|
||||
### Deliverables
|
||||
TBD
|
@ -0,0 +1,34 @@
|
||||
---
|
||||
title: Waku RLN Membership Management Details
|
||||
---
|
||||
## `vac:acz:rlnp2p::waku:rln-membership-management`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section rlnp2p-waku
|
||||
RLN Membership Management :, 2023-01-20, 2023-09-30
|
||||
```
|
||||
- due: 2023/09/30
|
||||
- status: 10%
|
||||
|
||||
### Description
|
||||
Enhancing the first simple CC membership list
|
||||
|
||||
### Risks
|
||||
- depends on input from [[roadmap/waku/overview|Waku]]
|
||||
-
|
@ -0,0 +1,41 @@
|
||||
---
|
||||
title: Waku RLN-RELAY Enhancements Details
|
||||
---
|
||||
|
||||
## `vac:acz:rlnp2p::waku:rln-relay-enhancements`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section rlnp2p-waku
|
||||
RLN-RELAY enhancements :, 2023-01-20, 2023-09-30
|
||||
```
|
||||
- due: 2023/09/30
|
||||
- status: 50%
|
||||
|
||||
### Description
|
||||
- simple membership management setup (fixed CC list)
|
||||
- instruction on how to register to the membership set / setup up (for Waku CCs)
|
||||
|
||||
#### Goal
|
||||
Run RLN relay on the Waku production fleet. Waku CCs can use it
|
||||
|
||||
### 2023/07/31 - 2023/08/07
|
||||
- [Waku RLN contract registry](https://github.com/waku-org/waku-rln-contract/pull/3)
|
||||
- [Mark duplicated messages as spam](https://github.com/waku-org/nwaku/pull/1867)
|
||||
- [Use `waku-org/waku-rln-contract` as a submodule in `nwaku`](https://github.com/waku-org/nwaku/pull/1884)
|
||||
-
|
29
content/roadmap/vac/acz/zerokit/zerokit-v0.4.md
Normal file
29
content/roadmap/vac/acz/zerokit/zerokit-v0.4.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: Zerokit v0.4 Release Details
|
||||
---
|
||||
## `vac:acz:zerokit::vac:zerokit-v0.4`
|
||||
---
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section zerokit
|
||||
v0.4 Release :done, 2023-01-20, 2023-09-07
|
||||
```
|
||||
- due: 2023/09/07
|
||||
- status: 0%
|
||||
|
||||
### Description
|
||||
- Release Planning - [Github Issue #197](https://github.com/vacp2p/zerokit/issues/197)
|
10
content/roadmap/vac/dr/overview.md
Normal file
10
content/roadmap/vac/dr/overview.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Deep Research Service Unit
|
||||
tags:
|
||||
- dr
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:dr`
|
46
content/roadmap/vac/dst/overview.md
Normal file
46
content/roadmap/vac/dst/overview.md
Normal file
@ -0,0 +1,46 @@
|
||||
---
|
||||
title: Distributed Systems Testing Service Unit
|
||||
tags:
|
||||
- dst
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:dst:`
|
||||
---
|
||||
|
||||
### `wakurtosis::`
|
||||
|
||||
- [x] `waku:techreport`
|
||||
- `waku:techreport_02`
|
||||
- `waku:gossipsub-topology-analysis`
|
||||
- `waku:wakurtosis:features`
|
||||
- `vac:rlog`
|
||||
- `nomos:ci-integration`
|
||||
- `nomos:ci-integration_02`
|
||||
- `vac:maintenance`
|
||||
|
||||
### `analysis::nomos:nomos-simulation-analysis`
|
||||
|
||||
### `gsub-model::`
|
||||
- `vac:refactoring`
|
||||
- `status:control-messages`
|
||||
|
||||
### `shadow::`
|
||||
- `vac:shadow-gossipsub-analysis`
|
||||
- `waku:shadow-waku-relay-analysis`
|
||||
|
||||
### `10ksim::`
|
||||
- `vac:10ksim-bandwidth-test`
|
||||
- `vac:10ksim-QoS`
|
||||
- `vac:10ksim-waku-protocols`
|
||||
|
||||
### `eng::vac:bundle-simulation-data`
|
||||
|
||||
### `software-testing::`
|
||||
- `waku:test-plans`
|
||||
- `waku:test-automation-js-waku`
|
||||
- `waku:test-automation-nwaku`
|
||||
- `waku:test-automation-go-waku`
|
||||
- `waku:test-automation-iterop-testing`
|
@ -1,7 +1,30 @@
|
||||
---
|
||||
title: Vac Roadmap
|
||||
---
|
||||
## `vac`
|
||||
|
||||
Welcome to the Vac Roadmap Overview
|
||||
- [Milestones](roadmap/vac/milestones-overview.md)
|
||||
### Structure
|
||||
|
||||
`vac:<unit>:<tag>::<for_project>:<title>_<counter>`
|
||||
- `vac` indicates it is a vac milestone
|
||||
- `unit` indicates the vac unit `p2p`, `dst`, `tke`, `acz`, `sc`, `zkvm`, `dr`, `rfc`
|
||||
- `tag` tags a specific area / project / epic within the respective vac unit, e.g. `nimlibp2p`, or `zerokit`
|
||||
- `for_project` indicates which Logos project the milestone is mainly for `nomos`, `waku`, `codex`, `nimbus`, `status`; or `vac` (meaning it is internal / helping all projects as a base layer)
|
||||
- `title` the title of the milestone
|
||||
- `counter` an optional counter; `01` is implicit; marked with a `02` onward indicates extensions of previous milestones
|
||||
|
||||
### Groups
|
||||
- `p2p`: [[roadmap/vac/p2p/overview | Peer-to-peer]]
|
||||
- `tke:` [[roadmap/vac/tke/overview|Token Engineering]]
|
||||
- `dst:` [[roadmap/vac/dst/overview|Distributed Systems Testing]]
|
||||
- `acz:` [[roadmap/vac/acz/overview|Applied Cryptography and Zero-knowledge]]
|
||||
- `sc:` [[roadmap/vac/sc/overview|Smart Contracts]]
|
||||
- `zkvm:` [[roadmap/vac/zkvm/overview|Zero-knowledge Virtual Machine]]
|
||||
- `dr:` [[roadmap/vac/dr/overview|Deep Research]]
|
||||
- `rfc:` [[roadmap/vac/rfc/overview|RFC Process and Maintenance]]
|
||||
|
||||
### Weekly Updates
|
||||
- [weekly updates](tags/vac-updates)
|
||||
|
||||
---
|
||||
- [Milestones](roadmap/vac/milestones-overview.md)
|
||||
|
24
content/roadmap/vac/p2p/overview.md
Normal file
24
content/roadmap/vac/p2p/overview.md
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
title: P2P Service Unit
|
||||
tags:
|
||||
- p2p
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:p2p:`
|
||||
---
|
||||
### `nimlibp2p::vac:gossipsub-improvements-eip-4844`
|
||||
- due: 2023/07/31
|
||||
- status: 100%
|
||||
|
||||
### `nimlibp2p::vac:webrtc-transport`
|
||||
- due: 2023/07/31
|
||||
- status: 70%
|
||||
|
||||
### `nimlibp2p::vac:maintenance`
|
||||
- repo: https://github.com/status-im/nim-libp2p
|
||||
|
||||
### `nimchronos::vac:maintenance`
|
||||
- repo: https://github.com/status-im/nim-chronos
|
10
content/roadmap/vac/rfc/overview.md
Normal file
10
content/roadmap/vac/rfc/overview.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: RFC Specifications Service Unit
|
||||
tags:
|
||||
- rfc
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:rfc`
|
10
content/roadmap/vac/sc/overview.md
Normal file
10
content/roadmap/vac/sc/overview.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Smart Contracts Service Unit
|
||||
tags:
|
||||
- sc
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:sc`
|
31
content/roadmap/vac/tke/codex/economic-analysis.md
Normal file
31
content/roadmap/vac/tke/codex/economic-analysis.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Codex Economic Analysis Details"
|
||||
---
|
||||
### `vac:tke::codex:economic-analysis`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section Codex
|
||||
Economic Analysis :, 2023-01-20, 2023-08-30
|
||||
```
|
||||
- due: 2023/08/30
|
||||
- status: 50%
|
||||
- CC: Matty
|
||||
|
||||
### Description
|
||||
Codex economic analysis, Codex token utility, Codex collateral management
|
31
content/roadmap/vac/tke/nomos/economic-analysis.md
Normal file
31
content/roadmap/vac/tke/nomos/economic-analysis.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Nomos Economic Analysis Details"
|
||||
---
|
||||
## `vac:tke::nomos:economic-analysis`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section Nomos
|
||||
Economic Analysis :, 2023-01-20, 2023-10-31
|
||||
```
|
||||
- due: 2023/10/31
|
||||
- status: 30%
|
||||
- CC: Frederico
|
||||
|
||||
#### Description
|
||||
Nomos economic analysis, Nomos token utility, requirements and constraints
|
36
content/roadmap/vac/tke/overview.md
Normal file
36
content/roadmap/vac/tke/overview.md
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
title: Token Engineering Service Unit
|
||||
tags:
|
||||
- p2p
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:tke::`
|
||||
---
|
||||
|
||||
### `status:SNT-litepaper`
|
||||
- due: 2023/07/31
|
||||
- status: 70% - delayed: other milestones taking precedence
|
||||
- [[snt-litepaper|more details]]
|
||||
|
||||
### `status:SNT-governance-proposal`
|
||||
- due: TBD
|
||||
- status: NA - taking precedence over `SNT-litepaper`
|
||||
- CC: Matty
|
||||
|
||||
### `status:SNT-staking`
|
||||
- due: 2023/08/30
|
||||
- status: 82%
|
||||
- [[snt-staking|more details]]
|
||||
|
||||
### `codex:economic-analysis`
|
||||
- due: 2023/08/30
|
||||
- status: 50%
|
||||
- [[roadmap/vac/tke/codex/economic-analysis|more details]]
|
||||
|
||||
### `nomox:economic-analysis`
|
||||
- due: 2023/10/31
|
||||
- status: 30%
|
||||
- CC: Frederico
|
11
content/roadmap/vac/tke/status/snt-governance-proposal.md
Normal file
11
content/roadmap/vac/tke/status/snt-governance-proposal.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: SNT Governance Proposal
|
||||
---
|
||||
|
||||
## `vac:tke::status:SNT-governance-proposal`
|
||||
---
|
||||
|
||||
due: TBD
|
||||
status: TDB
|
||||
CC: Matty
|
||||
|
29
content/roadmap/vac/tke/status/snt-litepaper.md
Normal file
29
content/roadmap/vac/tke/status/snt-litepaper.md
Normal file
@ -0,0 +1,29 @@
|
||||
---
|
||||
title: SNT Litepaper
|
||||
tags:
|
||||
---
|
||||
## `vac:tke::status:SNT-litepaper`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
SNT Llitepaper :, 2023-01-20, 2023-08-30
|
||||
```
|
||||
- Completion: TBD
|
||||
- CC: Matty
|
||||
|
32
content/roadmap/vac/tke/status/snt-staking.md
Normal file
32
content/roadmap/vac/tke/status/snt-staking.md
Normal file
@ -0,0 +1,32 @@
|
||||
---
|
||||
title: "SNT Staking Details"
|
||||
---
|
||||
## `vac:tke::status:SNT-staking`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
SNT Staking :, 2023-01-20, 2023-08-30
|
||||
```
|
||||
- due: 2023/08/30
|
||||
- status: 82%
|
||||
- CC: Frederico (Python), Martin
|
||||
- collab: [[roadmap/vac/sc/overview|smart contracts team]]
|
||||
|
||||
#### Description:
|
||||
TBD
|
31
content/roadmap/vac/tke/waku/economic-analysis.md
Normal file
31
content/roadmap/vac/tke/waku/economic-analysis.md
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: "Waku Economic Analysis Details"
|
||||
---
|
||||
## `vac:tke::waku:economic-analysis`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section Waku
|
||||
Economic Analysis :, 2023-01-20, 2023-11-30
|
||||
```
|
||||
- due: 2023/10/31
|
||||
- status: 10%
|
||||
- CC: Martin
|
||||
|
||||
#### Description
|
||||
Waku economic analysis, Nomos token utility, requirements and constraints
|
10
content/roadmap/vac/zkvm/overview.md
Normal file
10
content/roadmap/vac/zkvm/overview.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: Zero-knowledge Virtual Machine Incubation Project
|
||||
tags:
|
||||
- zkvm
|
||||
- vac
|
||||
date: 2023-08-25
|
||||
lastmod: 2023-08-25
|
||||
---
|
||||
|
||||
## `vac:zkvm`
|
0
content/tags/vac-updates.md
Normal file
0
content/tags/vac-updates.md
Normal file
Loading…
x
Reference in New Issue
Block a user