|
| 1 | +--- |
| 2 | +date: 2026-06-29 |
| 3 | +tags: |
| 4 | + - messaging-updates |
| 5 | +title: 2026-06-29 Messaging Weekly |
| 6 | +--- |
| 7 | + |
| 8 | +## Highlights |
| 9 | +<!-- Please Add the team weekly highlights here --> |
| 10 | + |
| 11 | +- Logos Integrations: |
| 12 | + - Released `logos-chat-module` v0.1.1 and `logos-chat-ui` v0.1.1 |
| 13 | +# Logos Delivery |
| 14 | + |
| 15 | +## [Messaging API — General Availability](2026-messaging-api-general-availability.md) |
| 16 | + |
| 17 | +- [[Deliverable] Stabilize and improve Messaging API, fix bugs](https://github.com/logos-messaging/pm/issues/414) |
| 18 | + - achieved: |
| 19 | + - [feat: add LogosDelivery orchestrator as project entry point](https://github.com/logos-messaging/logos-delivery/pull/3970) |
| 20 | + - [fix: retry send tasks stuck in Entry state](https://github.com/logos-messaging/logos-delivery/pull/3967) |
| 21 | + - [fix: Cap store checks on propagated messages by MessagingClient](https://github.com/logos-messaging/logos-delivery/pull/3965) |
| 22 | + - [fix: start_node() after stop_node() re-opens the listener](https://github.com/logos-messaging/logos-delivery/pull/4007) |
| 23 | + - [Apply LogosDelivery Orchestrator changes to api_send tests](https://github.com/logos-messaging/logos-delivery/pull/3976) |
| 24 | + - [API design](https://github.com/logos-messaging/logos-delivery/issues/3879) |
| 25 | + - [Chore: api shape phase2](https://github.com/logos-messaging/logos-delivery/pull/3974) |
| 26 | + - [Integrate api-shape phase2 (#3989) + api interfaces (#3975)](https://github.com/logos-messaging/logos-delivery/pull/3999) |
| 27 | + - next: |
| 28 | + - [create a separate binary to allow DST test messaging-client API](https://github.com/logos-messaging/logos-delivery/issues/4005) |
| 29 | + - [API design](https://github.com/logos-messaging/logos-delivery/issues/3879) |
| 30 | + - [api: define layer contracts with concept, not RootObj inheritance](https://github.com/logos-messaging/logos-delivery/pull/4001) |
| 31 | + - [messaging: depend on the Waku kernel, not the raw WakuNode](https://github.com/logos-messaging/logos-delivery/pull/4000) |
| 32 | + - [fix: Structured API Layers PR review (suggested fixes)](https://github.com/logos-messaging/logos-delivery/pull/3966) |
| 33 | + |
| 34 | +## [Reliable Channel API — Developer Preview](2026-reliable-channel-api-developer-preview.md) |
| 35 | + |
| 36 | +- [[Deliverable] Implement Reliable Channel API](https://github.com/logos-messaging/pm/issues/412) |
| 37 | + - achieved: |
| 38 | + - [Create first phase of interop tests for reliable channel API](https://github.com/logos-messaging/logos-delivery/issues/3959) |
| 39 | + - next: |
| 40 | + - [chore: replace ReliableChannel sendhandler hack](https://github.com/logos-messaging/logos-delivery/pull/3994) |
| 41 | + - [E2E testing of LogosDelivery Reliable Channel API](https://github.com/logos-messaging/logos-delivery-interop-tests/issues/191) |
| 42 | + |
| 43 | +## [Support QUIC Transport in Logos Delivery](2025-support-discovery-research-and-libp2p-quic.md) |
| 44 | + |
| 45 | +- [[Deliverable] Trial QUIC](https://github.com/logos-messaging/pm/issues/324) |
| 46 | + - achieved: |
| 47 | + - [docs: document enabling QUIC transport](https://github.com/logos-messaging/logos-delivery/issues/3987) |
| 48 | + - [chore: Fix .md docs (fix broken links, add QUIC notes)](https://github.com/logos-messaging/logos-delivery/pull/3988) |
| 49 | + - next: |
| 50 | + - [feat: DST scale validation of QUIC transport](https://github.com/logos-messaging/logos-delivery/issues/3986) |
| 51 | + |
| 52 | +## [RLN for lightpush](https://github.com/logos-messaging/pm/issues/411) |
| 53 | + |
| 54 | +- [[Deliverable] Improve RLN UX by reducing contract interactions](https://github.com/logos-messaging/pm/issues/344) |
| 55 | + - achieved: |
| 56 | + - Progress on [isolating RLN into a self-contained module](https://github.com/logos-messaging/logos-delivery/issues/3954) usable by any protocol: |
| 57 | + - [phase 1 - extract generateRlnValidator into temp adapter dir](https://github.com/logos-messaging/logos-delivery/pull/3984) |
| 58 | + - [phase 2 — rename/restructure waku_rln_relay → waku_rln](https://github.com/logos-messaging/logos-delivery/pull/3978) |
| 59 | + - [phase 3 — inline RLN validator, allow mountRlnRelay without wakuRelay](https://github.com/logos-messaging/logos-delivery/pull/3985) |
| 60 | + - [test: add S16 lightpush dynamic-recovery unittest](https://github.com/logos-messaging/logos-delivery/pull/3995) |
| 61 | + - [bug: RLN fails to reset at epoch limit](https://github.com/logos-messaging/logos-delivery/issues/3220) |
| 62 | + - next: |
| 63 | + - phase 4 — wire lightpush callbacks to call RLN directly |
| 64 | + - [chore: do not override Rln result instance](https://github.com/logos-messaging/logos-delivery/issues/4002) |
| 65 | + |
| 66 | +## [Fleet stability](2026-fleet-stability.md) |
| 67 | + |
| 68 | +- [[Deliverable] Resolve known fleet stability issues](https://github.com/logos-messaging/pm/issues/384) |
| 69 | + - next: |
| 70 | + - [fix(discovery): prune stale discv5 peers from peer store so PX stops serving dead ENRs](https://github.com/logos-messaging/logos-delivery/pull/3939) |
| 71 | + |
| 72 | +# Logos Chat |
| 73 | + |
| 74 | +## [Chat — Group Conversations](2025-extend-chat-sdk-with-group-conversations.md) |
| 75 | + |
| 76 | +- [[Deliverable] Add Group Chat](https://github.com/logos-messaging/pm/issues/346) |
| 77 | + - achieved: |
| 78 | + - Add ChatClientBuilder - https://github.com/logos-messaging/libchat/pull/145 |
| 79 | + - Componentize Logos Delivery - https://github.com/logos-messaging/libchat/pull/148 |
| 80 | + - Enable DeMLS configuration for Description and group name - https://github.com/logos-messaging/libchat/pull/156 |
| 81 | + - Cleanup Transport mechanisms |
| 82 | + - https://github.com/logos-messaging/libchat/pull/157 |
| 83 | + - https://github.com/logos-messaging/libchat/pull/159 |
| 84 | + - Demls bug fixes - https://github.com/logos-messaging/libchat/pull/160 |
| 85 | + |
| 86 | +- Implement simple identity model |
| 87 | + - achieved: |
| 88 | + - Attach Sender information to members - https://github.com/logos-messaging/libchat/pull/146 |
| 89 | + |
| 90 | +- Implement contact discovery |
| 91 | + - achieved: |
| 92 | + - Unify KeyPackages between Convos - https://github.com/logos-messaging/libchat/pull/147 |
| 93 | + |
| 94 | +# Logos Core |
| 95 | + |
| 96 | +## [Logos Core integration — phase 2](2026-logos-core-integration-phase-2.md) |
| 97 | + |
| 98 | +- [[Deliverable] Integrate Chat and Delivery Logos Core modules](https://github.com/logos-messaging/pm/issues/387) |
| 99 | + - achieved: |
| 100 | + - Doc Chat-module usage - https://github.com/logos-co/logos-chat-module/pull/36 |
| 101 | + |
| 102 | +- [[Deliverable] Add support for groups in Logos Core Chat module](https://github.com/logos-messaging/pm/issues/375) |
| 103 | + - next: |
| 104 | + - Add DirectV1 support in Chat module - https://github.com/logos-co/logos-chat-module/pull/37 |
| 105 | + |
| 106 | +- [[Deliverable] Build Logos Core demo app in QML](https://github.com/logos-messaging/pm/issues/390) |
| 107 | + - next: |
| 108 | + - Add DirectV1 support in Chat module UI - https://github.com/logos-co/logos-chat-ui/pull/30 |
| 109 | + |
| 110 | +# Maintenance |
| 111 | + |
| 112 | + - achieved: |
| 113 | + - [Workaround MacOS build issue between new bearssl 0.2.9 and chronos](https://github.com/logos-messaging/logos-delivery/pull/3969) |
| 114 | + - [chore: build C/C++ examples on macOS via POSIX getopt](https://github.com/logos-messaging/logos-delivery/pull/3982) |
| 115 | + - [Temporarily extend CI test job timeout](https://github.com/logos-messaging/logos-delivery/pull/3997) |
| 116 | + - [feat(ffi): sharded MPSC request ingress](https://github.com/logos-messaging/nim-ffi/pull/101) |
| 117 | + - next: |
| 118 | + - [FFI library consolidation](https://github.com/logos-messaging/logos-delivery/issues/3851) |
| 119 | + - [feat: adopt nim-ffi 0.2 CBOR ABI (nim-sds v0.2.0-rc.1)](https://github.com/logos-messaging/nim-sds/pull/83) |
| 120 | + - [Refactor: replace all `Option` (std/options) with `Opt` (results)](https://github.com/logos-messaging/logos-delivery/issues/3955) |
| 121 | + - [fix: remove hardcoded ports in tests](https://github.com/logos-messaging/logos-delivery/pull/3998) |
| 122 | + - [fix: fix portsShift feature](https://github.com/logos-messaging/logos-delivery/pull/4006) |
0 commit comments