flo-electrum/lib
Janus 77136f605c ln: restore channels correctly after restart
* save funding_locked_received: if a node already sent us
funding_locked, save it to avoid superfluous messages

* use Queues instead of Futures: this ensure that we don't error if we
receive two messages of the same type, and in avoids having to delete
futures in finally blocks. A queue monitor could be added to detect
queue elements that are not popped.

* request initial routing sync: since we don't store the graph yet, it
is better to request the graph from the Peer so that we can route

* channel_state cleanup: now each channel should have a state, which is
initialized to OPENING and only marked OPEN once we have verified that
the funding_tx has been mined
2018-07-13 16:44:01 +02:00
..
lightning_payencode fix lnaddr.py following rebase 2018-07-13 16:44:01 +02:00
tests fix channel_reestablish 2018-07-13 16:44:01 +02:00
lightning.json lnbase: fix json loading and indentation 2018-07-13 16:43:24 +02:00
lnbase.py ln: restore channels correctly after restart 2018-07-13 16:44:01 +02:00
lnrouter.py fix channel_reestablish 2018-07-13 16:44:01 +02:00
lnworker.py ln: restore channels correctly after restart 2018-07-13 16:44:01 +02:00