Skip to content

Add eclair support #2 #724

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

macgyver13
Copy link
Contributor

@macgyver13 macgyver13 commented Jun 19, 2025

This PR adds eclair support to warnet and sim-ln

Notes:

  • upgrade sim-ln plugin to 0.2.4 for eclair support
  • pin eclair docker image to 0.11.0 version - address persistent crash with 0.12.0+ (secp256k1_der_parse_integer+0x166)
  • eclair 0.11.0 requires bitcoin core 27.2+ (tested with 28.1 and 29.0)
  • enable txindex on bitcoin core

Breaking change (bitcoincore chart dependencies):

previous

ln:
  lnd: true
lnd:
  channels: 

proposed

lnd:
  enabled: true
  channels:

override network graph check for eclair nodes
pin eclair docker image to 0.11.0 version
enable keysend feature for eclair
handle new enabled scheme for ln nodes
conditional enable wallets for eclair nodes
update documentation to use new ln node enable scheme
@macgyver13
Copy link
Contributor Author

This network deployment can be used to test lnd, cln and eclair nodes with simln:
eclair_multi.zip

eclair -> cln does not appear to be very stable

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