Skip to content

Commit

Permalink
channeld: Code to implement splicing
Browse files Browse the repository at this point in the history
Update the lightningd <-> channeld interface with lots of new commands to needed to facilitate spicing.

Implement the channeld splicing protocol leveraging the interactivetx protocol.

Implement lightningd’s channel_control to support channeld in its splicing efforts.

Changelog-Added: Added the features to enable splicing & resizing of active channels.
  • Loading branch information
ddustin committed Mar 5, 2023
1 parent 96fff28 commit 5e5ad01
Show file tree
Hide file tree
Showing 32 changed files with 3,495 additions and 337 deletions.
2 changes: 2 additions & 0 deletions channeld/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ CHANNELD_COMMON_OBJS := \
common/status_wiregen.o \
common/gossip_store.o \
common/hmac.o \
common/interactivetx.o \
common/htlc_state.o \
common/htlc_trim.o \
common/htlc_tx.o \
Expand All @@ -73,6 +74,7 @@ CHANNELD_COMMON_OBJS := \
common/ping.o \
common/psbt_keypath.o \
common/psbt_open.o \
common/psbt_internal.o \
common/private_channel_announcement.o \
common/pseudorand.o \
common/read_peer_msg.o \
Expand Down
Loading

0 comments on commit 5e5ad01

Please sign in to comment.