lnd/msgmux
Gijs van Dam ba27627a70 multi: actor-based onion message forwarding
Add onion message forwarding capability using the OnionPeerActor for
communication. Messages are routed through a receptionist pattern where
each peer has a dedicated OnionPeerActor for handling message sends.

The OnionEndpoint uses the sphinx router for decoding and decrypting the
onion message packet and the encrypted recipient data in the payload of
the onion messages.
2026-03-02 15:46:21 +01:00
..
log.go multi: update more loggers to the v2 type 2024-10-22 17:03:56 +02:00
msg_router.go multi: actor-based onion message forwarding 2026-03-02 15:46:21 +01:00
msg_router_test.go multi: context.Background() -> t.Context() 2025-08-30 14:13:44 -03:00