Skip to content

Conversation

@ffranr
Copy link
Contributor

@ffranr ffranr commented Nov 13, 2025

LND version on lndclient branch lnd-20-0 is out of RC. I believe we can now merge the lnd-20-0 branch into master.

This PR brings the lnd-20-0 changes into master.

Conflicts with master were resolved via a merge commit on lnd-20-0__with-merge-resolve rather than rebasing, so we avoid rewriting history on the original lnd-20-0 branch and keep existing tags and references valid.

Pull Request Checklist

  • PR is opened against correct version branch.
  • Version compatibility matrix in the README and minimal required version
    in lnd_services.go are updated.
  • Update macaroon_recipes.go if your PR adds a new method that is called
    differently than the RPC method it invokes.

GeorgeTsagk and others added 16 commits October 1, 2025 15:49
port CloseInstant update and NumberOfPendingHtlcs to lnd-20 branch
SubscribeSingleInvoice: provide full invoice (lnd-20-0 port)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.2.0 to 1.2.8.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/v1.2.8/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.2.0...v1.2.8)

---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
  dependency-version: 1.2.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Port "SendCoins: use SatPerVbyte" and "bump runc to 1.2.8" to lnd-20-0
Updated LND dependency to v0.20.0-beta by running:
  go get github.com/lightningnetwork/[email protected]
  go mod tidy

Also updated Go version in the lint Dockerfile to match go.mod.
While v0.18.5-beta likely still works, raising the minimum version
reduces the need to handle deprecated fields, even if they're
technically still supported.
Keep the lnd-20-0 history intact and avoid rewriting commits that
already have tags and external references.
@ffranr ffranr self-assigned this Nov 13, 2025
@ffranr ffranr requested a review from bhandras November 13, 2025 16:25
Copy link
Member

@bhandras bhandras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you! 🎉

@ffranr ffranr requested a review from starius November 13, 2025 16:31
@ffranr
Copy link
Contributor Author

ffranr commented Nov 13, 2025

I've noticed we still use 1.24.6 in a couple of trivial spots instead of 1.24.9. I'll open a separate PR to fix that.
(Example, see setup task here: https://github.com/lightninglabs/lndclient/actions/runs/19338332095/job/55319578762?pr=258)

Copy link
Contributor

@starius starius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! The total diff looks good!

I noticed that some commits are already present in master:

We can keep them if that is the process.

@ffranr ffranr merged commit 793e683 into master Nov 13, 2025
1 check passed
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.

6 participants