You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this as a backbone, write up some integration tests showing that we can make a payment to an offer created by an Eclair node. The integration tests are located here: https://github.com/lndk-org/lndk/tree/master/tests
Repeat the above steps for CLN. (This could go in a separate PR if it's a decent amount of code.)
For CLN, make sure to use v24.08 (it should be released soon, though the master branch can potentially be used for now). Payments don't work to prior versions of CLN.
The text was updated successfully, but these errors were encountered:
Description
Integration tests for making payments to Eclair and CLN offers. This will help us to ensure that new changes don't mess up payments.
Steps to Complete
lndk/tests/common/mod.rs
Line 357 in 83e1c90
Notes
For Eclair: Note that in addition to running the Eclair node, the tipjar plugin needs to be enabled. The instructions can be found here: https://github.com/lndk-org/lndk/blob/master/docs/test_pay_offer.md
For CLN, make sure to use v24.08 (it should be released soon, though the master branch can potentially be used for now). Payments don't work to prior versions of CLN.
The text was updated successfully, but these errors were encountered: