diff --git a/content/waku/updates/2024-07-08.md b/content/waku/updates/2024-07-08.md index 5de5e3c60..fb8fb1fdd 100644 --- a/content/waku/updates/2024-07-08.md +++ b/content/waku/updates/2024-07-08.md @@ -10,7 +10,7 @@ date: 2024-07-08 - [Store v3-beta - Message Hashes](https://github.com/waku-org/pm/issues/131) - achieved: - [research] take up reported bugfixes after afk; continue with service rollout - - [chat] tunning store hash query to shorten the confirmation time of outgoing messages https://github.com/status-im/status-go/pull/5349 + - [chat] tuning store hash query to shorten the confirmation time of outgoing messages https://github.com/status-im/status-go/pull/5349 - next: - [research] start with storev3 benchmarking test plan @@ -23,17 +23,17 @@ date: 2024-07-08 - Added dashboard panels for non-relay protocols request rates - [nwaku] feat: Enforce service specific rate limits - https://github.com/waku-org/nwaku/issues/2032 - Finalizing last phase of the feature: - - Added per peer filtering of high users - - Filter service specific limits for ping and subscribe per peer + - Added per peer filtering of high users + - Filter service specific limits for ping and subscribe per peer - next: - [Epic: nwaku] Node Bandwidth Management Features - https://github.com/waku-org/pm/issues/117 - - Separate add distinction between gross/net inbound traffic of shards. + - Add distinction between gross/net inbound traffic of shards. - [nwaku] feat: Enforce service specific rate limits - https://github.com/waku-org/nwaku/issues/2032 - finish testing, add more unit tests - [PostgreSQL Maintenance](https://github.com/waku-org/pm/issues/119) - achieved: - - [nwaku] new issue to create sonda tool: https://github.com/waku-org/nwaku/issues/2869 + - [nwaku] new issue to create sonda tool, a canary for store services: https://github.com/waku-org/nwaku/issues/2869 - next: - [nwaku] start implementation of sonda tool @@ -137,7 +137,7 @@ date: 2024-07-08 ## Enhancements - achieved: - - [nwaku] deployment of release v0.30.1, which adds RLN_v2 + - [nwaku] deployment of release v0.30.1, which adds RLNv2 - [js-waku] prepare for next release - next: - [js-waku] release last reliability improvements @@ -149,14 +149,18 @@ date: 2024-07-08 - [chat] fix: ignore ws from circuit relay addresses, and allow non multiaddresses in multiaddrs ENR key - https://github.com/waku-org/go-waku/pull/1141 - [chat] fix failing wakuv2 tests https://github.com/status-im/status-go/pull/5444 - [nwaku] bug: build error on new AMD cpu's - https://github.com/waku-org/nwaku/issues/2560 - - [nwaku] https://github.com/waku-org/nwaku/issues/2625 - - [nwaku] https://github.com/waku-org/nwaku/issues/2615 - - [nwaku] https://github.com/waku-org/nwaku/issues/2591 - - [nwaku] https://github.com/waku-org/nwaku/issues/2590 - - [nwaku] https://github.com/waku-org/nwaku/issues/2253 - - [nwaku] https://github.com/waku-org/nwaku/issues/2319 - - [nwaku] https://github.com/waku-org/nwaku/issues/2304 - - [nwaku] refactor relative code to absolute: https://github.com/waku-org/nwaku/issues/2845 (not merged, need to wait till v0.30.0) - - [nwaku] handle rln_msg_limit issue : https://github.com/waku-org/nwaku/issues/2822 + - [nwaku] Various bug fixes: + - From chat team: + - [bug: timestamp should be set to 0 if not provided in REST API](https://github.com/waku-org/nwaku/issues/2625) + - [bug: Store REST API returns invalid digest](https://github.com/waku-org/nwaku/issues/2615) + - From Vac-QA: + - [bug: Some PeerStore metadata is not filled in](https://github.com/waku-org/nwaku/issues/2591) + - [bug: PeerInfo instance affects listed protocols](https://github.com/waku-org/nwaku/issues/2590) + - [bug: Lightpush's publish type error](https://github.com/waku-org/nwaku/issues/2253) + - [bug: Relay publish returns Failed to publish: timedout when a peer filter node is disconnected](https://github.com/waku-org/nwaku/issues/2319) + - [bug: Test failure on test_all](https://github.com/waku-org/nwaku/issues/2304) + - [handle rln_msg_limit issue](https://github.com/waku-org/nwaku/issues/2822) + - Nim 2.0 readiness: + - [nwaku] [bug: incorrect import paths pointing outside the repository](https://github.com/waku-org/nwaku/issues/2845) - next: - - [nwaku] peer exchange returns nodes that no longer exist. - https://github.com/waku-org/nwaku/issues/2414 + - [nwaku] [peer exchange returns nodes that no longer exist](https://github.com/waku-org/nwaku/issues/2414)