-
Notifications
You must be signed in to change notification settings - Fork 367
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
[Splicing] Partly handle splice_init & splice_ack messages #3407
base: main
Are you sure you want to change the base?
Conversation
3a3ff71
to
b85a9d7
Compare
6ac5f01
to
e274887
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3407 +/- ##
==========================================
+ Coverage 89.22% 89.23% +0.01%
==========================================
Files 130 130
Lines 106965 106969 +4
Branches 106965 106969 +4
==========================================
+ Hits 95438 95459 +21
+ Misses 8734 8720 -14
+ Partials 2793 2790 -3 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
19f8ab8
to
4ee3735
Compare
fd61390
to
6ee1aee
Compare
I have reorganized code, moved most single-channel checks and handling logic into |
bb3b4de
to
8e5e331
Compare
…splice_ack messages, but fail afterwards
9bbdf58
to
b1ba24b
Compare
Rebased (post #3137) and squashed |
fb4968c
to
9ffe4b1
Compare
Handle
splice_init
&splice_ack
messages, without performing splicing.splice_init
does not error, butsplice_ack
returns an error (and neither side continues with splicing).One next piece for splicing #3298 .
This can come before #3137 .