RadarTech / lnrpc

A Typescript gRPC client for LND with support for all LND sub-servers
MIT License
43 stars 13 forks source link

support for lnd v0.9.0 #71

Closed KayBeSee closed 4 years ago

KayBeSee commented 4 years ago

Adds support for lnd v0.9.0

cavanmflynn commented 4 years ago

The ln-rpc types are missing some new RPC methods & types: subscribePeerEvents, fundingStateStep, bakeMacaroon, etc.

KayBeSee commented 4 years ago

Updated!

cavanmflynn commented 4 years ago

Remove package-lock.json

cavanmflynn commented 4 years ago

Any subscription method names will have to be added to the correct subscriptionMethods array as well (services folder).

KayBeSee commented 4 years ago

Good call, I didn't realize that about the streaming methods. Updated with feedback.

KayBeSee commented 4 years ago

Updated with some props that were removed accidentally in previous commits.