lnrpc icon indicating copy to clipboard operation
lnrpc copied to clipboard

a gRPC client for the Lightning Network Daemin (LND) packed as rubygem

Results 5 lnrpc issues
Sort by recently updated
recently updated
newest added

Bumps [grpc](https://github.com/google/grpc) from 1.52.0 to 1.56.2. Release notes Sourced from grpc's releases. Release v1.56.2 This is release gRPC Core 1.56.2 (galvanized). For gRPC documentation, see grpc.io. For previous releases, see...

dependencies

For example, if I open a channel with the following command: `response = lnd.lightning.open_channel({node_pubkey: pubkey, local_funding_amount: amount})` I either get a successful response with an enumerator that gives two messages,...

I'm thinking to develop a comprehensive list of tests. Let me know if you have any thoughts on this subject. What framework should I use if any? I was thinking,...

I wonder if [this fix](https://github.com/grpc/grpc/pull/29000) for [this bug](https://github.com/grpc/grpc/issues/28627) in grpc released recently is related to this gem. It takes a very long time to install a rails site with this...

This is an experimental wrapper around the send_payment shortcut calls. The goal is to provide a simple interface to check if the payment was successful.