L2-Technology / sensei

A lightning node implementation for everyone
https://l2.technology/sensei
Other
199 stars 39 forks source link

Python integration test #73

Closed devrandom closed 2 years ago

devrandom commented 2 years ago

An integration test written in Python - ported from lnrod.

devrandom commented 2 years ago

Two issues currently:

The second issue is blocking progress.

devrandom commented 2 years ago

The second issue is now worked around by having Alice be the root node.

devrandom commented 2 years ago

The next issue is that it deadlocks after the first payment. This is an instance of https://github.com/lightningdevkit/rust-lightning/issues/1367