Skip to content

Commit

Permalink
chore: add new milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed May 17, 2024
1 parent 4d6024c commit 986ebd5
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/vac/acz/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ lastmod: 2024-05-13
* [[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/rln-multi-epoch-constraints|rln-multi-epoch-constraints]]
* [ ] [[vac/acz/rlnp2p/waku/rlnv2-e2e|rlnv2-e2e]]

### `rlnp2p:vac:`
* [x] [[vac/acz/rlnp2p/vac/rln-doc-and-outreach|rln-doc-and-outreach]]
Expand Down
42 changes: 42 additions & 0 deletions content/vac/acz/rlnp2p/waku/rlnv2-e2e.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
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

0 comments on commit 986ebd5

Please sign in to comment.