Kixunil / tonic_lnd

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

Add support for peersrpc service #33

Closed orbitalturtle closed 1 year ago

orbitalturtle commented 1 year ago

This adds support for Lightning's peersrpc service. This will be useful for the lndk project.

I used this PR as a reference, since it makes much the same additions but for the walletkit service.

Thanks much to anyone able to review. :]

Kixunil commented 1 year ago

Needs rebase.

Kixunil commented 1 year ago

Thanks for the PR! Do you need a release soonish?

carlaKC commented 1 year ago

Thanks for the PR! Do you need a release soonish?

That would be great! 🙏

Kixunil commented 1 year ago

Will try to release in at most a few days.

orbitalturtle commented 1 year ago

Thanks for the PR! Do you need a release soonish?

Thanks for the review!

Kixunil commented 1 year ago

Released!