mirror of https://github.com/logos-co/roadmap.git
chore(acz): update roadmaps for August (#106)
This commit is contained in:
parent
38de6bcc42
commit
16e6cb3b7e
|
@ -18,7 +18,7 @@ lastmod: 2024-07-04
|
||||||
* [[vac/acz/rlnp2p/waku/rln-relay-erc20|rln-relay-erc20]]
|
* [[vac/acz/rlnp2p/waku/rln-relay-erc20|rln-relay-erc20]]
|
||||||
- [x] [[vac/acz/rlnp2p/waku/rlnv2-relay-integration|rlnv2-relay-integration]]
|
- [x] [[vac/acz/rlnp2p/waku/rlnv2-relay-integration|rlnv2-relay-integration]]
|
||||||
* [x] [[vac/acz/rlnp2p/waku/rln-multi-epoch-constraints|rln-multi-epoch-constraints]]
|
* [x] [[vac/acz/rlnp2p/waku/rln-multi-epoch-constraints|rln-multi-epoch-constraints]]
|
||||||
* [ ] [[vac/acz/rlnp2p/waku/rlnv2-e2e|rlnv2-e2e]]
|
* [x] [[vac/acz/rlnp2p/waku/rlnv2-e2e|rlnv2-e2e]]
|
||||||
|
|
||||||
### `rlnp2p:vac:`
|
### `rlnp2p:vac:`
|
||||||
* [x] [[vac/acz/rlnp2p/vac/rln-doc-and-outreach|rln-doc-and-outreach]]
|
* [x] [[vac/acz/rlnp2p/vac/rln-doc-and-outreach|rln-doc-and-outreach]]
|
||||||
|
@ -31,6 +31,7 @@ lastmod: 2024-07-04
|
||||||
### `zerokit:vac:`
|
### `zerokit:vac:`
|
||||||
* [x] [[vac/acz/zerokit/vac/zerokit-v0-4|zerokit-v0.4]]
|
* [x] [[vac/acz/zerokit/vac/zerokit-v0-4|zerokit-v0.4]]
|
||||||
* [x] [[vac/acz/zerokit/vac/zerokit-v0-5|zerokit-v0.5]]
|
* [x] [[vac/acz/zerokit/vac/zerokit-v0-5|zerokit-v0.5]]
|
||||||
|
* [ ] [[vac/acz/zerokit/vac/zerokit-v0-6|zerokit-v0.6]]
|
||||||
* [[vac/acz/zerokit/vac/maintenance|maintenance]]
|
* [[vac/acz/zerokit/vac/maintenance|maintenance]]
|
||||||
|
|
||||||
### `secure-channels:waku:`
|
### `secure-channels:waku:`
|
||||||
|
|
|
@ -22,8 +22,6 @@ description: "ERC20 token support for RLN relay."
|
||||||
gantt
|
gantt
|
||||||
tickInterval 1month
|
tickInterval 1month
|
||||||
dateFormat YYYY-MM-DD
|
dateFormat YYYY-MM-DD
|
||||||
section Status
|
|
||||||
Production Readiness: , ,
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- status: 0%
|
- status: 0%
|
||||||
|
|
|
@ -22,10 +22,10 @@ title: RLN v2 E2E integration
|
||||||
gantt
|
gantt
|
||||||
dateFormat YYYY-MM-DD
|
dateFormat YYYY-MM-DD
|
||||||
section Status
|
section Status
|
||||||
RLN v2 e2e Integration : , 2024-05-20, 2024-06-20
|
RLN v2 e2e Integration : done, 2024-05-20, 2024-06-20
|
||||||
```
|
```
|
||||||
- due: 2024-06-20
|
- due: 2024-06-20
|
||||||
- status: 90%
|
- status: 100%
|
||||||
|
|
||||||
### Description
|
### Description
|
||||||
- [x] Come up with final gas estimation after the optimizations (RLN v2 + RLN in resource-restricted)
|
- [x] Come up with final gas estimation after the optimizations (RLN v2 + RLN in resource-restricted)
|
||||||
|
@ -33,7 +33,7 @@ gantt
|
||||||
- [x] Bug fixes found along testing
|
- [x] Bug fixes found along testing
|
||||||
- [x] New smart contract with both RLNv2 and RLN in resource-restricted clients changes.
|
- [x] New smart contract with both RLNv2 and RLN in resource-restricted clients changes.
|
||||||
- [x] Deploy and consider using a L2 testnet.
|
- [x] Deploy and consider using a L2 testnet.
|
||||||
- [ ] Deprecate tree sync in nwaku
|
- [ ] ~Deprecate tree sync in nwaku~ (deferred because blocked)
|
||||||
|
|
||||||
#### Goal
|
#### Goal
|
||||||
Run RLN relay v2 on TWN.
|
Run RLN relay v2 on TWN.
|
||||||
|
|
|
@ -0,0 +1,38 @@
|
||||||
|
---
|
||||||
|
title: Zerokit v0.6 Release
|
||||||
|
---
|
||||||
|
## `vac:acz:zerokit::vac:zerokit-v0.6`
|
||||||
|
---
|
||||||
|
```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
|
||||||
|
v0.6 Release: , 2024-08-12, 2024-10-12
|
||||||
|
```
|
||||||
|
- status: 0%
|
||||||
|
- CCs:
|
||||||
|
- Ekaterina
|
||||||
|
|
||||||
|
### Description
|
||||||
|
|
||||||
|
* Release Planning issue: https://github.com/vacp2p/zerokit/issues/263
|
||||||
|
|
||||||
|
This release's major feature is stateless RLN.
|
||||||
|
|
||||||
|
### Deliverables
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue