ACINQ / eclair

A scala implementation of the Lightning Network.
Apache License 2.0
1.23k stars 267 forks source link

Get ready for storing partial commit signatures #2896

Open sstone opened 1 month ago

sstone commented 1 month ago

This is another preparation PR for simple taproot channels that builds on top of https://github.com/ACINQ/eclair/pull/2895. We currently store our peer's signature for our remote commit tx, so we can publish it if needed. If we upgrade funding tx to use musig2 instead of multisig 2-of-2 we will need to store a partial signature instead.