Kixunil / tonic_lnd

Rust implementation of LND RPC client using async GRPC library `tonic`
31 stars 44 forks source link

Add support for versioner service #39

Closed nassersaazi closed 1 year ago

nassersaazi commented 1 year ago

This adds support for the versioner service . This will be useful for the lndk project. Closes #38

I used https://github.com/Kixunil/tonic_lnd/pull/33 as a reference, since it makes much the same additions but for the peersrpc service.

Thanks much to anyone able to review

nassersaazi commented 1 year ago

thanks a lot for the review @carlaKC . i have updated the PR with the suggested changes