1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-core
Bastien Teinturier e8c33baf54
Various improvements and fixes (#1817)
* Reduce log level for explorer API errors
* Reduce log level for remote peer invalid open_channel
* Don't send duplicate commands in PostRestartHtlcCleaner: if there
  is already a pending HTLC settlement command in the DB, the post
  restart handler should let the channel replay it instead of sending
  a conflicting command.
* Workaround for lnd bug in reestablish: sometimes lnd sends
  announcement_signatures before sending their channel reestablish.
  This is a minor spec violation, we can simply delay the message and
  handle it later (hopefully once we've received their reestablish).
* Log shared secrets in Sphinx error: Breez sometimes returns errors
  that we fail to parse. Unfortunately we didn't correctly log the shared
  secrets because the variable was shadowed, so we can't investigate
  further for now.
* Fix utxo metric checks: if we're unable to fetch the number of
  unconfirmed parents for a utxo, this shouldn't cause the global utxo
  check to fail. We log a warning and let operations continue to ensure
  the metric is updated.
* Handle ChannelIdAssigned when disconnected: there may be a race
  condition where a peer disconnect in the middle of a channel id assignment.
  In that case, we still want to record the up-to-date mapping.
2021-05-25 17:01:51 +02:00
..
src Various improvements and fixes (#1817) 2021-05-25 17:01:51 +02:00
eclair-cli Refactor and simplify API dsl (#1690) 2021-03-09 15:23:50 +01:00
pom.xml Set version to 0.6.1-SNAPSHOT (#1813) 2021-05-19 15:08:42 +02:00