mirror of
https://github.com/logos-co/roadmap.git
synced 2025-02-23 05:08:29 +00:00
43 lines
988 B
Markdown
43 lines
988 B
Markdown
|
---
|
||
|
title: RLN v2 E2E integration
|
||
|
---
|
||
|
|
||
|
## `vac:acz:rlnp2p:waku:rlnv2-e2e`
|
||
|
---
|
||
|
|
||
|
```mermaid
|
||
|
%%{
|
||
|
init: {
|
||
|
'theme': 'base',
|
||
|
'themeVariables': {
|
||
|
'primaryColor': '#BB2528',
|
||
|
'primaryTextColor': '#fff',
|
||
|
'primaryBorderColor': '#7C0000',
|
||
|
'lineColor': '#F8B229',
|
||
|
'secondaryColor': '#006100',
|
||
|
'tertiaryColor': '#fff'
|
||
|
}
|
||
|
}
|
||
|
}%%
|
||
|
gantt
|
||
|
dateFormat YYYY-MM-DD
|
||
|
section Status
|
||
|
RLN v2 e2e Integration : , 2024-05-20, 2024-06-20
|
||
|
```
|
||
|
- due: 2024-06-20
|
||
|
- status: 0%
|
||
|
|
||
|
### Description
|
||
|
- [ ] Come up with final gas estimation after the optimizations (RLN v2 + RLN in resource-restricted)
|
||
|
- [ ] Deliver end-to-end PoC working in The Waku Network showcasing the new features.
|
||
|
- [ ] Bug fixes found along testing
|
||
|
- [ ] New smart contract with both RLNv2 and RLN in resource-restricted clients changes.
|
||
|
- [ ] Deploy and consider using a L2 testnet.
|
||
|
|
||
|
#### Goal
|
||
|
Run RLN relay v2 on TWN.
|
||
|
|
||
|
### Deliverables
|
||
|
|
||
|
- [ ] https://github.com/waku-org/pm/issues/168
|