Uh oh!
There was an error while loading. Please reload this page.
Cut 0.0.114 - #2065
Conversation
Codecov ReportPatch and project coverage have no change.
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@## main #2065 +/- ##
=======================================
Coverage 87.18% 87.18% =======================================
Files 100 100 Lines 44727 44743 +16 Branches 44727 44743 +16 =======================================
+ Hits 38993 39010 +17 + Misses 5734 5733 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| * `lightning-background-processor` `std` is now optional in async mode (#1962). | ||
| * `create_phantom_invoice` can now be used in `no-std` (#1985). | ||
| * The required final CLTV delta on inbound payments is now configurable (#1878) | ||
| * `historical_estimated_channel_liquidity_probabilities` was added (#1961) |
There was a problem hiding this comment.
Can add a small comment to say what it does "query the historical score bucket of a channel by scid" and say it was added to ProbabilisticScorerUsingTime.
There was a problem hiding this comment.
Its such a trivial thing I didn't want to go over a line for it...Added "Get"
| ## Performance Improvements | ||
| * Channel data is now stored per-peer and channel updates across multiple | ||
| peers can be operated on simultaneously (#1507). |
There was a problem hiding this comment.
I think they're synonyms here?
| 0.0.114 fixes a denial-of-service vulnerability which is reachable from | ||
| untrusted input in deployments accepting inbound connections or channels. | ||
| * The number of pending un-funded channels as well as peer without funded | ||
| channels is now limited to avoid denial of service (#1988). |
There was a problem hiding this comment.
I don't know if it mentions MAX_UNFUNDED_CHANNEL_PEERS, the maximum number of peers we allow to try opening a channel.
There was a problem hiding this comment.
I don't think we need to specify the exact amount. There's now a limit.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
aa36c3f to
35bb9bdCompareTheBlueMatt
commented
Mar 3, 2023
Added notes for things we've merged since 114-beta. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
35bb9bd to
a3a1f6aCompare
valentinewallace
left a comment
There was a problem hiding this comment.
Needs rebase. I think it'd be fine to squash as you go
Uh oh!
There was an error while loading. Please reload this page.
a3a1f6a to
42ff2c1CompareUh oh!
There was an error while loading. Please reload this page.
42ff2c1 to
cb1af87Comparevalentinewallace
commented
Mar 3, 2023
LGTM after squash |
cb1af87 to
bdee092CompareRebased on the two remaining PRs and squashed, including the diff stats for the release notes and today's date. |
bdee092 to
ca0f9ceCompareUh oh!
There was an error while loading. Please reload this page.
ca0f9ce to
a361be3CompareTheBlueMatt
commented
Mar 4, 2023
Landed all the dependent PRs, rebased, squashed. Should be good to go. Note that the new peer_handler smoke test failed once in CI, I've tried to repro it locally but couldnt. I don't think it blocks release but worth noting: #2073 |
Still need to land a few things and thus do the commit counters, but would like review on the release notes themselves.