-
Notifications
You must be signed in to change notification settings - Fork 0
RemoteSigner Implementation #10
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
base: context-signer
Are you sure you want to change the base?
Conversation
4e71964 to
d9902c2
Compare
34c6cd7 to
878ab0a
Compare
4e5856b to
57d3258
Compare
ba985cb to
0270c45
Compare
7e316ae to
4c92f7d
Compare
3127de4 to
33381c0
Compare
33381c0 to
e5bb2e2
Compare
4ce7e62 to
8120dcc
Compare
… remotesigner API now.
…ript" to "redeemScript".
a17ad86 to
1da0fd1
Compare
|
What happened to lnd support? It seems that the current remote signing API in lnd is quite different from what rust-lightning-signer implements. |
|
We were having trouble adapting the internal lnd signing abstractions to our API, which are needed to support fully validating signing. We'd love to support lnd, but need advice/assistance on how to adapt lnd's internal signing abstractions. We're finding c-lightning and LDK have more compatible abstractions. |
|
There is some background here: lightningnetwork#6006 (comment) LND's interface is on a lower level which probably has its pros and cons. I am relatively new to this area in lightning implementations, but I can imagine that going from high to low level is possible but the other way around not so much? |
|
Yes, that is a good summary of many individual issues ... |
No description provided.