MostroP2P / mostro

Lightning Network peer-to-peer exchange platform on Nostr
https://mostro.network
MIT License
177 stars 29 forks source link

Migrate lnd grpc library #325

Open grunch opened 2 months ago

grunch commented 2 months ago

In order to keep Mostro secure, we need to migrate to a well maintained library, after research about the options we have I am leaning towards tonic_lnd which is the original repository of the fork we are using now, so the migration shouldn't be so traumatic.

To be clear we need to replace the dependency tonic_openssl_lnd in favor of tonic_lnd

grunch commented 2 months ago

For this PR we have a blocker, still we can start working on this one

let's follow this PR https://github.com/Kixunil/tonic_lnd/issues/24

arkanoider commented 1 week ago

Hold my beer...will do this!