Skip to content
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

Eclair node compatibility #60

Open
wbobeirne opened this issue Dec 3, 2018 · 5 comments
Open

Eclair node compatibility #60

wbobeirne opened this issue Dec 3, 2018 · 5 comments
Labels

Comments

@wbobeirne
Copy link
Member

https://github.com/ACINQ/eclair

Looks like it doesn't use Macaroons, so it'll probably require some agnostic auth changes since a lot of assumptions are made around using them.

@jamesob
Copy link
Contributor

jamesob commented Dec 3, 2018

This might be non-trivial given that Eclair can't receive payments - you'd have to somehow selectively disable functionality in Joule based on the backend.

@jnewbery
Copy link

jnewbery commented Dec 3, 2018

Eclair can't receive payments

That's just for the Eclair android wallet. The eclair node can receive (see eclair RPC reference here: https://github.com/ACINQ/eclair#json-rpc-api which includes a receive method).

@VoR0220
Copy link

VoR0220 commented Jul 11, 2019

Any updates on this? Currently trying to connect through Eclair and it would appear that the REST URL for Eclair is also incompatible in addition to this macaroon business. Is there a way to provide authentication in the header or is that what the discussion is about?

@wbobeirne
Copy link
Member Author

It goes a lot deeper than just the authentication, the entire Eclair API is completely different than LND. No real updates, I unfortunately haven't had a lot of time to tackle this. Hoping to devote more time to it in the next few weeks though.

@fiatjaf
Copy link

fiatjaf commented Jul 12, 2019

Shameless self-promotion: https://github.com/fiatjaf/kwh/

kWh is a webln-compatible browser extension with built-in support for Eclair.
Not as pretty as Joule for now, but it works.

wbobeirne pushed a commit that referenced this issue Oct 13, 2020
…e-resolver-4.0.0

Upgrade babel-plugin-module-resolver: 3.2.0 → 4.0.0 (major)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants