some corrections

This commit is contained in:
fryorcraken 2024-09-30 14:19:23 +10:00
parent a64022ee2b
commit 743479cab0
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 17 additions and 21 deletions

View File

@ -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)