bumi / lnrpc

a gRPC client for the Lightning Network Daemin (LND) packed as rubygem
MIT License
18 stars 6 forks source link

update rpc and router proto to v0.11.0-beta #11

Closed blackjid closed 4 years ago

blackjid commented 4 years ago

I wonder if you want to update the library with the latest proto from lnd.

I'm not really sure if there is anything else to do besides updated the proto files and the compiled rb files.

Let me know if there is more I can do.

bumi commented 4 years ago

Hey @blackjid, thanks a lot for the pull request! That is actually all that needs to be done. But as lnd has split up the gRPC interface into more individual services I was just creating a script to update those automatically in the last days.

The latest version in master now contains the service files for v.11 and also supports the new services. Does the master branch work for you? I will release a new version probably tomorrow after some tests.

thanks again!

blackjid commented 4 years ago

Awesome, no problem.... I can use master and then update to the released version.. thanks for the gem... is super useful :)

bumi commented 4 years ago

great, good to hear! please open issue if you think of something that could be improved or some nice-to-haves.