mirror of https://github.com/logos-co/roadmap.git
Vac ACZ roadmap update
Signed-off-by: ksr <kaiserd@users.noreply.github.com>
This commit is contained in:
parent
7faee94050
commit
075e849ba8
|
@ -12,16 +12,19 @@ lastmod: 2023-09-18
|
|||
|
||||
### `rlnp2p:waku:`
|
||||
* [x] [[vac/acz/rlnp2p/waku/production-readiness|production-readiness]]
|
||||
* [[vac/acz/rlnp2p/waku/rln-membership-management|rln-membership-management]]
|
||||
* [x] [[vac/acz/rlnp2p/waku/rln-membership-management|rln-membership-management]]
|
||||
* [x] [[vac/acz/rlnp2p/waku/rln-relay-enhancements|rln-relay-enhancements]]
|
||||
* [[vac/acz/rlnp2p/waku/rln-relay-enhancements_02|rln-relay-enhancements_02]]
|
||||
* [[vac/acz/rlnp2p/waku/rln-relay-erc20|rln-relay-erc20]]
|
||||
* [[vac/acz/rlnp2p/waku/rlnv2-relay-integration|rlnv2-relay-integration]]
|
||||
* [[vac/acz/rlnp2p/waku/rln-multi-epoch-constraints|rln-multi-epoch-constraints]]
|
||||
|
||||
### `rlnp2p:vac:`
|
||||
* [[vac/acz/rlnp2p/vac/rln-doc-and-outreach|rln-doc-and-outreach]]
|
||||
|
||||
### `zerokit:vac:`
|
||||
* [[vac/acz/zerokit/vac/zerokit-v0-4|zerokit-v0.4]]
|
||||
* [x] [[vac/acz/zerokit/vac/zerokit-v0-4|zerokit-v0.4]]
|
||||
* [[vac/acz/zerokit/vac/zerokit-v0-5|zerokit-v0.5]]
|
||||
* [[vac/acz/zerokit/vac/maintenance|maintenance]]
|
||||
|
||||
### `secure-channels:waku:`
|
||||
|
|
|
@ -21,7 +21,7 @@ title: Waku RLN Membership Management Details
|
|||
gantt
|
||||
dateFormat YYYY-MM-DD
|
||||
section rlnp2p-waku
|
||||
RLN Membership Management :, 2023-01-20, 2023-09-30
|
||||
RLN Membership Management :done, 2023-01-20, 2023-09-30
|
||||
```
|
||||
- due: 2023/09/30
|
||||
- status: 100%
|
||||
|
@ -49,4 +49,4 @@ Enhancing the first simple CC membership list
|
|||
* Wrote a tool rln_keystore_generator
|
||||
* https://github.com/waku-org/nwaku/pull/1925
|
||||
* https://github.com/waku-org/nwaku/pull/1928
|
||||
* https://github.com/waku-org/nwaku/pull/1931
|
||||
* https://github.com/waku-org/nwaku/pull/1931
|
||||
|
|
|
@ -0,0 +1,43 @@
|
|||
---
|
||||
title: "RLN relay ERC20"
|
||||
description: "ERC20 token support for RLN relay."
|
||||
---
|
||||
## `vac:acz:rlnp2p:waku:rln-relay-erc20`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
tickInterval 1month
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
Production Readiness: , ,
|
||||
```
|
||||
|
||||
- status: 0%
|
||||
- CC: Aaryamann
|
||||
|
||||
### Description
|
||||
|
||||
* future work
|
||||
|
||||
|
||||
### Justification
|
||||
|
||||
|
||||
### Deliverables
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,41 @@
|
|||
---
|
||||
title: "RLN v2 Waku Relay Integration"
|
||||
description: "Integrating RLN v2 into Waku Relay."
|
||||
---
|
||||
## `vac:acz:rlnp2p:waku:rlnv2-relay-integration`
|
||||
---
|
||||
|
||||
```mermaid
|
||||
%%{
|
||||
init: {
|
||||
'theme': 'base',
|
||||
'themeVariables': {
|
||||
'primaryColor': '#BB2528',
|
||||
'primaryTextColor': '#fff',
|
||||
'primaryBorderColor': '#7C0000',
|
||||
'lineColor': '#F8B229',
|
||||
'secondaryColor': '#006100',
|
||||
'tertiaryColor': '#fff'
|
||||
}
|
||||
}
|
||||
}%%
|
||||
gantt
|
||||
tickInterval 1month
|
||||
dateFormat YYYY-MM-DD
|
||||
section Status
|
||||
RLN v2 relay integration: 2023-11-01, 2023-12-31
|
||||
```
|
||||
|
||||
- status: 0%
|
||||
- CC: Aaryamann
|
||||
|
||||
### Description
|
||||
|
||||
|
||||
### Justification
|
||||
|
||||
|
||||
### Deliverables
|
||||
|
||||
|
||||
|
|
@ -23,11 +23,15 @@ gantt
|
|||
v0.4 Release :done, 2023-01-20, 2023-09-07
|
||||
```
|
||||
- due: 2023/09/07
|
||||
- status: 40%
|
||||
- status: 100%
|
||||
|
||||
### Description
|
||||
- Release Planning - [Github Issue #197](https://github.com/vacp2p/zerokit/issues/197)
|
||||
|
||||
### Deliverables
|
||||
|
||||
* https://github.com/vacp2p/zerokit/releases/tag/v0.4.0
|
||||
|
||||
### Info
|
||||
|
||||
## 2023/08/14 - 2023/08/21
|
||||
|
@ -41,4 +45,4 @@ gantt
|
|||
|
||||
## 2023/07/31 - 2023/08/07
|
||||
|
||||
* zerokit v0.4.0 release planning - https://github.com/vacp2p/zerokit/issues/197
|
||||
* zerokit v0.4.0 release planning - https://github.com/vacp2p/zerokit/issues/197
|
||||
|
|
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: Zerokit v0.5 Release
|
||||
---
|
||||
## `vac:acz:zerokit::vac:zerokit-v0.5`
|
||||
---
|
||||
```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.5 Release 2023-10-01, 2023-12-31
|
||||
```
|
||||
- due: 2023/09/07
|
||||
- status: 100%
|
||||
|
||||
### Description
|
||||
- Release Planning:
|
||||
|
||||
### Deliverables
|
||||
|
Loading…
Reference in New Issue