-
Notifications
You must be signed in to change notification settings - Fork 55
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
base: main
Are you sure you want to change the base?
Conversation
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
This comment was marked as outdated.
This comment was marked as outdated.
can you add eclair to one of our existing tests? or add a new 3-implementation interop test? |
I cherry-picked the lint fix to main, if you wanna rebase to run ci |
* main: Fix Python 3.9 compatibility: replace match statement with if/elif admin scenarios access logs
fix proc exception, add --debug command support
add new ln_mixed_test add support for switching zmqblock format on bitcoin core node
added ln_mixed_test |
I got a bunch of errors running Looks mostly like the rune wasn't in place at the right time? |
Commit fdbaf71 adds CLN startup probe. Let me know if you have better results |
Awesome work ok so CLN seems definitely more reliable, but theres an issue with eclair where i think it restarts after making peer connections, and then those peer connections don't come back: warnet test log:
eclair log, reporting 2 restarts in kubernetes:
|
commit c99f8fd extends retry delay |
update to polarlightning/eclair 0.12.0
@@ -129,6 +129,7 @@ baseConfig: | | |||
rpcallowip=0.0.0.0/0 | |||
rpcbind=0.0.0.0 | |||
rest=1 | |||
dnsseed=0 # needed for eclair stability |
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.
lets take this out, it may have a broader impact on bitcoin p2p in warnet and i just don't see how it could possibly affect eclair
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.
want to conditionally add dnsseed property for bitcoincore nodes attached to eclair or just remove all together?
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.
remove altogether - I can't see how eclair needs this
This is something else we need to fix -- all of these "wait for gossip" loops in ln_init must never time out and continue with incomplete gossip. We just have to wait forever Sorry I shouldve called this out in the CLN pull request, but those nodes worked better so I didn't notice. warnet/resources/scenarios/ln_init.py Lines 286 to 294 in 4d12d87
|
This PR adds eclair support to warnet and sim-ln
Notes:
Breaking change (bitcoincore chart dependencies):
previous
proposed