-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Early Draft][Splicing] Interactive tx negotiation, with a single ChannelContext. #3630
base: main
Are you sure you want to change the base?
Conversation
d77be4e
to
31b5574
Compare
Status: it is mostly implemented, in a rough form, but it's not fully functional, due to some fields needing to be moved to
These fields can be seen in
Note that some of the most important fields have been already moved to
|
81cfce5
to
7dba1df
Compare
7dba1df
to
1994c40
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3630 +/- ##
==========================================
+ Coverage 89.11% 89.14% +0.02%
==========================================
Files 155 155
Lines 121678 121777 +99
Branches 121678 121777 +99
==========================================
+ Hits 108437 108553 +116
+ Misses 10576 10563 -13
+ Partials 2665 2661 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Completed, transaction negotiation is going through for the splicing transaction (@jkczyz). |
1f415d4
to
13f021b
Compare
049d853
to
1c3b4da
Compare
Progress: Extended implementation to handle last |
b9ace39
to
110492d
Compare
110492d
to
d161387
Compare
Rebased (resolve minor conflict post #3674) |
8da3c8f
to
d09e5fb
Compare
Squashed, and rebased, post #3443 . |
153e6e7
to
42d4ebb
Compare
…ific extra input (on top of lightningdevkit#3443) lightningdevkit#3516
42d4ebb
to
45bcf12
Compare
This is a continuation of #3444, without duplication of
ChannelContext
, only `FundingScope' is duplicated during splice negotiation.Includes: