add waku weekly 20231225

This commit is contained in:
chair28980 2023-12-25 12:10:39 -08:00
parent d3bfddb96a
commit 23383dbe03
No known key found for this signature in database
GPG Key ID: 634B505B4DCD4B70

View File

@ -0,0 +1,41 @@
---
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
### 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