Open optout21 opened 2 weeks ago
Attention: Patch coverage is 72.72727%
with 3 lines
in your changes missing coverage. Please review.
Project coverage is 89.23%. Comparing base (
0c31021
) to head (fb4968c
). Report is 2 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
lightning/src/ln/channel.rs | 80.00% | 2 Missing :warning: |
lightning/src/ln/channelmanager.rs | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
I have reorganized code, moved most single-channel checks and handling logic into Channel
struct from ChannelManager
.
Rebased (post #3137) and squashed
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 .