NagyZoltanPeter 1913a36007
refactor(node): thread WakuEnvelope through dispatch; MessageSeenEvent carries it
subscription_manager relay handlers take the envelope (one async capture instead
of topic+msg), reusing envelope.hash for store-sync ingress. MessageSeenEvent
now carries the WakuEnvelope; the filter-client push emit builds one, and the
recv_service listener reuses envelope.hash (optional precomputed-hash param) to
skip recomputation.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-15 05:44:32 +02:00
..