-
Notifications
You must be signed in to change notification settings - Fork 47
Merge lnd-20-0 into master with conflict resolution #258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add `XFindBaseLocalChanAlias`
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]>
SatPerByte is deprecated.
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.
go.mod: bump LND to v0.20.0-beta
Keep the lnd-20-0 history intact and avoid rewriting commits that already have tags and external references.
bhandras
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you! 🎉
|
I've noticed we still use |
starius
left a comment
There was a problem hiding this 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:
- lndclient: handle CloseInstant update
- lndclient: NumberOfPendingHtlcs method for close update
- merge commit of two commits above: 30e0f9f
- SubscribeSingleInvoice: provide full invoice and its merge commit
- build(deps): bump github.com/opencontainers/runc from 1.2.0 to 1.2.8 and its merge commit
- SendCoins: use SatPerVbyte instead of SatPerByte and its merge commit
We can keep them if that is the process.
LND version on
lndclientbranchlnd-20-0is out of RC. I believe we can now merge thelnd-20-0branch intomaster.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-resolverather than rebasing, so we avoid rewriting history on the originallnd-20-0branch and keep existing tags and references valid.Pull Request Checklist
in
lnd_services.goare updated.Updatemacaroon_recipes.goif your PR adds a new method that is calleddifferently than the RPC method it invokes.