Commit 074b0a7
committed
(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.1 parent 95ca0dc commit 074b0a7
File tree
4 files changed
+177
-702
lines changed- lightning-liquidity/tests
- common
- lightning/src/ln
4 files changed
+177
-702
lines changed
0 commit comments