How to test reply path for onion messages #2227
Replies: 2 comments 5 replies
-
There's nothing automatic built-in, because there's no response that really makes sense to send, it will depend on the actual scenario using onion messages. However, it is straight-forward to add, so I went ahead and created a branch for you that automatically responds to incoming onion messages that contain a Thanks for the cross-impl tests! |
Beta Was this translation helpful? Give feedback.
-
@t-bast I'm running 7797292 and testing an onion message: but LDK isn't getting the reply onion message. Also don't see "sending dummy response to onion message" in Running eclair command:
Also tried with an reply path containing both the intermediate LDK node ID and Eclair A's node id. Here are my logs for the receiving/replying node: https://pastebin.com/gg7Wj60e Any ideas? :) |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm trying to test that LDK properly constructs
reply_path
s when sending onion messages.I'm wondering if there's a way to send an onion message to an eclair node such that it will trigger the node to respond using the message's
reply_path
? :)Beta Was this translation helpful? Give feedback.
All reactions