2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00
Commit Graph

1517 Commits

Author SHA1 Message Date
Olaoluwa Osuntokun
0dae5460e8
Merge pull request #144 from lightninglabs/v0.4.0-beta
version: bump version to 0.4.0-beta
2020-02-04 15:15:01 -08:00
Alex Bosworth
7e2d6a20a8
version: bump version to 0.4.0-beta 2020-02-03 17:50:05 -08:00
Olaoluwa Osuntokun
6a078ff598
Merge pull request #140 from guggero/monitor-rest
loopd+looprpc: add REST compatible status calls
2020-02-03 15:51:37 -08:00
Oliver Gugger
2dc7d465fa
mod+cli: default to hex encoding for byte slices 2020-01-31 13:57:29 +01:00
Oliver Gugger
b694a76be0
looprpc+loopd: deprecate string ID 2020-01-31 13:57:28 +01:00
Oliver Gugger
26c0c17dbd
loopd+cli: set max gRPC message receive size 2020-01-31 13:57:26 +01:00
Oliver Gugger
d446d68eeb
cmd/loop: add listswaps and swapinfo commands 2020-01-31 13:57:25 +01:00
Oliver Gugger
e070494565
loopd: instruct REST proxy to print default values 2020-01-31 13:57:24 +01:00
Oliver Gugger
3e25bc3174
loopd+looprpc: add REST compatible status calls 2020-01-31 13:57:22 +01:00
Oliver Gugger
403b4097de
loopd: move global state into server state 2020-01-31 13:57:21 +01:00
Alex Bosworth
55908dbec5
Merge pull request #141 from lightninglabs/0.4.0-rc1.beta
version: bump version to 0.4.0-rc1.beta
2020-01-24 13:06:31 -08:00
Alex Bosworth
cb533d576c
version: bump version to 0.4.0-rc1.beta 2020-01-24 12:07:19 -08:00
Alex Bosworth
37a245a8dd
Merge pull request #138 from guggero/prepare-lsat
loopd: add LSAT enabled server ports
2020-01-22 11:54:11 -08:00
Oliver Gugger
098e269fe6
loopd: add LSAT enabled server ports 2020-01-22 11:25:01 +01:00
Oliver Gugger
a486760ebf
Merge pull request #137 from wpaulino/signer-derive-shared-key
lndclient: expose DeriveSharedKey for SignerClient
2020-01-22 09:41:43 +01:00
Wilmer Paulino
3e2a7240d7
lndclient: expose DeriveSharedKey for SignerClient 2020-01-21 16:40:56 -08:00
Joost Jager
fcff783c0a
Merge pull request #135 from joostjager/loopin-timeout-sig
loopin: fix handling of incorrect amount in external htlc tx
2020-01-15 16:46:23 +01:00
Joost Jager
9aaef3fd07
loopin: use discovered htlc value for timeout tx 2020-01-15 16:42:53 +01:00
Joost Jager
edac1a4054
loopin/test: extend test with external htlcs 2020-01-15 16:42:51 +01:00
Joost Jager
a05e46697d
test: assert raw output signing requests 2020-01-15 16:42:49 +01:00
Olaoluwa Osuntokun
cecb26c495
Merge pull request #133 from lightninglabs/v0.3.1
version: bump version to 0.3.1
2020-01-14 16:09:43 -08:00
Alex Bosworth
9025aa7b6a
version: bump version to 0.3.1 2020-01-14 15:13:49 -08:00
Oliver Gugger
ea43a16577
Merge pull request #132 from guggero/validate-lsat-cost
lsat: validate cost of auth token
2020-01-14 09:26:23 +01:00
Olaoluwa Osuntokun
e4ffb0803c
Merge pull request #128 from Free-FreeThinker/free--max-routing-fee-config
Add option for max swap off-chain routing fee
2020-01-13 22:01:28 -08:00
FreeThinker
321f5f791d cmd/loop: add an option for max off chain swap fee 2020-01-12 14:20:39 -08:00
Oliver Gugger
202edd05f2
lsat: test cost maximum in interceptor 2020-01-10 12:15:08 +01:00
Oliver Gugger
ccdbc3b21b
multi: thread new config values through client 2020-01-10 12:15:08 +01:00
Oliver Gugger
8aeeaefbaf
loopd+lsat: add LSAT cost configuration parameters 2020-01-10 12:15:02 +01:00
Johan T. Halseth
d9597e8387
Merge pull request #129 from halseth/loop-out-quote-deadline
Loop out quote with fast option
2020-01-08 12:33:30 +01:00
Johan T. Halseth
d5c9a66c60
swap_server_client: call server with SwapPublicationDeadline set 2020-01-08 11:58:27 +01:00
Olaoluwa Osuntokun
68ebd14235
Merge pull request #130 from guggero/lsat-header-rfc
lsat: change WWW-Authenticate header format
2020-01-07 16:21:31 -08:00
Oliver Gugger
bbc829585f
lsat: change WWW-Authenticate header format
To be compliant with RFC 7235 section 4.1 we change the format of the
WWW-Authenticate header field to double quoted and comma separated
fields.
2020-01-07 15:41:44 +01:00
Johan T. Halseth
b2d1d99521
loopd call swapserver with SwapPublicationDeadline set 2020-01-07 13:52:42 +01:00
Johan T. Halseth
18608a6aa3
cmd/loop: account for fast swap in loopout cmd quote 2020-01-07 13:47:07 +01:00
Johan T. Halseth
dcc5a8ce88
cmd/loop: add fast option to quote cmd 2020-01-07 13:46:40 +01:00
Johan T. Halseth
b102802ce5
looprpc: add SwapPublicationDeadline to QuoteRequest 2020-01-07 13:43:39 +01:00
Johan T. Halseth
48f6f0fc5c
looprpc: add updated server proto 2020-01-07 13:28:22 +01:00
Johan T. Halseth
5e00ce6267
Merge pull request #115 from halseth/loopd-mobile
Create loopd package, allow custom listeners
2020-01-03 14:54:10 +01:00
Johan T. Halseth
0a51bf4d2d
loopd: make lnd conn configurable 2020-01-03 14:01:32 +01:00
Johan T. Halseth
34c2e71f9e
loopd: move lnd services init to config
This allows us to supply custom lnd connections to the daemon.
2020-01-03 14:01:32 +01:00
Johan T. Halseth
c7e8c9f964
loopd: make RPC listener configurable
Allows to use external listener, such as in-memory.
2020-01-03 14:01:32 +01:00
Johan T. Halseth
0f0573c047
loopd/daemon: make server gRPC/REST listeners configurable 2020-01-03 14:01:31 +01:00
Johan T. Halseth
391ae9dc6b
loopd/daemon: handle proxy error
Check returned error to make linter happy.
2020-01-03 14:01:31 +01:00
Johan T. Halseth
2334816a59
lndclient: split NewLndServices to take gRPC dialer 2020-01-03 14:01:31 +01:00
Johan T. Halseth
80b071a2e6
mod+lndclient: update to lnd version with non-deprecated dialer 2020-01-03 14:01:31 +01:00
Johan T. Halseth
704bfff8f6
cmd+loopd: new cmd/loopd main method replacing the one now in ./loopd
This allows loopd to be used as a library by importing it and calling
Start.
2020-01-03 14:01:31 +01:00
Johan T. Halseth
644b5b16f7
cmd+loopd: move loopd to new folder loopd 2020-01-03 14:01:31 +01:00
Wilmer Paulino
1ea58ad3d6
Merge pull request #125 from wpaulino/lndclient-listtransactions
lndclient: expose ListTransactions as part of LightningClient
2019-12-12 13:39:24 -08:00
Wilmer Paulino
518ec248e2
Merge pull request #123 from guggero/getinfo-addr
lndclient: expose node URIs and message signing RPCs in lightning client
2019-12-12 13:36:07 -08:00
Wilmer Paulino
43579b017f
lndclient: expose ListTransactions as part of LightningClient 2019-12-12 13:33:06 -08:00