From 23383dbe03826d574b3f54def28524280124cb7b Mon Sep 17 00:00:00 2001 From: chair28980 Date: Mon, 25 Dec 2023 12:10:39 -0800 Subject: [PATCH] add waku weekly 20231225 --- content/waku/updates/2023-12-25.md | 41 ++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 content/waku/updates/2023-12-25.md diff --git a/content/waku/updates/2023-12-25.md b/content/waku/updates/2023-12-25.md new file mode 100644 index 000000000..fdf2a2ad6 --- /dev/null +++ b/content/waku/updates/2023-12-25.md @@ -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 \ No newline at end of file