Commit Graph

293 Commits (a473ab5d79dc7c1f6167854ed4ff52dfb040f04b)
 

Author SHA1 Message Date
Alex Bosworth 898680ac84
version: bump version to 0.3.0 4 years ago
Johan T. Halseth 7ea0e35299
cmd/loop: delay swap by 30 minutes by default, add --fast to loopout command
We now delay the swap by up to 30 minutes by deafult. To keep the
current imemdiate swap, --fast flag is added.
4 years ago
Johan T. Halseth ea1f9ff8ba
looprpc: add SwapPublicationDeadline to client proto
cmd/loopd swapclient_server: use SwapPublicationDeadline from LoopOutRequest
4 years ago
Johan T. Halseth c70d0deecb
swap_server_client: let the SwapPublicationDeadline be set during LoopOuts 4 years ago
Johan T. Halseth 2d1e41de5d
interface: rename charge->loop in 4 years ago
Johan T. Halseth ae3893c2d4
looprpc: add swap_publication_deadline to ServerLoopOutRequest 4 years ago
Johan T. Halseth 034cba5b95
loopdb/loopout: add field SwapPublicationDeadline to LoopOutContract
We also add a migration for the new LoopOut DB format.
4 years ago
Joost Jager a6bb2e51c5
Merge pull request #110 from joostjager/additional-send-params
lndclient: extend send payment parameters
4 years ago
Joost Jager 7ff50ccc5a
lndclient: extend send payment parameters 4 years ago
Olaoluwa Osuntokun 539d6ed9e3
Merge pull request #112 from wpaulino/update-lnd-version
build: update lnd version to current master
4 years ago
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
4 years ago
Olaoluwa Osuntokun e38b29db4a
Merge pull request #111 from guggero/grpc-receive-size
lndclient: increase gRPC max message receive size to 200MiB
4 years ago
Oliver Gugger 0225b6e0ea
lndclient: increase gRPC max message receive size to 200MiB 4 years ago
Johan T. Halseth 40dbafbaa1
Merge pull request #108 from halseth/mod-update
Update btcd dependency
4 years ago
Johan T. Halseth ffcbf37230
mod: update btcd dep to v0.20.1-beta 4 years ago
Johan T. Halseth faa13feca0
mod: recreate go.sum file 4 years ago
Olaoluwa Osuntokun 9e5c66c051
Merge pull request #99 from guggero/persistent-logger
multi: add persistent logger
4 years ago
Alex Bosworth 71eb1ddb09
Merge pull request #102 from lightninglabs/alexbosworth-patch-10
readme: update slack link
4 years ago
Alex Bosworth b72027a301
readme: update slack link
Replace non-working slack link with working link
4 years ago
Alex Bosworth 3fb8b13a5b
Merge pull request #98 from coreyphillips/master
Increased minimum required version of lnd to 0.7.1 in README.md.
4 years ago
Oliver Gugger df088932a0
lint: allow init functions 4 years ago
Oliver Gugger b574e344ea
multi: add persistent logger 4 years ago
Oliver Gugger 0d76d6e162
mod: use newest lnd version 4 years ago
Corey Phillips 494a1b454c
Increased minimum required version of lnd to 0.7.1 in README.md. 4 years ago
Alex Bosworth 43cff31297
Merge pull request #95 from lightninglabs/alexbosworth-patch-9
version: bump version to 0.2.4
5 years ago
Alex Bosworth 52d0d04ea7
version: bump version to 0.2.4
Bump the version number to a new patch release version
5 years ago
Johan T. Halseth ce724d7a7c
Merge pull request #93 from guggero/extract-types
loop+cmd: extract types into common module
5 years ago
Oliver Gugger 69f2af9fdc
loop+cmd: extract types into swap module 5 years ago
Johan T. Halseth 7a1680d7d6
Merge pull request #94 from guggero/lint
Add linter to makefile, lint on Travis build
5 years ago
Oliver Gugger a0a03b4972
only lint new issues, add linting to travis run 5 years ago
Oliver Gugger 36838cf7f4
multi: fix most obvious linter errors 5 years ago
Oliver Gugger 1cdb233a00
add lint command to Makefile 5 years ago
Johan T. Halseth 9039e5f97a
Merge pull request #88 from halseth/proto-quote-amount
server proto: add amt to ServerLoopOutQuoteRequest
5 years ago
Johan T. Halseth 0023d1a0da
looprpc: update to new server protos
We update to new set of server protos where new Terms calls are added.
Here static information will be returned from the server.

We no longer have a feebase+feerate, but get a final fee directly
returned by the server.
5 years ago
Johan T. Halseth 0cff92d265
looprpc+cmd: deprecate dynamic terms
We move destination and cltv to QuoteResponse, and deprecate the
non-static fields.

Terms will now only show max/min swap sizes.
5 years ago
Johan T. Halseth 5fd51c0a3f
looprpc: remove go_package option
Not needed.
5 years ago
Alex Bosworth 556845e79c
Merge pull request #92 from lightninglabs/alexbosworth-patch-8
Bump version patch
5 years ago
Alex Bosworth a45e2c80c0
Bump version patch 5 years ago
Alex Bosworth b61807b310
Merge pull request #89 from wpaulino/loop-out-conf-target
loopout: compare delta from htlc expiry correctly
5 years ago
Alex Bosworth 0e0967716c
Merge pull request #86 from guggero/external-loop-in-fee-est
loopd: don't fail external loop in on fee estimation failure
5 years ago
Wilmer Paulino e0d23cb180
loopout: compare delta from htlc expiry correctly
This addresses an issue where using a sweep confirmation target greater
than the default would result in most cases not revealing the preimage
due to the default confirmation target yielding a higher fee than the
max miner fee backed by the confirmation target provided.
5 years ago
Wilmer Paulino 09029bfdec
test: allow custom fee estimates 5 years ago
Wilmer Paulino 9f25fdd0bb
store: use correct vars for loop in assertions 5 years ago
Johan T. Halseth fa1b86c691
Merge pull request #77 from saguywalker/fix-readme
README: Fix typo
5 years ago
Oliver Gugger c00f831675
cmd/loop: handle external loop in flag 5 years ago
Oliver Gugger 489ab5620e
loopd: receive external HTLC flag in loop in quote request 5 years ago
Oliver Gugger be9a2b9a47
looprpc: add external HTLC flag to quote request 5 years ago
Oliver Gugger 036db6646f
looprpc: regenerate with correct version 5 years ago
Olaoluwa Osuntokun 08f07946f7
Merge pull request #83 from Roasbeef/go1.13
build: update to go1.13
5 years ago
Olaoluwa Osuntokun 31ee5d8784 build: update to go1.13 5 years ago