From 986ebd59914f5e6790d48a622c09f19c95e6d33a Mon Sep 17 00:00:00 2001 From: rymnc <43716372+rymnc@users.noreply.github.com> Date: Fri, 17 May 2024 17:15:25 +0530 Subject: [PATCH] chore: add new milestone --- content/vac/acz/index.md | 1 + content/vac/acz/rlnp2p/waku/rlnv2-e2e.md | 42 ++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 content/vac/acz/rlnp2p/waku/rlnv2-e2e.md diff --git a/content/vac/acz/index.md b/content/vac/acz/index.md index efb1e49e3f..a217c181b5 100644 --- a/content/vac/acz/index.md +++ b/content/vac/acz/index.md @@ -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]] diff --git a/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md b/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md new file mode 100644 index 0000000000..a8361cc2a7 --- /dev/null +++ b/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md @@ -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