roadmap/content/waku/updates/2023-12-25.md

57 lines
2.5 KiB
Markdown

---
title: 2023-12-25 Waku weekly
tags:
- waku-updates
date: 2023-12-25
draft:
---
Happy Holidays!
### [1.3: Node bandwidth management mechanism](https://github.com/waku-org/pm/issues/66)
- _achieved_: make configurable the max message size in nim-waku https://github.com/waku-org/nwaku/pull/2298
### [1.2: Autosharding for autoscaling](https://github.com/waku-org/pm/issues/65)
**[js-waku] [feat: make autosharding default node behavior](https://github.com/waku-org/js-waku/issues/1749)**
- _achieved_: merged PR that implements autosharding after feedback. PR to reintroduce named sharding ready for review
- _next_: update all examples to use autosharding
## Other Work
### Chat SDK
**[chat-sdk] [chat-sdk tracking](https://github.com/waku-org/pm/issues/105)**
- _achieved_: close connections for filter light client, draft a doc about messages on the relay
- _next_: work on user cannot join the community bug
### Research
**[nwaku] [feat: experimental incentivize store protocol](https://github.com/waku-org/nwaku/issues/1961)**
- _achieved_: continued discussion on incentivization RFC
- _next_: move towards implementation
### 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 initial implementation. Added unit tests, updated documentation, opened and got approved PR.
- _next_: verify if there's other places where the new endpoint should be document before merging
**[research] [Sync store baseline understanding](https://github.com/waku-org/research/issues/62)**
- _achieved_: PoC of Prolly Tree feature complete, Postgres retention policy PR, diff protocol ground work started.
- _next_: pending technical writeup about Prolly trees PoC in issue, Diff protocol, 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, investigated, found root causes and fixed
**[nwaku] [bug: lack of error checking in publish](https://github.com/waku-org/nwaku/issues/2190)**
- _achieved_: reproduced, investigated and started improving error handling
- _next_: continue with the implementation
### PM
- _achieved_: proposed Waku strategy draft to team and started discussions
- _next_: continue Waku strategy discussion, publish strategy/discuss with Logos leadership, continue drafting Waku roadmap for 2024