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
(Re)use functional_test_utils in lightning_liquidity
Instead of lightning_liquidity using its own utils and
having to (re)write a ton of code for simple things like
opening a channel and other basic node operations, reuse
the code from lightning/functional_test_utils. This allows
lightning_liquidity to extend its coverage and support
real full end-to-end testing.
Previously, this was only possible in ldk-node (which has
one full end-to-end LSPS2 test), but that setup wasn't
ideal. With this change, LSPS2 can now be tested directly
in this repo as well.
0 commit comments