-
Notifications
You must be signed in to change notification settings - Fork 33
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
segmentation fault - fundPsbt #140
Comments
No idea why but changing |
for the original issue, you can use trusted funding channels, here is an example integration test: https://github.com/alexbosworth/ln-service/blob/master/test/integration/test_trusted_funding.js#L189 for the segmentation fault that is odd, do you have any error strings I could look at? Did you try nodejs 16 or 20? |
Maybe this is a caching issue? I saw this issue that might be related https://bugs.chromium.org/p/v8/issues/detail?id=10284 so maybe clear npm build cache etc? |
Turns out this is a Jest ESM issue. ESM support in Jest (and NodeJs 18 partially?) is still not perfect and
Nice thx. Is it possible to create a fee bump able anchor channel with this method? On the other hand, I looked a bit deeper into the library. If you want, I can create a PR that adds the |
The only type of trusted funding channels that LND supports at the moment is anchor channels |
I would like to fund a 0conf channel running for the Blocktank LSP. I didn't see
openChannel
supporting it so I tried the manual route. For that, I need to callfundPsbt
. Unfortunately, my app terminates with a segmentation fault every time I call the method. Do you have any suggestion to get around that?Example:
Logs: No new lnd logs appear when I call this.
The text was updated successfully, but these errors were encountered: