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

Upgrade VLS to v0.11.0rc1 #346

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Upgrade VLS to v0.11.0rc1 #346

merged 1 commit into from
Feb 5, 2024

Conversation

cdecker
Copy link
Collaborator

@cdecker cdecker commented Jan 3, 2024

This is in preparation for the CLN v23.11 deployment, and addition of
splice support. Splicing operations may not yet be exposed via grpc,
but we need the signer to support them first anyway.

One question for @devrandom is whether the newly introduced SignerId
is safe to set to a constant in our use-case, since signers are
intended to be clones of each other.

@@ -32,7 +32,7 @@ impl Resolver {
Message::GetChannelBasepoints(_) => true,
Message::ValidateCommitmentTx(_) => true,
Message::SignWithdrawal(_) => true,
Message::ReadyChannel(_) => true,
Message::SetupChannel(_) => true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

We probably want to update issue #276 which refers to the outdated ReadyChannel when this merges

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Excellent catch 👍

@cdecker cdecker enabled auto-merge (rebase) February 5, 2024 13:54
@cdecker cdecker merged commit 62ade9c into main Feb 5, 2024
18 checks passed
@cdecker cdecker deleted the 202301-vls-0.11 branch February 5, 2024 14:15
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.

2 participants