-
Notifications
You must be signed in to change notification settings - Fork 46
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
Add missing proto files #15
Comments
Yeah, someone talked to me about this over e-mail. Doesn't seem to be trivial but probably doable. |
@benthecarman I made a fork of this repo with support for the full LND API, and published the crate here in case anyone wants to use it: https://crates.io/crates/tonic_openssl_lnd |
FYI, I want to review your PR, but it's quite large and I don't have much time and mental energy to focus on such a large thing. Perhaps splitting it in two parts - ssl and more proto files would help me but I can't promise it will. |
@Kixunil Sure, I'll try to split it into a few small PR's. My intention was not to create a competing library, but I just needed these features urgently. I'll probably have some time to do this next week. |
chore: run cargo clippy --fix and cargo fmt
This only includes the lightning.proto file. Would be beneficial to have all the missing protos to have access to the full lnd api
The text was updated successfully, but these errors were encountered: