Skip to content
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

multi: bump lnd compile time dependency to v0.18.4-beta #828

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

guggero
Copy link
Member

@guggero guggero commented Sep 18, 2024

Updates to the (not-yet-merged) lnd v0.18.4-beta version.

Depends on lightningnetwork/lnd#8960.
Depends on lightninglabs/lndclient#192.

Full serialized dependency list can be seen here: lightninglabs/lightning-terminal#848

Pull Request Checklist

  • Update release_notes.md if your PR contains major features, breaking changes or bugfixes

@bhandras
Copy link
Member

bhandras commented Oct 8, 2024

This can be reviewed now?

@guggero
Copy link
Member Author

guggero commented Oct 11, 2024

This can be reviewed now?

No, we need an RC of lnd 0.18.4 first, see list in lightninglabs/lightning-terminal#848.

@guggero guggero force-pushed the update-to-lnd-18-4 branch from 066ae26 to 4118e76 Compare October 14, 2024 14:56
@guggero
Copy link
Member Author

guggero commented Oct 14, 2024

Bumped to lndclient v0.18.4-0 which references lightningnetwork/lnd#9183 (commit lightningnetwork/lnd@ca3bde9) which should remain stable.

@guggero guggero marked this pull request as ready for review October 14, 2024 14:57
@guggero guggero requested a review from bhandras October 14, 2024 14:57
go.mod Show resolved Hide resolved
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! 🎉

@bhandras bhandras requested a review from starius October 17, 2024 16:29
Copy link
Collaborator

@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 🚀

loopout_test.go Outdated
Comment on lines 891 to 894
payAddr, err := invoice.PaymentAddr.UnwrapOrErr(
fmt.Errorf("expected payment address"),
)
require.NoError(t, err)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I propose to use:

payAddr := invoice.PaymentAddr.UnwrapOrFail(t)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I forgot UnwrapOrFail() existed, makes perfect sense here. Changed.

@guggero guggero force-pushed the update-to-lnd-18-4 branch from 4118e76 to 93525d3 Compare October 22, 2024 07:12
@guggero guggero merged commit 1e8ae31 into master Oct 22, 2024
4 checks passed
@guggero guggero deleted the update-to-lnd-18-4 branch October 22, 2024 07:24
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.

3 participants