mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-07-21 04:00:27 +00:00
archive.handleMessage and filter.handleMessage gain envelope-native entry points (reusing the precomputed hash) with thin (topic,msg) compat overloads for tests. Filter pushToPeer takes a shared `ref seq[byte]` so the encoded buffer is not deep-copied per subscribed peer. REST messageCacheHandler and the FFI relay handler adopt the envelope; JsonMessageEvent.new reuses the passed-in hash. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>