From 8b488f46c87ae6535c47dff472feb5e8312b5744 Mon Sep 17 00:00:00 2001 From: chair28980 Date: Mon, 8 Jul 2024 20:38:36 -0700 Subject: [PATCH] add js-waku updates --- content/waku/updates/2024-07-08.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/waku/updates/2024-07-08.md b/content/waku/updates/2024-07-08.md index d5f7210d3..5de5e3c60 100644 --- a/content/waku/updates/2024-07-08.md +++ b/content/waku/updates/2024-07-08.md @@ -73,8 +73,17 @@ date: 2024-07-08 - [Reliability Protocol for Resource-Restricted Clients](https://github.com/waku-org/pm/issues/186) - achieved: - [nwaku] Accepted new lightpush protocol definition with detailed fail case support - https://github.com/waku-org/pm/issues/93 + - [js-waku] filter uses dynamic peer management https://github.com/waku-org/js-waku/pull/2052 + - [js-waku] reliability with renewals due to offline state https://github.com/waku-org/js-waku/pull/2049 + - [js-waku] reliability RFC https://github.com/waku-org/specs/pull/18 - next: - [nwaku] Implement: feat: Enhance lightpush protocol error handling - https://github.com/waku-org/nwaku/issues/2722 + - [js-waku] reliability RFC https://github.com/waku-org/specs/pull/18 + - [js-waku] reliability with renewals due to offline state https://github.com/waku-org/js-waku/pull/2049 + +- [User apps for large scale dogfooding](https://github.com/waku-org/pm/issues/188) + - achieved: + - [js-waku] minor improvements to https://github.com/waku-org/lab.waku.org/pull/68 and getting unblocked with latest nwaku release - [Review MVDS usage and fail path](https://github.com/waku-org/pm/issues/189) - achieved: @@ -129,6 +138,9 @@ date: 2024-07-08 - achieved: - [nwaku] deployment of release v0.30.1, which adds RLN_v2 + - [js-waku] prepare for next release +- next: + - [js-waku] release last reliability improvements ## Bugs