From 2f7fbfe330e2d8d715a567f4f944a684674657d8 Mon Sep 17 00:00:00 2001 From: chair28980 Date: Fri, 26 Sep 2025 17:34:33 -0700 Subject: [PATCH] update deliverable links --- draft-roadmap/integrate_rln_with_waku_api.md | 8 ++++---- draft-roadmap/introduce_mixnet_for_message_sending.md | 2 +- draft-roadmap/streamline_dev_ex_local_dev_rust.md | 10 +++++----- ...{nim_usage_improvements.md => upgrade_nim_usage.md} | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) rename draft-roadmap/{nim_usage_improvements.md => upgrade_nim_usage.md} (97%) diff --git a/draft-roadmap/integrate_rln_with_waku_api.md b/draft-roadmap/integrate_rln_with_waku_api.md index d8cacd2..38e484e 100644 --- a/draft-roadmap/integrate_rln_with_waku_api.md +++ b/draft-roadmap/integrate_rln_with_waku_api.md @@ -40,7 +40,7 @@ See deliverables. ## Deliverables -### Implement RLN membership management in nwaku library +### [Implement RLN membership management in nwaku library]() **Owner**: nwaku @@ -69,7 +69,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Implement RLN Onchain Tree Proof generation and verification in the Browser +### [Implement RLN Onchain Tree Proof generation and verification in the Browser](https://github.com/waku-org/pm/issues/354) **Owner**: js-waku @@ -87,7 +87,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Extract RLN as a plug-in library from nwaku +### [Extract RLN as a plug-in library from nwaku](https://github.com/waku-org/pm/issues/355) **Owner**: nwaku @@ -116,7 +116,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Deploy RLN Contracts to Status L2 testnet +### [Deploy RLN Contracts to Status L2 testnet](https://github.com/waku-org/pm/issues/356) **Owner**: nwaku diff --git a/draft-roadmap/introduce_mixnet_for_message_sending.md b/draft-roadmap/introduce_mixnet_for_message_sending.md index 38125c0..c34fef6 100644 --- a/draft-roadmap/introduce_mixnet_for_message_sending.md +++ b/draft-roadmap/introduce_mixnet_for_message_sending.md @@ -24,7 +24,7 @@ See deliverables. ## Deliverables -### [Integrate libp2p mix into lightpush](https://github.com/waku-org/nwaku/issues/3280) +### [Integrate libp2p mix into lightpush](https://github.com/waku-org/pm/issues/291) **Owner**: core research diff --git a/draft-roadmap/streamline_dev_ex_local_dev_rust.md b/draft-roadmap/streamline_dev_ex_local_dev_rust.md index f2eb66b..6a825c2 100644 --- a/draft-roadmap/streamline_dev_ex_local_dev_rust.md +++ b/draft-roadmap/streamline_dev_ex_local_dev_rust.md @@ -35,7 +35,7 @@ See deliverables. ## Deliverables -### Edge Mode in Nwaku +### [Edge Mode in Nwaku](https://github.com/waku-org/pm/issues/357) **Owner**: nwaku @@ -56,7 +56,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Nwaku in Status Mobile +### [Nwaku in Status Mobile](https://github.com/waku-org/pm/issues/358) **Owner**: nwaku @@ -74,7 +74,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Waku Rust SDK +### [Waku Rust SDK](https://github.com/waku-org/pm/issues/289) **Owner**: nwaku @@ -89,7 +89,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Local Web Dev Harness +### [Local Web Dev Harness](https://github.com/waku-org/pm/issues/359) **Owner**: js-waku @@ -114,7 +114,7 @@ See deliverables. - [ ] Dogfood: link to dogfooding session/artefact - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Local Dev RLN Harness +### [Local Dev RLN Harness](https://github.com/waku-org/pm/issues/360) **Owner**: nwaku diff --git a/draft-roadmap/nim_usage_improvements.md b/draft-roadmap/upgrade_nim_usage.md similarity index 97% rename from draft-roadmap/nim_usage_improvements.md rename to draft-roadmap/upgrade_nim_usage.md index 7c1dbe4..aa9ff44 100644 --- a/draft-roadmap/nim_usage_improvements.md +++ b/draft-roadmap/upgrade_nim_usage.md @@ -76,7 +76,7 @@ Note: maybe taken over by Vac-Nim - [ ] Docs: links to README.md or docs.waku.org (TBD) -### Create nim-ffi, a library to easily exposes c-bindings from Nim +### [Create nim-ffi, a library to easily exposes c-bindings from Nim](https://github.com/waku-org/pm/issues/332) **Owner**: nwaku