1
0
mirror of https://github.com/ACINQ/eclair.git synced 2024-11-20 02:27:32 +01:00
eclair/eclair-core
Pierre-Marie Padiou 24db529d8b
Handle unknown remote commit in recovery logic (#667)
Our recovery logic didn't handle the case were our local commit is
up-to-date, but we don't know their local commit (probably because we
just lost the last state were we sent them a new `commit_sig`).

Also, process all cases in the same `channel_reestablish` handler, like we do
everywhere else.

Moved the sync tests in `Helpers` so that they are more understandable.
2018-08-10 12:27:09 +02:00
..
src Handle unknown remote commit in recovery logic (#667) 2018-08-10 12:27:09 +02:00
eclair-cli Audit: Keep track of sent/received/relayed payments and relay/network fees (#654) 2018-07-25 16:47:38 +02:00
pom.xml Electrum: add wallet and watcher tests (via Docker) (#592) 2018-06-27 14:34:02 +02:00