From 2eebd49825e1cb1349fdab995a46dca0f923e57f Mon Sep 17 00:00:00 2001 From: Aaryamann Challani <43716372+rymnc@users.noreply.github.com> Date: Fri, 5 Jul 2024 20:28:51 +0530 Subject: [PATCH] chore(acz): update roadmap with progress uptil July, 2024 (#80) --- .../acz/consulting/codex/proxy-re-encryption.md | 5 +++-- content/vac/acz/index.md | 10 +++++----- content/vac/acz/rlnp2p/waku/rlnv2-e2e.md | 16 +++++++++------- .../vac/acz/secure-channels/waku/mls-design.md | 6 +++--- content/vac/acz/secure-channels/waku/mls-poc.md | 12 ++++++++++-- .../vac/acz/stealth-address-kit/maintenance.md | 8 ++++++-- content/vac/acz/zerokit/vac/zerokit-v0-5.md | 4 ++-- 7 files changed, 38 insertions(+), 23 deletions(-) diff --git a/content/vac/acz/consulting/codex/proxy-re-encryption.md b/content/vac/acz/consulting/codex/proxy-re-encryption.md index ec61e99e8..e80fb6d33 100644 --- a/content/vac/acz/consulting/codex/proxy-re-encryption.md +++ b/content/vac/acz/consulting/codex/proxy-re-encryption.md @@ -22,7 +22,7 @@ gantt Proxy Re-Encryption: , 2024-05-27, 2024-09-30 ``` -- status: 0% +- status: 50% - CC: Ramses + 1 ### Description @@ -34,4 +34,5 @@ Proxy re-encryption is necessary to provide plausible deniability to storage pro ### Deliverables -TBD \ No newline at end of file +- [x] A Document describing possible solutions: https://www.notion.so/Approaches-to-plausible-deniability-87c6fef92df946fcbc1327d51d936ce1?pvs=4 +- [ ] Agreement and hardening of specification for the Codex team \ No newline at end of file diff --git a/content/vac/acz/index.md b/content/vac/acz/index.md index 7538970cb..9e41dc7aa 100644 --- a/content/vac/acz/index.md +++ b/content/vac/acz/index.md @@ -4,7 +4,7 @@ tags: - acz - vac date: 2023-09-12 -lastmod: 2024-05-13 +lastmod: 2024-07-04 --- ## `vac:acz:` @@ -30,17 +30,17 @@ lastmod: 2024-05-13 ### `zerokit:vac:` * [x] [[vac/acz/zerokit/vac/zerokit-v0-4|zerokit-v0.4]] -* [ ] [[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/maintenance|maintenance]] ### `secure-channels:waku:` -* [ ] [[vac/acz/secure-channels/waku/mls-design|mls-design]] -* [ ] [[vac/acz/secure-channels/waku/mls-poc|mls-poc]] +* [x] [[vac/acz/secure-channels/waku/mls-design|mls-design]] +* [x] [[vac/acz/secure-channels/waku/mls-poc|mls-poc]] * [ ] [[vac/acz/secure-channels/waku/fd-design|fd-design]] * [ ] [[vac/acz/secure-channels/waku/fd-poc|fd-poc]] ### `consulting:codex:` -* [[proxy-re-encryption|proxy-re-encryption]] +* [ ] [[proxy-re-encryption|proxy-re-encryption]] ### `consulting:nomos:` * [[vac/acz/consulting/nomos/init|init]] diff --git a/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md b/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md index cb937691e..33c6b6f11 100644 --- a/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md +++ b/content/vac/acz/rlnp2p/waku/rlnv2-e2e.md @@ -25,18 +25,20 @@ gantt RLN v2 e2e Integration : , 2024-05-20, 2024-06-20 ``` - due: 2024-06-20 -- status: 0% +- status: 90% ### 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. +- [x] Come up with final gas estimation after the optimizations (RLN v2 + RLN in resource-restricted) +- [x] Deliver end-to-end PoC working in The Waku Network showcasing the new features. +- [x] Bug fixes found along testing +- [x] New smart contract with both RLNv2 and RLN in resource-restricted clients changes. +- [x] Deploy and consider using a L2 testnet. +- [ ] Deprecate tree sync in nwaku #### Goal Run RLN relay v2 on TWN. ### Deliverables -- [ ] https://github.com/waku-org/pm/issues/168 +- [x] https://github.com/waku-org/pm/issues/168 +- [x] https://github.com/waku-org/nwaku/issues/2758 diff --git a/content/vac/acz/secure-channels/waku/mls-design.md b/content/vac/acz/secure-channels/waku/mls-design.md index 56c396487..17dcd6cf5 100644 --- a/content/vac/acz/secure-channels/waku/mls-design.md +++ b/content/vac/acz/secure-channels/waku/mls-design.md @@ -22,10 +22,10 @@ gantt tickInterval 1month dateFormat YYYY-MM-DD section Status - Ethereum Chat: 2023-09-12, 2024-05-31 + Ethereum Chat: done, 2023-09-12, 2024-05-31 ``` -- status: 70% +- status: 100% - CC: Ramses ### Description @@ -51,6 +51,6 @@ The goal of this milestone is having ### Deliverables -* specification (RFC) of a secure Ethereum-based chat protocol +* [x] https://github.com/vacp2p/rfc-index/blob/main/vac/raw/eth-secpm.md (specification) diff --git a/content/vac/acz/secure-channels/waku/mls-poc.md b/content/vac/acz/secure-channels/waku/mls-poc.md index 854b76e88..cd257da37 100644 --- a/content/vac/acz/secure-channels/waku/mls-poc.md +++ b/content/vac/acz/secure-channels/waku/mls-poc.md @@ -22,11 +22,13 @@ gantt tickInterval 1month dateFormat YYYY-MM-DD section Status - MLS PoC: 2024-04-29, 2024-07-15 + MLS PoC: done, 2024-04-29, 2024-07-15 ``` -- status: 0% +- status: 100% - CC: + - Ekaterina + - Aaryamann ### Description @@ -43,5 +45,11 @@ gantt ### Deliverables * Engineers implementing the researchers advice on how to proceed with the PoC + - [x] https://github.com/vacp2p/de-mls/issues/1 + - [x] https://github.com/vacp2p/de-mls/issues/2 + - [x] https://github.com/vacp2p/de-mls/issues/3 + - [x] https://github.com/vacp2p/de-mls/issues/4 + - [x] https://github.com/vacp2p/de-mls/issues/5 + - [x] https://github.com/vacp2p/de-mls/issues/6 diff --git a/content/vac/acz/stealth-address-kit/maintenance.md b/content/vac/acz/stealth-address-kit/maintenance.md index cc998ed49..425b0c719 100644 --- a/content/vac/acz/stealth-address-kit/maintenance.md +++ b/content/vac/acz/stealth-address-kit/maintenance.md @@ -25,7 +25,7 @@ gantt Stealth Address Kit Maintenance: , 2024-02-01, 2024-12-31 ``` -- status: 50% +- status: 80% - CC: Aaryamann ### Description @@ -37,5 +37,9 @@ This will be a viable privacy solution for status (private transfers) and waku ( ### Deliverables -- [ ] rename erc-5564-rs to `stealth-address-kit` +- [x] rename erc-5564-rs to `stealth-address-kit` +- The following releases have been made - + - [x] https://github.com/vacp2p/stealth-address-kit/releases/tag/v0.3.1 + - [x] https://github.com/vacp2p/stealth-address-kit/releases/tag/v0.2.0 + - [x] https://github.com/vacp2p/stealth-address-kit/releases/tag/v0.1.0 diff --git a/content/vac/acz/zerokit/vac/zerokit-v0-5.md b/content/vac/acz/zerokit/vac/zerokit-v0-5.md index 33d295c45..a90e8f956 100644 --- a/content/vac/acz/zerokit/vac/zerokit-v0-5.md +++ b/content/vac/acz/zerokit/vac/zerokit-v0-5.md @@ -21,9 +21,9 @@ gantt tickInterval 1month dateFormat YYYY-MM-DD section Status - v0.5 Release: 2023-10-01, 2024-06-01 + v0.5 Release: done, 2023-10-01, 2024-06-01 ``` -- status: 70% +- status: 100% - CCs: - Ekaterina - Aaryamann