core-lightning/cln-rpc
Dusty Daemon 73ad8eaa31 splice: Allow splice_update to return signatures
This is needed to all multi-channel splices. When channeld can return the signatures to the user (based on signing order precedent), it now does from splice_update.

Additionally, we move sending of the initial psbt from splice_init down to splice_update. This is also necessary for correct psbt diff detection during multi-channel splices.

Changelog-Changed: splice_update can in some cases now return the remotely partiall signed psbt to the user, if so `signtures_secured` will be true.
2024-11-12 06:42:52 +10:30
..
examples cln-rpc: Remove wildcard import from model 2023-07-10 13:47:38 +09:30
src splice: Allow splice_update to return signatures 2024-11-12 06:42:52 +10:30
Cargo.toml chore: bump rust bitcoin to 0.31 2024-10-08 18:56:05 +02:00
Makefile Fix: Add notifications.rs to $(CHECK_GEN_ALL) target 2024-07-02 11:42:14 +09:30
README.md doc: update c-lightning to Core Lightning almost everywhere. 2022-04-07 06:53:26 +09:30

cln-rpc: Talk to Core Lightning