1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-24 14:50:46 +01:00
eclair/eclair-core
Pierre-Marie Padiou 9611f9e246
Improve InteractiveTxBuilder model (#2576)
We introduce a `Purpose` trait, which indicates what the operation is about. Currently there are two possibilities:
- `FundingTx`
- `FundingTxRbf`

This allows for some nice factoring, but more importantly it will be complemented by a third possibility for splices.

Note that this change preserves the original separation between two main concerns:
- creating the funding tx (in `InteractiveTxParams`)
- creating the commitment (in `InteractiveTxBuilder`).
2023-01-23 17:21:28 +01:00
..
src Improve InteractiveTxBuilder model (#2576) 2023-01-23 17:21:28 +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