-
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
Implement Compression Algorithm Advertisement #1015
Implement Compression Algorithm Advertisement #1015
Conversation
d14a6df
to
9957835
Compare
Codecov Report
@@ Coverage Diff @@
## main #1015 +/- ##
==========================================
+ Coverage 90.29% 90.32% +0.03%
==========================================
Files 70 70
Lines 36624 36626 +2
==========================================
+ Hits 33070 33084 +14
+ Misses 3554 3542 -12
Continue to review full report at Codecov.
|
9957835
to
00dd384
Compare
70a44e2
to
03ceb33
Compare
There's not a ton of reason not to do this, and moving it to the macro removes some code.
This adds the new feature bit from lightning/bolts#825
03ceb33
to
e85288e
Compare
Closing cause it looks like the BOLT PR isn't gonna go anywhere, ideally we'll end up with lightning/bolts#981 instead and we don't have to do anything. |
As specified by lightning/bolts#825