diff --git a/content/waku/updates/2024-06-20.md b/content/waku/updates/2024-06-20.md index 1c6c0e6b5..ff05a3f4e 100644 --- a/content/waku/updates/2024-06-20.md +++ b/content/waku/updates/2024-06-20.md @@ -10,22 +10,20 @@ date: 2024-06-24 - [Store v3-beta - Message Hashes](https://github.com/waku-org/pm/issues/131) - achieved: - PR bug fixes - - hash based query for outgoing messages https://github.com/status-im/status-go/pull/5217 - blockers: - - awaiting reviews + - awaiting reviews - unable to reproduce CI failures - [Store v3 - store synchronisation](https://github.com/waku-org/pm/issues/132) - achieved: - waku-simulator testing - - Dogfooding and fixes for routine that checks for missing messages https://github.com/status-im/status-go/pull/5281 - blockers: - awaiting reviews - unable to reproduce CI failures - [DOS protection for req-res protocols and metrics](https://github.com/waku-org/pm/issues/66) - achieved: - - Rate limit phase3: implemented per peer request rate checks + - Rate limit phase3: implemented per peer request rate checks - BW metrics per shard: implemented per shard metric collection - next: - Rate limit phase3: Some polishing and test cases needed to finish @@ -74,7 +72,8 @@ date: 2024-06-24 - [Reliability Protocol for Relay](https://github.com/waku-org/pm/issues/184) - achieved: - - started to look at the current status-go implementation + - started to look at the current status-go implementation + - hash based query for outgoing messages https://github.com/status-im/status-go/pull/5217 - next: - carry on with the implementation in nwaku - https://github.com/waku-org/nwaku/issues/2819 @@ -82,13 +81,15 @@ date: 2024-06-24 - achieved: - Improve filter subscription management in LightClient: various fixes wrt filter subscriptions and making lightNode work with peerExchange enabled https://github.com/status-im/status-go/pull/4665 - dogfooding light client in desktop - - fixed issue found while dogfooing, remove stale subs and update ping interval https://github.com/waku-org/go-waku/pull/1119 + - fixed issue found while dogfooding, remove stale subs and update ping interval https://github.com/waku-org/go-waku/pull/1119 - improved peer management for light push protocol https://github.com/waku-org/js-waku/issues/2002 - worked on updating js-waku to store v3 https://github.com/waku-org/js-waku/issues/2029 - improving offline recoverability for Filter https://github.com/waku-org/js-waku/issues/2024 + - Dogfooding and fixes for routine that checks for missing messages https://github.com/status-im/status-go/pull/5281 - next: - - continue with moving to store v3 https://github.com/waku-org/js-waku/issues/2029 - - continue with offline recoverability for Filter https://github.com/waku-org/js-waku/issues/2024 + - js-waku: continue with moving to store v3 https://github.com/waku-org/js-waku/issues/2029 + - js-waku: continue with offline recoverability for Filter https://github.com/waku-org/js-waku/issues/2024 + - - [User apps for large scale dogfooding](https://github.com/waku-org/pm/issues/188) - achieved: @@ -143,8 +144,8 @@ date: 2024-06-24 - achieved: opened a PR for a PoC incentivization testing: https://github.com/waku-org/nwaku/pull/2816 - next: start outlining a minimal specification for RLN-as-a-service -### Reliability +### General Reliability - achieved - Increase store query pagesize https://github.com/status-im/status-go/pull/5341 - - Fix peer counter for statsu-desktop https://github.com/status-im/status-go/pull/5348 + - Fix peer counter for status-desktop https://github.com/status-im/status-go/pull/5348 - Change order of rpc text input https://github.com/status-im/status-desktop/pull/15169