-
Notifications
You must be signed in to change notification settings - Fork 385
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
|
…splice_ack messages, but fail afterwards
Also minor test fix
…ific extra input (on top of lightningdevkit#3443) lightningdevkit#3516
ec051e2
to
81cfce5
Compare
81cfce5
to
7dba1df
Compare
This is a continuation of #3444, without duplication of
ChannelContext
, only `FundingScope' is duplicated during splice negotiation.Includes: