Open
Description
Currently we lean on ChannelManager
to build all the reply paths we need to receive replies to our onion messages. As a part of the ongoing OffersFlow
work that should change, but one specific feature we should have is the ability to somehow build a reply path from outside of ChannelManager
. I currently want this because I was trying to implement DNSSEC proof resolution outside of ChannelManager
(to drive conversion of HRNs to offers from outside of LDK "core") and ran into this blocking me.
Metadata
Metadata
Assignees
Labels
No labels