1
0
Fork 0
mirror of https://github.com/ACINQ/eclair.git synced 2025-02-23 22:46:44 +01:00
eclair/eclair-core
Bastien Teinturier 55059678c0
Make shared transaction codecs more future-proof (#2679)
When we want to add new types of inputs/outputs that contain specific
tlvs, we will need to store them alongside standard inputs/outputs.

We will use traits and case classes inside `InteractiveTxBuilder`, and
need to thus add a discriminator when encoding them.
2023-06-02 13:21:27 +02:00
..
src Make shared transaction codecs more future-proof (#2679) 2023-06-02 13:21:27 +02:00
eclair-cli Add closedchannels RPC (#2642) 2023-06-02 11:38:58 +02:00
pom.xml Update to bitcoind 23.2 (#2664) 2023-05-22 10:04:43 +02:00