Uh oh!
There was an error while loading. Please reload this page.
Add draft release notes for 0.0.123 - #3012
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## main #3012 +/- ##
==========================================
+ Coverage 89.83% 90.57% +0.73%
==========================================
Files 117 118 +1 Lines 96237 101950 +5713 Branches 96237 101950 +5713 ==========================================
+ Hits 86459 92340 +5881 + Misses 7215 7165 -50 + Partials 2563 2445 -118 ☔ View full report in Codecov by Sentry. |
Uh oh!
There was an error while loading. Please reload this page.
| * `ChainMonitor::archive_fully_resolved_channel_monitors` is now provided to | ||
| remove `ChannelMonitor`s from memory which have been fully resolved on-chain | ||
| and now are not needed. It uses the new `Persist::archive_persisted_channel` |
There was a problem hiding this comment.
Ugh, causes the whole block to run another line...
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.
| `ChannelManager::accept_inbound_channel` would previously have stalled from | ||
| the peer's perspective as no `error` message was sent (#2953). | ||
| * Blinded path construction has been tuned to select paths more likely to | ||
| succeed, improving BOLT12 payment reliability (#2911, #2912, XXX?). |
There was a problem hiding this comment.
Oh, no, sorry, I had recalled there being one but I'm wrong.
Uh oh!
There was an error while loading. Please reload this page.
c4e5b86 to
95b4157CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
| * `ChannelManager` deserialization may now fail with `DangerousValue` when | ||
| LDK's persistence API was violated (#2974). | ||
| ## Bug Fixes |
There was a problem hiding this comment.
3021 - yea, this PR is older than that one, I'll go ahead and rebase it and add more PRs now.
2971 - it feels pretty internal implementation detail, I'm not sure I could concretely describe in a useful way what it fixes for users.
2951 - this too seems to fix a case that isn't super relevant usually. Its really only interesting in certain regtest setups where you're using non-announced introduction nodes.
23db855 to
50fb43cCompareTheBlueMatt
commented
May 7, 2024
Added update for #3045 |
50fb43c to
4fce948CompareUh oh!
There was an error while loading. Please reload this page.
| BOLT11 invoices containing non-ASCII characters are invalid. | ||
| In total, this release features 150 files changed, 19307 insertions, 6306 | ||
| deletions in 360 commits since 0.0.121 from 17 authors, in alphabetical order: |
There was a problem hiding this comment.
No, because 122 branched its annoying to try to figure out so I just did it against 121.
I'd uploaded `possiblyrandom` 0.1 to reserve the crate name but with a dummy library so now we need ot use 0.2 for the release.
4fce948 to
2804377Compare
No description provided.