Functional tests for BOLT 12 Offers payment flow
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 31 Oct 2023 19:27:29 +0000 (14:27 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 16 Jan 2024 17:12:35 +0000 (11:12 -0600)
commit1059ac3c28d0f7bac70bdc9be6d85e936fa6a358
tree8edd1014755a668f9814bc894b2072a7b63c35e8
parentaba77480ac8e1e63857b99e3dee50f7700abeae2
Functional tests for BOLT 12 Offers payment flow

ChannelManager provides utilities to create offers and refunds along
with utilities to initiate and request payment for them, respectively.
It also manages the payment flow via implementing OffersMessageHandler.
Test that functionality, including the resulting event generation.
lightning/src/ln/mod.rs
lightning/src/ln/offers_tests.rs [new file with mode: 0644]