Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
117 stars 27 forks source link

bolt12: adding support for `fetch_invoice` outbound hook #339

Open hydra-yse opened 11 months ago

hydra-yse commented 11 months ago

The goal is to build atop the preexisting hooks and provide a method for Greenlight to intercept incoming and outgoing onion messages related to invoice generation and react accordingly.

Further details about the Core Lightning implementation of the hook can be found at ElementsProject/lightning#6933