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 06fcb1f632
Dual funding latest changes (#2536)
* Update `require_confirmed_inputs` tlv

It has been assigned tlv type 2 in the specification.

* Add second per-commitment point to dual funding

We can send the second per-commitment point right at the beginning of the
channel opening flow, to avoid the awkwardness of having to store an
invalid value in `remoteNextCommitInfo` until we receive `channel_ready`.

* Echo incoming tx_abort

When we receive tx_abort, we echo it back to let our peer know we've seen
their tx_abort and have reset our internal state accordingly.

Spec commit:
07cc0edc79
2023-01-20 13:25:05 +01:00
..
src Dual funding latest changes (#2536) 2023-01-20 13:25:05 +01:00
eclair-cli Add GetNode router API (#2568) 2023-01-16 15:13:09 +01:00
pom.xml Update to bitcoind 23.1 (#2551) 2023-01-04 14:27:46 +01:00