rust-lightning/lightning
Valentine Wallace bf007ea763
Implement receiving and forwarding onion messages
This required adapting `onion_utils::decode_next_hop` to work for both payments
and onion messages.

Currently we just print out the path_id of any onion messages we receive. In
the future, these received onion messages will be redirected to their
respective handlers: i.e. an invoice_request will go to an InvoiceHandler,
custom onion messages will go to a custom handler, etc.
2022-08-02 19:19:37 -04:00
..
src Implement receiving and forwarding onion messages 2022-08-02 19:19:37 -04:00
Cargo.toml Bump crate versions to 0.0.109/invoice 0.17 2022-07-01 16:05:33 +00:00