From 743479cab078b79e965370f2809147a8ec05a0a9 Mon Sep 17 00:00:00 2001 From: fryorcraken Date: Mon, 30 Sep 2024 14:19:23 +1000 Subject: [PATCH] some corrections --- content/waku/updates/2024-09-23.md | 38 +++++++++++++----------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/content/waku/updates/2024-09-23.md b/content/waku/updates/2024-09-23.md index a6bec5f3a..7c123fe1a 100644 --- a/content/waku/updates/2024-09-23.md +++ b/content/waku/updates/2024-09-23.md @@ -10,6 +10,7 @@ date: 2024-09-23 - [Store v3 - store synchronisation](https://github.com/waku-org/pm/issues/132) - achieved: - [research] Waku sync 2.0 research post first draft. + - [nwaku] [bug: libnegentropy.so is missing during link or false linked](https://github.com/waku-org/nwaku/issues/3040) static linkage for libnegentropy - helps easier deployment [chore: Switch libnegentropy library build from shared to static linkage](https://github.com/waku-org/nwaku/pull/3041) - next: - [research] Write a basic test plan for store sync - [research] finalize Waku sync 2.0 research post @@ -49,7 +50,7 @@ date: 2024-09-23 - [RLNv2 in nwaku](https://github.com/waku-org/pm/issues/204) - achieved: - - [chat] RLN Membership Contract - [feat: membership](https://github.com/waku-org/waku-rlnv2-contract/pull/13) + - [nwaku] RLN Membership Contract - [feat: membership](https://github.com/waku-org/waku-rlnv2-contract/pull/13) - [Maturing RLN variables/parameters revision](https://github.com/waku-org/pm/issues/205) - achieved: @@ -74,6 +75,7 @@ date: 2024-09-23 - [Nwaku in Status Desktop](https://github.com/waku-org/pm/issues/203) - achieved: - [nwaku] start working on it more actively [feat: nwaku in status-go (discv5 and dnsdiscovery)](https://github.com/waku-org/nwaku/issues/3039) + - [nwaku] [chore: libwaku reduce repetitive code by adding a template handling resp returns](https://github.com/waku-org/nwaku/pull/3032) - [Nwaku on Windows](https://github.com/waku-org/pm/issues/239) - achieved: @@ -106,30 +108,12 @@ date: 2024-09-23 - achieved: - [chat] analysis of current content-topic usage in status communities [Status Message Types - Content Topics](https://docs.google.com/spreadsheets/d/1tawYtwmpYmowlxk8IbqzfhJmxIP8CJfn4IoFnEuCIyo/edit?gid=0#gid=0) -## Other Work - -### Enhancements - -- achieved: - - [nwaku] [bug: libnegentropy.so is missing during link or false linked](https://github.com/waku-org/nwaku/issues/3040) static linkage for libnegentropy - helps easier deployment [chore: Switch libnegentropy library build from shared to static linkage](https://github.com/waku-org/nwaku/pull/3041) - -### Maintenance - -- achieved: - - [nwaku] added version migration instructions to the docs [feat: add migration instructions](https://github.com/waku-org/docs.waku.org/pull/211) - - [nwaku] [chore: libwaku reduce repetitive code by adding a template handling resp returns](https://github.com/waku-org/nwaku/pull/3032) - -### Bugs - -- achieved: - - [nwaku] investigated failed interop tests and found solutions. Fixed config bug [fix: setting up node with modified config](https://github.com/waku-org/nwaku/pull/3036) - ## [Milestone: Demonstrate Product-Market Fit](https://github.com/waku-org/pm/milestone/36) - achieved: - - found new projects interested in interviewing and codesigning (see milestone 2) + - found new projects interested in interviewing and co-designing (see milestone 2) - next: - - book interviews and enroll for codesign + - book interviews and enroll for co-design ## [Milestone: Acquire first 10 Customers](https://github.com/waku-org/pm/milestone/37) @@ -141,3 +125,15 @@ date: 2024-09-23 - Network state/pop up city; - Intents protocols; - Inbound leads have been coming to us on discord, a good sign despite marketing activity wind down; + +## Other Work + +### Maintenance + +- achieved: + - [nwaku] added version migration instructions to the docs [feat: add migration instructions](https://github.com/waku-org/docs.waku.org/pull/211) + +### Bugs + +- achieved: + - [nwaku] investigated failed interop tests and found solutions. Fixed config bug [fix: setting up node with modified config](https://github.com/waku-org/nwaku/pull/3036) \ No newline at end of file