-
Notifications
You must be signed in to change notification settings - Fork 43
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
Support c-lightning as swap client #1281
Comments
Noting in case it's helpful that a BTC <> L-BTC swap is interesting to me, even before c-lightning supports Liquid Assets |
We just bumped the prio on this one :) @john-light |
Not sure if you are following our discussion in https://mm.fulmo.org/fulmo/channels/c-lightning, but looks like we need two things to support c-lightning with xud: c-lightning integration into xud (#1281) and a hold invoice plugin tight to our use case (lightningd/plugins#98) Two ways to enforce the payment locktimes in c-lightning:
There doesn't seem to be a good way to set a cltv with the regular pay call (https://lightning.readthedocs.io/lightning-pay.7.html) according to docs & @cdecker Which one do you think is better? @sangaman @michael1011 |
Justr curious to hear if there has been any progress here since the last post? @kilrau While the Also curious of there is/was ny actual WIP on lightningd/plugins#98 that one could pick up on? |
Hi there! Active development moved to https://github.com/opendexnetwork/opendexd now, I already transferred this issue: opendexnetwork/opendexd#2 |
Code base: https://github.com/ElementsProject/lightning
Docs: https://lightning.readthedocs.io/
Todo:
ClightningClient
asSwapClient
Ignore for now: L-BTC/Liquid support, backups etc
https://medium.com/blockstream/getting-started-with-lightning-on-the-liquid-network-8b5682752ffe (?)
The text was updated successfully, but these errors were encountered: