Update Rust crate lightning to v0.1.2 - autoclosed #49
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.
This PR contains the following updates:
=0.1.1->=0.1.2Release Notes
lightningdevkit/rust-lightning (lightning)
v0.1.2: - Apr 02, 2025 - "Foolishly Edgy Cases"Compare Source
API Updates
lightning-invoiceis now re-exported aslightning::bolt11_invoice(#3671).
Performance Improvements
rapid-gossip-syncgraph parsing is substantially faster, resolving aregression in 0.1 (#3581).
NetworkGraphloading is now substantially faster and does fewerallocations, resulting in a 20% further improvement in
rapid-gossip-syncloading when initializing from scratch (#3581).
ChannelMonitors for closed channels are no longer always re-persistedimmediately after startup, reducing on-startup I/O burden (#3619).
Bug Fixes
properly parse (#3665).
the latency to communicate with peers, when receiving an MPP payment with
multiple parts received over the same channel, a channel could hang and not
make progress, eventually leading to a force-closure due to timed-out HTLCs.
This has now been fixed (#3680).
blinded paths could have led to the router creating invalid
Routes werefixed (#3586).
ProbabilisticScorer's historical bucketsmodel. Note that by default historical buckets are only decayed if no new
datapoints have been added for a channel for two weeks (#3562).
{Channel,Onion}MessageHandler::peer_disconnectedwill now be called if adifferent message handler refused connection by returning an
Errfrom itspeer_connectedmethod (#3580).will now be claimed with other outputs which we consider to not be
vulnerable to pinning attacks if they are not yet claimable by our
counterparty, potentially reducing our exposure to pinning attacks (#3564).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.