NagyZoltanPeter 35635f9843
feat(waku_core): add WakuEnvelope (msg + topic + hash, decode/hash-once carrier)
Introduces the immutable-by-convention ref that flows through the internal
relay dispatch so consumers reuse one decode and one hash. Includes unit tests
asserting envelope.hash == computeMessageHash and ref (no-copy) semantics.

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

11 lines
174 B
Nim

{.used.}
import
./test_message_digest,
./test_message_envelope,
./test_namespaced_topics,
./test_peers,
./test_published_address,
./test_sharding,
./test_time