-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
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. |
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 |
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? |
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. |
Shameless self-promotion: https://github.com/fiatjaf/kwh/ kWh is a webln-compatible browser extension with built-in support for Eclair. |
…e-resolver-4.0.0 Upgrade babel-plugin-module-resolver: 3.2.0 → 4.0.0 (major)
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.
The text was updated successfully, but these errors were encountered: