add waku weekly 20231218

This commit is contained in:
chair28980 2023-12-18 20:10:49 -08:00
parent 9d6b6a24e8
commit b5d3d1c9fe
No known key found for this signature in database
GPG Key ID: 634B505B4DCD4B70
1 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,58 @@
---
title: 2023-12-18 Waku weekly
tags:
- waku-updates
date: 2023-12-18
draft:
---
# 2023-12-18 Waku weekly
### [Targeted dogfooding for Status Communities](https://github.com/waku-org/pm/issues/97)
- _achieved_: fix panic on logout, publish messages async, fix loading message history for communities, fix invalid bootnodes being used on status desktop, status dogfooding, raise issues and optimizations needed wrt light protocols usage in status-go and improvements to be done in nwaku,
- _next_: continue dogfooding / fixing issues
## [Support Many Platforms](https://github.com/waku-org/pm/issues/42) - 2024-04-30
### [Presentation Readiness ](https://github.com/waku-org/pm/issues/95)
**[js-waku] [feat: filter subscription API](https://github.com/waku-org/js-waku/issues/1683)**
- _achieved_: rebasing
- _next_: error handling via event emitter as well. plan if restructuring is required.
## Other Work
### Enhancements
**[nwaku] [feat: Have additional Admin REST API endpoints that helps node operator in monitoring](https://github.com/waku-org/nwaku/issues/2290)**
- _achieved_: improved logging and merged. Created locally a new REST endpoint that returns the information of all the filter subscriptions on a service node
- _next_: add unit tests, update documentation and open PR
**[research] [Sync store baseline understanding](https://github.com/waku-org/research/issues/62)**
- _achieved_: PoC of Prolly Tree (fixing a Bug), insertion and deletion of data into it.
- _next_: a writeup about Prolly trees PoC in issue, further testing, generating some operational data details such as memory consumption using RLN specs.
### Bugs
**[nwaku] [bug/regression: Relay connection works no more](https://github.com/waku-org/nwaku/issues/2299)**
- _achieved_: reproduced the issue both in testing framework and with local nodes, analyzed logs and narrowed down to the commit where things got broken
- _next_: continue investigating, find root cause and fix
**[nwaku] [bug: no messages returned from store node when multiple content topics and start/end time are used](https://github.com/waku-org/nwaku/issues/2288)**
- _achieved_: bug fix store service in nim-waku when the query used more than one content topic
### Documentation
**[docs.waku.org] [Document how to use k-anonymity with content topic](https://github.com/waku-org/docs.waku.org/issues/146)**
- _achieved_: add content topic buckets consideration #153
### Chores
**[nwaku] [Bump vendor dependencies for release 0.23.0](https://github.com/waku-org/nwaku/issues/2266)**
- _achieved_: bump all nim-waku vendor dependencies