2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
Joost Jager
65375723b4
lndclient: upgrade to lnd v0.10.0-beta-rc5 2020-04-27 16:30:42 +02:00
Joost Jager
e0b987f403
lndclient: move to V2 payment methods
Otherwise mpp isn't supported.
2020-04-22 14:02:03 +02:00
Joost Jager
32d0cd90e3
lndclient: update to new routerrpc 2020-04-15 09:16:00 +02:00
Olaoluwa Osuntokun
7b4eb6eac4
build: update grpc-gateway dep 2020-02-04 18:53:09 -08:00
Oliver Gugger
2dc7d465fa
mod+cli: default to hex encoding for byte slices 2020-01-31 13:57:29 +01:00
Wilmer Paulino
3e2a7240d7
lndclient: expose DeriveSharedKey for SignerClient 2020-01-21 16:40:56 -08:00
Johan T. Halseth
80b071a2e6
mod+lndclient: update to lnd version with non-deprecated dialer 2020-01-03 14:01:31 +01:00
Oliver Gugger
bc07050da2
mod: update lnd version 2019-12-12 08:50:41 +01:00
Johan T. Halseth
b3d1efb84c
dep+looping: update to latest lnd master
A field changed from satoshis to msat, so we must do the conversion.
2019-12-02 13:49:38 +01:00
Wilmer Paulino
52eaeeab77
build: update lnd version to current master
Projects that use a later version of lnd than loop, but also depend on
loop itself would run into the following build error:

github.com/lightninglabs/loop/lndclient
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:30:11: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:32:54: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:144:33: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:176:2: undefined: lnwallet.SatPerKWeight
../../go/pkg/mod/github.com/lightninglabs/loop@v0.2.3-alpha/lndclient/walletkit_client.go:189:9: undefined: lnwallet.SatPerKWeight
2019-11-15 16:16:30 -08:00
Johan T. Halseth
ffcbf37230
mod: update btcd dep to v0.20.1-beta 2019-11-14 11:01:27 +01:00
Oliver Gugger
0d76d6e162
mod: use newest lnd version 2019-10-28 17:09:18 +01:00
Olaoluwa Osuntokun
31ee5d8784 build: update to go1.13 2019-09-14 05:38:00 -07:00
Olaoluwa Osuntokun
32672cbdb0
build: tidy go modules, update to lnd v0.7.1 2019-09-04 21:02:56 -07:00
Nigel Christian
861808530a loop: add REST endpoints for Loop In 2019-09-04 20:48:48 -07:00
Joost Jager
dc2baf582f
lndclient: use SubscribeSingleInvoiceRequest message 2019-06-06 13:57:47 +02:00
Olaoluwa Osuntokun
52dbc03dda
lndclient: add NewBasicClient function 2019-04-30 19:43:08 -07:00
Olaoluwa Osuntokun
74d381fa63
build: go mod tidy 2019-04-18 16:11:30 -07:00
Joost Jager
9a1b60b4be
multi: always supply chain params when decoding addresses 2019-03-26 17:25:51 +01:00
Olaoluwa Osuntokun
c0d5238ab4
build: build against latest version of lnd 2019-03-15 17:22:07 -07:00
Wilmer Paulino
eb8277b9f9
cmd/loopd: add REST proxy 2019-03-12 15:35:53 -07:00
Olaoluwa Osuntokun
64e9be6699
build: tidy go mod 2019-03-07 21:49:47 -08:00
Olaoluwa Osuntokun
a770e3d7c1
loop: update all import paths to public repo 2019-03-06 15:29:49 -08:00
Joost Jager
21fcd8d94e
Lightning Loop initial version 2019-03-06 21:30:34 +01:00