fedimint / tonic_lnd

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

Add state subservice option #11

Closed orbitalturtle closed 11 months ago

orbitalturtle commented 11 months ago

This is just a little PR that puts the state subservice into place, which we'll need over at lndk. Since the main tonic_lnd repo seems MIA at the moment, Carla suggested I submit this PR to this more active fork

Also, as the README says, is this still pinned to LND v0.15.4-beta? I took the staterpc protos from that version but happy to update.

douglaz commented 11 months ago

@orbitalturtle Thanks for submitting. I'll let others take a look before merging it.