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

lnd: require channel_type negotiation for all channels, and make anchor channels default #9047

Open
3 tasks
Roasbeef opened this issue Aug 28, 2024 · 0 comments
Labels
anchors channels enhancement Improvements to existing features / behaviour funding Related to the opening of new channels with funding transactions on the blockchain protocol

Comments

@Roasbeef
Copy link
Member

We should make anchor channels the default, given most of the implementations have implemented it, and are ready to do the same. Along the way, we should require channel_type based negotiation the default, as without it, channel type negotiation may be unknown/undefined.

Along the way, we should update the itests and the protocol cfg flags to make anchor channels the default. This may require a slight re-work of some of the tests.

Steps To Completion

  • Make the channel type, and anchor channel bits required.

  • Reject incoming channel requests if they don't use channel type based negotiation.

  • Reject incoming channel requests for normal static key channels (non-anchor).

@Roasbeef Roasbeef added enhancement Improvements to existing features / behaviour funding Related to the opening of new channels with funding transactions on the blockchain channels anchors protocol labels Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
anchors channels enhancement Improvements to existing features / behaviour funding Related to the opening of new channels with funding transactions on the blockchain protocol
Projects
None yet
Development

No branches or pull requests

1 participant