-
Notifications
You must be signed in to change notification settings - Fork 123
utils: fix SelectHopHints for lnd0.15.3 #533
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
b930616 to
69d9df3
Compare
|
Changes lgtm, just need to fix go.sum first to make CI happy. |
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 🎉
guggero
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.
Pretty sure this crashes with a nil pointer panic. Can we please hook the PR up on the server side and run a full itest suite to make sure we don't break loop ins?
|
Added a fixup commit 64f8b7b with the |
64f8b7b to
a4eebf1
Compare
guggero
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.
Cool, I tested this locally with a zero-conf channel and the SCID alias was encoded correctly in the hop hints 🎉
This commit adds the old SelectHopHints logic to utils in order to allow loop to compile with lnd0.15.3
a4eebf1 to
83a1848
Compare
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 💯
This commit adds the
SelectHopHintsfrom prelnd v0.15.3-betalogic to utils in order to allow loop to compile withlnd v0.15.3-beta.