-
Notifications
You must be signed in to change notification settings - Fork 908
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
hsmd: name the hsmd_ready_channel to hsmd_setup_channel #6724
hsmd: name the hsmd_ready_channel to hsmd_setup_channel #6724
Conversation
Mh this should also notify the vls team alone, but looks like it is not working, I will check it later when the PR is happy. For now adding @ksedgwic manually |
66b900f
to
fa13081
Compare
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.
A self review before going to bed
Pushed the Ken review, but now there is the CI that it is catch the hsmd change
but as @ksedgwic mentioned this is not strictly required. Moving this conversation on Discord Streaming here the conversation with @cdecker
In fact, the hsmd has a versioning check in |
58bbff2
to
34bdb8f
Compare
Trivial rebase to fix lnprototest |
4313961
to
412512f
Compare
Originally VLS used hsmd_ready_channel as an early call during channel setup, but later the BOLT-2 spec changed the name of funding_locked to channel_ready. This is very confusing because the hsmd_ready_channel is not directly related to the new channel_ready. This commit is renaming the hsmd_ready_channel to hsmd_setup_channel. Link: ElementsProject#6717 Suggested-by: Ken Sedgwick Signed-off-by: Vincenzo Palazzo <[email protected]>
412512f
to
7bc7d04
Compare
This change was meant to be made in ([ElementsProject#6724]), maybe lost in a rebase. ChangeLog-None
This change was meant to be made in ([#6724]), maybe lost in a rebase. ChangeLog-None
Originally VLS used hsmd_ready_channel as an early call during channel setup, but later the BOLT-2 spec changed the name of funding_locked to channel_ready.
This is very confusing because the hsmd_ready_channel is not directly related to the new channel_ready.
This commit is renaming the hsmd_ready_channel to hsmd_setup_channel.
Fixes: #6717
Suggested-by: @ksedgwic