logos-delivery/logos_delivery
NagyZoltanPeter 8a2172a2eb
refactor(waku_relay): WakuRelayHandler takes WakuEnvelope; decode/hash once
Internal API break. The topic handler now builds the WakuEnvelope (the single
inbound-path hash) and passes it to the registered handler. Deletes the unused
onRecv observer decode (byte metrics need no decode) and gates the onValidated/
onSend observer decode+hash+per-shard gauges behind enabledLogLevel <= DEBUG so
production INFO+ builds pay neither. Bench accessors unaffected (TopicHandler
signature unchanged).

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