-
Notifications
You must be signed in to change notification settings - Fork 377
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] Partial, 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 88.32% 88.30% -0.03%
==========================================
Files 149 149
Lines 112912 112922 +10
Branches 112912 112922 +10
==========================================
- Hits 99731 99717 -14
- Misses 10694 10717 +23
- Partials 2487 2488 +1 ☔ View full report in Codecov by Sentry. |
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
9bbdf58
to
b1ba24b
Compare
Rebased (post #3137) and squashed |
fb4968c
to
9ffe4b1
Compare
Rebased and squashed |
Rebased (minor merge conflict) |
Rebased (post Inbound/OutboundV2Channel merge #3498 ) |
…splice_ack messages, but fail afterwards
I've closed the remaining two outstanding review comments. Note that this now depends/includes #3558 (I'll take care if merge is needed). |
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 .