Skip to content

Commit 8e83ef6

Browse files
committed
status and cleanup
1 parent 816cfe5 commit 8e83ef6

2 files changed

Lines changed: 28 additions & 9 deletions

File tree

content/messaging/templates/weekly-update-template.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,18 @@ title: 2026-MM-DD Messaging Weekly
7878
- next:
7979
- blockers:
8080

81-
## [RLN for lightpush](https://github.com/logos-messaging/pm/issues/411)
81+
## [RLN for edge nodes](https://github.com/logos-messaging/pm/issues/411)
8282

8383
- [[Deliverable] Improve RLN UX by reducing contract interactions](https://github.com/logos-messaging/pm/issues/344)
8484
- achieved:
8585
- next:
8686
- blockers:
8787

88+
- [[Deliverable] Add support for RLN proofs in LightPush](https://github.com/logos-messaging/pm/issues/411)
89+
- achieved:
90+
- next:
91+
- blockers:
92+
8893
## [Port RLN to Logos Blockchain](2026-add-support-for-rln-on-lee.md)
8994

9095
- [[Deliverable] Implement pluggable RLN membership interface](https://github.com/logos-messaging/pm/issues/416)

content/messaging/updates/2026-07-06.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,12 @@ title: 2026-07-06 Messaging Weekly
88
## Highlights
99
<!-- Please Add the team weekly highlights here -->
1010

11-
- Logos Delivery: RLN lightpush proof generation moved from server to client and RLN isolated into a self-contained module; FFI node lifecycle unified on `logosdelivery_*` (legacy `waku_*` surface dropped) and FFI library consolidation completed; several fleet-stability fixes merged (peer-exchange stream errors, fleet exceptions).
11+
- Logos Delivery:
12+
- RLN lightpush proof generation moved from server to client
13+
- FFI library consolidation completed;
1214
- Logos Chat:
1315
- Logos Integrations:
14-
- Status: `status.prod` network preset added and Go bindings filter cleanup fixed; Go Messaging API bindings work underway.
16+
- Status:
1517

1618
# Logos Delivery
1719

@@ -38,7 +40,6 @@ title: 2026-07-06 Messaging Weekly
3840
- [ffi: unify node lifecycle on logosdelivery_* and drop legacy waku_* surface](https://github.com/logos-messaging/logos-delivery/pull/4012)
3941
- next:
4042
- [Create a separate binary to allow DST test messaging-client API](https://github.com/logos-messaging/logos-delivery/issues/4005)
41-
- [feat(node-info): expose MaxMessageSize node info item](https://github.com/logos-messaging/logos-delivery/pull/4018)
4243
- [waku_get_my_peerid returns a Nim debug string instead of the peer id](https://github.com/logos-messaging/logos-delivery/issues/4017)
4344
- blockers:
4445

@@ -85,25 +86,30 @@ title: 2026-07-06 Messaging Weekly
8586
- next:
8687
- blockers:
8788

88-
## [RLN for lightpush](https://github.com/logos-messaging/pm/issues/411)
89+
## [RLN for edge nodes](https://github.com/logos-messaging/pm/issues/411)
8990

9091
- [[Deliverable] Improve RLN UX by reducing contract interactions](https://github.com/logos-messaging/pm/issues/344)
92+
- achieved:
93+
- next:
94+
- [refresh merkle proof cache reactively on lightpush rejection](https://github.com/logos-messaging/logos-delivery/pull/4013)
95+
- blockers:
96+
97+
- [[Deliverable] Add support for RLN proofs in LightPush](https://github.com/logos-messaging/pm/issues/411)
9198
- achieved:
9299
- [isolate RLN in a self-contained module usable by any protocol (relay, lightpush, etc.)](https://github.com/logos-messaging/logos-delivery/issues/3954)
93100
- [chore: phase 4 — remove RLN proof generation from lightpush server to client](https://github.com/logos-messaging/logos-delivery/pull/4009)
94101
- [replace RLN specific Result with generic Result](https://github.com/logos-messaging/logos-delivery/pull/4011)
95102
- [fix: handle on-chain RPC errors gracefully during RLN setup](https://github.com/logos-messaging/logos-delivery/pull/4008)
96103
- [chore: do not override Rln result instance](https://github.com/logos-messaging/logos-delivery/issues/4002)
97104
- next:
98-
- [refresh merkle proof cache reactively on lightpush rejection](https://github.com/logos-messaging/logos-delivery/pull/4013)
99-
- [chore: create rln interface API](https://github.com/logos-messaging/logos-delivery/issues/4016)
100105
- blockers:
101106

102107
## [Port RLN to Logos Blockchain](2026-add-support-for-rln-on-lee.md)
103108

104109
- [[Deliverable] Implement pluggable RLN membership interface](https://github.com/logos-messaging/pm/issues/416)
105110
- achieved:
106111
- next:
112+
- [chore: create rln interface API](https://github.com/logos-messaging/logos-delivery/issues/4016)
107113
- blockers:
108114

109115
- [[Deliverable] Integrate Logos Delivery with RLN on Logos Blockchain](https://github.com/logos-messaging/pm/issues/417)
@@ -229,12 +235,20 @@ title: 2026-07-06 Messaging Weekly
229235

230236
- [[Deliverable] Integrate Messaging API in status-go](https://github.com/logos-messaging/pm/issues/380)
231237
- achieved:
232-
- [feat: add status.prod network preset (cluster 16, RLN off)](https://github.com/logos-messaging/logos-delivery/pull/3962)
233-
- [fix(filter): correct inverted idle-subscription cleanup check](https://github.com/logos-messaging/logos-delivery-go/pull/1314)
238+
- [feat: add status.prod network preset (cluster 16, RLN off)](https://github.com/logos-messaging/logos-delivery/pull/3962)
239+
- [fix(filter): correct inverted idle-subscription cleanup check](https://github.com/logos-messaging/logos-delivery-go/pull/1314)
240+
- [Periodically reconcile history while connectivity is unreliable](https://github.com/status-im/status-go/pull/7604)
241+
- [Coalescing historic-sync worker instead of drop-throttle](https://github.com/status-im/status-go/pull/7608)
242+
- [Drop unused Waku interface methods](https://github.com/status-im/status-go/pull/7586)
243+
- [Encapsulate peer management in the Waku object](https://github.com/status-im/status-go/issues/7587)
234244
- next:
235245
- [Introduce an object-oriented Go mirror of the Nim Messaging API over the C bindings](https://github.com/logos-messaging/logos-delivery-go-bindings/issues/119)
236246
- [Migrate the bindings to the single liblogosdelivery library](https://github.com/logos-messaging/logos-delivery-go-bindings/issues/118)
237247
- [refactor: build against the single liblogosdelivery library](https://github.com/logos-messaging/logos-delivery-go-bindings/pull/116)
248+
- [feat(node-info): expose MaxMessageSize node info item](https://github.com/logos-messaging/logos-delivery/pull/4018)
249+
- [Strictly layer delivery events; drop dead signals](https://github.com/status-im/status-go/pull/7607)
250+
- [drop ClearEnvelopesCache and dead envelope-cache state](https://github.com/status-im/status-go/pull/7600)
251+
- [Switch `Online()` to `ConnectionStatus`](https://github.com/status-im/status-go/issues/7466)
238252
- blockers:
239253

240254
## [Introduce E2E Reliability in Status Communities](2024-e2e-reliability-protocol.md)

0 commit comments

Comments
 (0)