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

lq: Add taproot channel support for elements #8097

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

cdecker
Copy link
Member

@cdecker cdecker commented Feb 18, 2025

libwally did not support signing taproot outputs until
recently. This means that on elements-based networks we would
default to the legacy non-taproot channels.

Since libwally recently gained support for signing taproot outputs
we can remove support for legacy channels altogether now. This is also
a requirement to work with the VLS signer, which no longer supports
legacy channels either.

Depends-On: #8098

By limiting the commits that we look at to the changes since `master` we
can incrementally pull files under the coverage of these lints and checks.

Changelog-None: Not applicable, this is DX
The fee output is mandatory in `elements`-based chains, for the
homomorphic amount commitment to work out. These transactions were
missing that output.
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.

1 participant