Commit Graph

247 Commits (cecb26c495897cdd69f5f712e8609a2ae992fc15)
 

Author SHA1 Message Date
Olaoluwa Osuntokun cecb26c495
Merge pull request #133 from lightninglabs/v0.3.1
version: bump version to 0.3.1
4 years ago
Alex Bosworth 9025aa7b6a
version: bump version to 0.3.1 4 years ago
Oliver Gugger ea43a16577
Merge pull request #132 from guggero/validate-lsat-cost
lsat: validate cost of auth token
4 years ago
Olaoluwa Osuntokun e4ffb0803c
Merge pull request #128 from Free-FreeThinker/free--max-routing-fee-config
Add option for max swap off-chain routing fee
4 years ago
FreeThinker 321f5f791d cmd/loop: add an option for max off chain swap fee 4 years ago
Oliver Gugger 202edd05f2
lsat: test cost maximum in interceptor 4 years ago
Oliver Gugger ccdbc3b21b
multi: thread new config values through client 4 years ago
Oliver Gugger 8aeeaefbaf
loopd+lsat: add LSAT cost configuration parameters 4 years ago
Johan T. Halseth d9597e8387
Merge pull request #129 from halseth/loop-out-quote-deadline
Loop out quote with fast option
4 years ago
Johan T. Halseth d5c9a66c60
swap_server_client: call server with SwapPublicationDeadline set 4 years ago
Olaoluwa Osuntokun 68ebd14235
Merge pull request #130 from guggero/lsat-header-rfc
lsat: change WWW-Authenticate header format
4 years ago
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.
4 years ago
Johan T. Halseth b2d1d99521
loopd call swapserver with SwapPublicationDeadline set 4 years ago
Johan T. Halseth 18608a6aa3
cmd/loop: account for fast swap in loopout cmd quote 4 years ago
Johan T. Halseth dcc5a8ce88
cmd/loop: add fast option to quote cmd 4 years ago
Johan T. Halseth b102802ce5
looprpc: add SwapPublicationDeadline to QuoteRequest 4 years ago
Johan T. Halseth 48f6f0fc5c
looprpc: add updated server proto 4 years ago
Johan T. Halseth 5e00ce6267
Merge pull request #115 from halseth/loopd-mobile
Create loopd package, allow custom listeners
4 years ago
Johan T. Halseth 0a51bf4d2d
loopd: make lnd conn configurable 4 years ago
Johan T. Halseth 34c2e71f9e
loopd: move lnd services init to config
This allows us to supply custom lnd connections to the daemon.
4 years ago
Johan T. Halseth c7e8c9f964
loopd: make RPC listener configurable
Allows to use external listener, such as in-memory.
4 years ago
Johan T. Halseth 0f0573c047
loopd/daemon: make server gRPC/REST listeners configurable 4 years ago
Johan T. Halseth 391ae9dc6b
loopd/daemon: handle proxy error
Check returned error to make linter happy.
4 years ago
Johan T. Halseth 2334816a59
lndclient: split NewLndServices to take gRPC dialer 4 years ago
Johan T. Halseth 80b071a2e6
mod+lndclient: update to lnd version with non-deprecated dialer 4 years ago
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.
4 years ago
Johan T. Halseth 644b5b16f7
cmd+loopd: move loopd to new folder loopd 4 years ago
Wilmer Paulino 1ea58ad3d6
Merge pull request #125 from wpaulino/lndclient-listtransactions
lndclient: expose ListTransactions as part of LightningClient
4 years ago
Wilmer Paulino 518ec248e2
Merge pull request #123 from guggero/getinfo-addr
lndclient: expose node URIs and message signing RPCs in lightning client
4 years ago
Wilmer Paulino 43579b017f
lndclient: expose ListTransactions as part of LightningClient 4 years ago
Oliver Gugger 304c8f580f
lndclient: expose VerifyMessage RPC 4 years ago
Oliver Gugger 2a7c5182a4
lndclient: expose SignMessage RPC 4 years ago
Oliver Gugger 162b2589e0
lndclient: return node URIs from GetInfo call 4 years ago
Oliver Gugger bc07050da2
mod: update lnd version 4 years ago
Olaoluwa Osuntokun 53dc21f99a
Merge pull request #101 from guggero/lsat-integration
LSAT aware client interceptor
4 years ago
Olaoluwa Osuntokun a9033bab2a
Merge pull request #116 from guggero/token-id
lsat: add token ID type
4 years ago
Oliver Gugger 1650f3a18d
client+lsat: specify global timeout 4 years ago
Oliver Gugger fa62caa891
cmd/loop: add command to list tokens 4 years ago
Oliver Gugger 47bf510bd8
loopd: add RPC method to list tokens 4 years ago
Oliver Gugger a23dfe36ab
lsat: track pending payments, keep old tokens 4 years ago
Oliver Gugger 31bb18255e
lsat+loopd: add logger 4 years ago
Oliver Gugger 5f8c876b4c
Merge pull request #122 from guggero/msat-conversion-2
lndclient: use old value field for backward compatibility
4 years ago
Oliver Gugger be6ea3bdeb
lndclient: use old value field for backward compatibility 4 years ago
Oliver Gugger 0e2f3c9571
Merge pull request #121 from guggero/msat-conversion
lndclient: fix Value/ValueMsat conversion problem
4 years ago
Oliver Gugger fc44ee8785
lndclient: fix Value/ValueMsat conversion problem 4 years ago
Johan T. Halseth bb4dbc6207
Merge pull request #119 from halseth/lnd-dep-update
[trivial] dep+looping: update to latest lnd master
4 years ago
Johan T. Halseth b3d1efb84c
dep+looping: update to latest lnd master
A field changed from satoshis to msat, so we must do the conversion.
4 years ago
Oliver Gugger 9d892440fe
lsat: add token ID type 4 years ago
Oliver Gugger 8cecae501c
lsat: add unary interceptor and simple store 4 years ago
Oliver Gugger 49cbe9aa63
loopd: add swap server TLS cert path
We need the ability to connect to a swap server that uses
a self-signed certificate. The LSAT proxy cannot proxy insecure
gRPC requests since they don't conform to the HTTP 1.1 standard.
Therefore the LSAT proxy fill only serve TLS connections.
This means, we need the TLS path option to specify the certificate
the test environment LSAT proxy uses.
4 years ago