Skip to content

fix(deps): update rust crate lightning to v0.2.2#64

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lightning-0.x
Open

fix(deps): update rust crate lightning to v0.2.2#64
renovate[bot] wants to merge 1 commit intomainfrom
renovate/lightning-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 1, 2026

This PR contains the following updates:

Package Type Update Change
lightning dependencies minor =0.1.7=0.2.2

Release Notes

lightningdevkit/rust-lightning (lightning)

v0.2.2

Compare Source

v0.2.1

API Updates

  • The AttributionData struct is now public, correcting an issue where it was
    accidentally sealed preventing construction of some messages (#​4268).
  • The async background processor now exits even if work remains to be done as
    soon as the sleeper returns the exit flag (#​4259).

Bug Fixes

  • The presence of unconfirmed transactions no longer causes
    ElectrumSyncClient to spuriously fail to sync (#​4341).
  • ChannelManager::splice_channel now properly fails immediately if the
    peer does not support splicing (#​4262, #​4274).
  • A spurious debug assertion was removed which could fail in cases where an
    HTLC fails to be forwarded after being accepted (#​4312).
  • Many log calls related to outbound payments were corrected to include a
    payment_hash field (#​4342).

v0.1.8

Compare Source

Bug Fixes

  • In cases where an MPP payment is claimed while one channel is waiting on a
    counterparty's revoke_and_ack message and the revoke_and_ack message is
    received prior to the asynchronous completion of the MPP-claim
    ChannelMonitorUpdate, the channel will no longer hang (#​4236).
  • Deserializing invalid Durations can no longer panic (#​4172).

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants