Skip to content

Conversation

guggero
Copy link
Contributor

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