-
Notifications
You must be signed in to change notification settings - Fork 44
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
bump nixpkgs and add --developer flag to cln test config #263
Conversation
CLN plugin appears to exit early in the tests because |
Ok this is failing because latest CLN defaults to enabling large channels and ignores the wumbo/large-channels config options, which makes PeerSwap think the config option is not enabled.
|
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.
Ack.
I will be running the Test_ClnCln_StuckChannels test again with #271.
Bumps daemons to the following:
cln v23.11.1
lnd v0.17.0-beta
bitcoin v25.1
elements v23.2.1
Also adds
--developer
flag to the testframework CLN config since--enable-developer
is removed in the latest CLN.Fixes #249