-
Notifications
You must be signed in to change notification settings - Fork 371
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
Reintroduce cfg(dual_funding) for handling of open_channel2 messages #3485
base: main
Are you sure you want to change the base?
Conversation
490b2ac
to
d67c00a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3485 +/- ##
==========================================
+ Coverage 89.71% 89.77% +0.06%
==========================================
Files 130 129 -1
Lines 107625 112231 +4606
Branches 107625 112231 +4606
==========================================
+ Hits 96553 100760 +4207
- Misses 8672 9166 +494
+ Partials 2400 2305 -95 ☔ View full report in Codecov by Sentry. |
d67c00a
to
e774784
Compare
e774784
to
e8cf37e
Compare
We will not support accepting V2 channels in the v0.1 release, but we do need to document the API change for push_msats -> channel_negotiation_type.
e8cf37e
to
e5f6e4e
Compare
Note: previously splicing branches used |
There is still some work to be done here (like #3423) and it probably makes sense to release this (around v0.2) with the ability to open V2 channels too. This would also make our functional tests for dual-funding more complete.