Implement Compression Algorithm Advertisement#1015
Closed
TheBlueMatt wants to merge 5 commits intolightningdevkit:mainfrom
Closed
Implement Compression Algorithm Advertisement#1015TheBlueMatt wants to merge 5 commits intolightningdevkit:mainfrom
TheBlueMatt wants to merge 5 commits intolightningdevkit:mainfrom
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
Collaborator
Author
|
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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As specified by lightning/bolts#825