From 6c82eaec775d74b2ca5f5b004d3bb6c5f9600fd2 Mon Sep 17 00:00:00 2001 From: chair28980 Date: Tue, 8 Oct 2024 18:52:09 -0700 Subject: [PATCH] rearrange order --- content/waku/updates/2024-10-07.md | 36 +++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/content/waku/updates/2024-10-07.md b/content/waku/updates/2024-10-07.md index da18dd4f7..99e41f395 100644 --- a/content/waku/updates/2024-10-07.md +++ b/content/waku/updates/2024-10-07.md @@ -104,24 +104,6 @@ date: 2024-10-07 - achieved: - [chat] able to interop test between single content-topic community code and 2.30 code using relay and lightclient [feat_: poc to use single content-topic for all community chats](https://github.com/status-im/status-go/pull/5864) -## Other Work - -### Enhancements - -- achieved: - - [js-waku] dogfooding app dashboard for better overview of TWN from client PoV - - [chat] go-waku: added unit tests to [feat: storenode cycle](https://github.com/waku-org/go-waku/pull/1223) - - [chat] go-waku: use byte array to decode ENRs `waku2` field: [fix: use byte array to decode ENRs uint8 fields](https://github.com/waku-org/go-waku/pull/1227) -- next: - - [js-waku] refined API for connecting to the network [chore: make waitForRemotePeer part of the waku interface](https://github.com/waku-org/js-waku/issues/1761) - - [js-waku] improve telemetry gathering and metric display - -### Maintenance - -- achieved: - - [nwaku] [chore: append current version in agentString which is used by the identify protocol](https://github.com/waku-org/nwaku/pull/3057) - - [nwaku] Finished validating and released v0.33.0 - ## [Milestone: Demonstrate product-market fit](https://github.com/waku-org/pm/milestone/36) - [Define target customers](https://github.com/waku-org/pm/issues/250) @@ -141,3 +123,21 @@ date: 2024-10-07 - 2 committments - next: - add more + +## Other Work + +### Enhancements + +- achieved: + - [js-waku] dogfooding app dashboard for better overview of TWN from client PoV + - [chat] go-waku: added unit tests to [feat: storenode cycle](https://github.com/waku-org/go-waku/pull/1223) + - [chat] go-waku: use byte array to decode ENRs `waku2` field: [fix: use byte array to decode ENRs uint8 fields](https://github.com/waku-org/go-waku/pull/1227) +- next: + - [js-waku] refined API for connecting to the network [chore: make waitForRemotePeer part of the waku interface](https://github.com/waku-org/js-waku/issues/1761) + - [js-waku] improve telemetry gathering and metric display + +### Maintenance + +- achieved: + - [nwaku] [chore: append current version in agentString which is used by the identify protocol](https://github.com/waku-org/nwaku/pull/3057) + - [nwaku] Finished validating and released v0.33.0