lightninglabs / lightning-app

An easy-to-use cross-platform Lightning wallet
GNU General Public License v3.0
901 stars 172 forks source link

Update tags for lnd to match released versions of lnd #1307

Closed dannypaz closed 5 years ago

dannypaz commented 5 years ago

Background: I work on an app that allows users to connect to our application with their own lightning nodes (including the node installed on Lightning App).

Specifically, our app relies on the invoicesrpc subserver in lnd that allows clients to utilize the hodl invoice functionality.

Releases for LND have all subserver RPCs, however the Lightning App only includes a small portion of those subservers.

This PR adds all subservers to build flags for the Lightning App.

CLAassistant commented 5 years ago

CLA assistant check
All committers have signed the CLA.

tanx commented 5 years ago

LGTM thanks!

tanx commented 5 years ago

@dannypaz I released v0.5.7 with these changes. Can you test to see if your app work now?

dannypaz commented 5 years ago

@tanx TY for the merge. We've tested the functionality and we're all good.

tanx commented 5 years ago

@dannypaz awesome. Great to see more interop with other services 🎉