Commit Graph

512 Commits (64991813ed7f37e2d33a99bc94fa60b598bccc78)
 

Author SHA1 Message Date
Joost Jager d76959de40
Merge pull request #240 from joostjager/loopin-record-htlc
loopin: record htlx tx hash
4 years ago
Joost Jager f91422d188
loopin: record htlx tx hash 4 years ago
Joost Jager a3b7fa5977
loopin: fail swap when htlc amount is incorrect
Previously the swap would get stuck in a state where it wouldn't ever
progress because the server rejected the htlc.
4 years ago
Joost Jager e33d2fb762
loopin: extract persistState 4 years ago
Joost Jager 6b8fcc547c
loopin: rename to persistAndAnnounceState 4 years ago
Joost Jager 60b907a34f
loopin: refactor htlc conf event loop 4 years ago
Joost Jager 98faa8c59d
Merge pull request #239 from joostjager/fix-pending-state
loopdb: classify InvoiceSettled as pending
4 years ago
Joost Jager b5a49ed205
loopdb: classify InvoiceSettled as pending 4 years ago
Joost Jager 4ea21cee8b
Merge pull request #238 from joostjager/loopout-record-htlc
loopout: record htlc tx hash
4 years ago
Joost Jager e22524a262
loopout: register for confirmation using htlc tx hash 4 years ago
Joost Jager 190caa4097
loopout/test: refactor test 4 years ago
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