Commit Graph

451 Commits (4da4738a2d3a271e2b9ba6be066f1c38a82de5f7)
 

Author SHA1 Message Date
Joost Jager 4da4738a2d
loopdb: persist htlc tx hash 4 years ago
Joost Jager 12a7b34d88
loopdb: migrate to nested updates structure 4 years ago
Joost Jager eaf8239e49
loopdb: allow restored databases to contain nil values 4 years ago
Joost Jager 3e71ff0c81
loopdb: strongly typed constants 4 years ago
Joost Jager fc8f3c9986
Merge pull request #237 from joostjager/external-lndclient
lndclient: move to github.com/lightninglabs/lndclient
4 years ago
Joost Jager 0c9fcd790e
lndclient: move to github.com/lightninglabs/lndclient 4 years ago
Joost Jager d4046a6053
Merge pull request #235 from joostjager/basic-conn
lndclient: extract basic connection
4 years ago
Carla Kirk-Cohen 40cb9644e8
Merge pull request #221 from carlaKC/lndclient-faraday
lndclient: add methods required for faraday switchover
4 years ago
Joost Jager ab6e89c911
Merge pull request #236 from joostjager/out-return-p2wsh
loopd: return missing p2wsh loop out address
4 years ago
carla fbb1a3b204
lndclient: add list sweeps to wallet cilent 4 years ago
carla c76f2c4cf1
lndclient: update listTransactions to return full transaction 4 years ago
carla 475c7f29f1
lndclient: add listpayments endpoint 4 years ago
carla 5ca018613b
lndclient: add listinvoices to client 4 years ago
carla e016d2ebf4
lndclient: add forwarding history call 4 years ago
carla c1a9889e4d
lndclient: add closed channels to lnd client 4 years ago
carla 11a04e65ff
lndclient: add initiator, private and uptime fields to listchannels 4 years ago
Joost Jager 83f25c98a3
loopd: return missing p2wsh loop out address 4 years ago
Olaoluwa Osuntokun 0d67b3987a
Merge pull request #220 from wpaulino/walletkit-coin-selection
lndclient: expose basic coin selection RPCs for WalletKitClient
4 years ago
Joost Jager db69720acc lndclient: extract basic connection 4 years ago
Wilmer Paulino 2c13d53bcb
lndclient: expose basic coin selection RPCs for WalletKitClient 4 years ago
Joost Jager 59efe375e0
Merge pull request #230 from joostjager/doc-insecure
loopd: group and clarify swap server parameters
4 years ago
Joost Jager b61b886c16
loopd: group and clarify swap server parameters 4 years ago
Joost Jager de41c93334
Merge pull request #231 from joostjager/doc-fix-routing-fee
looprpc: fix doc on routing fee units
4 years ago
Joost Jager 8a4ce0ed89
looprpc: fix doc on routing fee units 4 years ago
Joost Jager 0ef659a486
looprpc: generate with latest lnd versions of the proto generators
3ef41dd198
4 years ago
Joost Jager 36b160cde6
Merge pull request #232 from joostjager/doc-compat
readme: update compatibility table
4 years ago
Joost Jager e10cd7ca3a
lndclient: log version of connected lnd instance 4 years ago
Joost Jager 83f1a052d9
readme: update compatibility table 4 years ago
Alex Bosworth efcf5eee8f
Merge pull request #227 from lightninglabs/v0.6.4-beta
version: bump to v0.6.4-beta
4 years ago
Alex Bosworth 0a99de31f1
version: bump to v0.6.4-beta 4 years ago
Oliver Gugger b247e738e5
Merge pull request #224 from guggero/exit-code
cmd/loop: set exit code 1 on error
4 years ago
Oliver Gugger 7538e3cd84
cmd/loop: set exit code 1 on error 4 years ago
Carla Kirk-Cohen 5b684e295e
Merge pull request #193 from carlaKC/40-clientpreimagepush
loopout: push preimage to server to speed up off chain claim
4 years ago
carla 65c847674d
multi: add preimage push to loop out after sweep attempt
Once we have revealed our preimage to the world with a sweep attempt,
we can safely push our preimage to the server to speed up on chain
claim.

Rather than rely on the server, we use the state of our invoice in lnd
to determine whether we should continue trying to push the preimage to
the server.
4 years ago
carla 488df785e0
lndclient: close trackpayment channels once final state is reached
When the server is finsihed sending updates in trackPayment, we get an
EOF error. To allow clients to listen on these channels after the
payment has succeeded, we close them to signal that we have finsihed
sending updates.
4 years ago
carla 2ebbc78131
swap: add constructor for swap config 4 years ago
Alex Bosworth 9571371153
Merge pull request #219 from lightninglabs/v0.6.3-beta
version: bump to v0.6.3-beta
4 years ago
Alex Bosworth 32fc92c4a9
version: bump to v0.6.3-beta
Increment version number for a new release
4 years ago
András Bánki-Horváth 9302c630d9
Merge pull request #217 from bhandras/lnd_bump
build: bump lnd version to master head
4 years ago
Andras Banki-Horvath 543091747a build: bump lnd version to master head 4 years ago
András Bánki-Horváth 2775ea5c22
Merge pull request #216 from bhandras/custom_records
lndclient: add optional custom records to SendPayment
4 years ago
Andras Banki-Horvath 0e048cbe54 lndclient: add optional custom records to SendPayment 4 years ago
Carla Kirk-Cohen ce39d76c61
Merge pull request #211 from carlaKC/gomod-tidyandcheck
gomod: add makefile commands and check in travis
4 years ago
carla d5d64fb97a
makefile+travis: add mod check and tidy and check modules in travis 4 years ago
carla f7593dfc15
gosum: tidy dependencies 4 years ago
Joost Jager 4871abfc80
Merge pull request #204 from Roasbeef/lndclient-resp
lndclient: also set gRPC max resp size for sub-servers
4 years ago
Oliver Gugger c281cab8a0
Merge pull request #202 from guggero/grub
loopd+config: prepare to be used as a library
4 years ago
Oliver Gugger c2e513ecd0
loopd: remove short flags to avoid collision 4 years ago
Oliver Gugger 3a38f8faa4
cmd/loopd: add tlsCertPath and macaroonPath flags 4 years ago
Oliver Gugger 74b3580e01
loopd+cmd/loopd: rename main Start function to Run 4 years ago