Commit Graph

281 Commits (v0.4.1-beta)
 

Author SHA1 Message Date
Alex Bosworth 4d2018e852
Merge pull request #150 from lightninglabs/v0.4.1-beta
version: bump version to 0.4.1-beta
4 years ago
Joost Jager 1ebba410ea
Merge pull request #151 from joostjager/last-hop-restriction
lndclient: add last hop restriction
4 years ago
Joost Jager f3887ebb97
lndclient: add last hop restriction 4 years ago
Oliver Gugger 736daafb5a
Merge pull request #143 from wpaulino/lightning-client-channel-backups
lndclient: expose retrieval of channel backups through LightningClient
4 years ago
Wilmer Paulino a5f56342df
lndclient: expose retrieval of channel backups through LightningClient 4 years ago
Alex Bosworth 29fa117c75
version: bump version to 0.4.1-beta 4 years ago
Alex Bosworth e8dce9e67f
Merge pull request #149 from guggero/quote-fix
cmd/loop: remove number of flags restriction
4 years ago
Alex Bosworth ba7a018a5c
Merge pull request #148 from guggero/cors-header
loopd: add option to configure CORS origin
4 years ago
Oliver Gugger 60e1fd2481
cmd/loop: remove number of flags restriction
With the restriction in place, it is not possible to use the
--conf_target and --fast flag at the same time. To avoid similar
problems in the future, the check for the number of amounts is
removed completely.
4 years ago
Oliver Gugger ae376a49ba
loopd: fix linter issue 4 years ago
Oliver Gugger 8c7eee2ba9
loopd: add option to configure CORS origin 4 years ago
Olaoluwa Osuntokun 7b4eb6eac4
build: update grpc-gateway dep 4 years ago
Olaoluwa Osuntokun fec3586e21
looprpc: re-gen protos 4 years ago
Olaoluwa Osuntokun 39640d2465
looprpc: add cli commands to all calls 4 years ago
Olaoluwa Osuntokun 0dae5460e8
Merge pull request #144 from lightninglabs/v0.4.0-beta
version: bump version to 0.4.0-beta
4 years ago
Alex Bosworth 7e2d6a20a8
version: bump version to 0.4.0-beta 4 years ago
Olaoluwa Osuntokun 6a078ff598
Merge pull request #140 from guggero/monitor-rest
loopd+looprpc: add REST compatible status calls
4 years ago
Oliver Gugger 2dc7d465fa
mod+cli: default to hex encoding for byte slices 4 years ago
Oliver Gugger b694a76be0
looprpc+loopd: deprecate string ID 4 years ago
Oliver Gugger 26c0c17dbd
loopd+cli: set max gRPC message receive size 4 years ago
Oliver Gugger d446d68eeb
cmd/loop: add listswaps and swapinfo commands 4 years ago
Oliver Gugger e070494565
loopd: instruct REST proxy to print default values 4 years ago
Oliver Gugger 3e25bc3174
loopd+looprpc: add REST compatible status calls 4 years ago
Oliver Gugger 403b4097de
loopd: move global state into server state 4 years ago
Alex Bosworth 55908dbec5
Merge pull request #141 from lightninglabs/0.4.0-rc1.beta
version: bump version to 0.4.0-rc1.beta
4 years ago
Alex Bosworth cb533d576c
version: bump version to 0.4.0-rc1.beta 4 years ago
Alex Bosworth 37a245a8dd
Merge pull request #138 from guggero/prepare-lsat
loopd: add LSAT enabled server ports
4 years ago
Oliver Gugger 098e269fe6
loopd: add LSAT enabled server ports 4 years ago
Oliver Gugger a486760ebf
Merge pull request #137 from wpaulino/signer-derive-shared-key
lndclient: expose DeriveSharedKey for SignerClient
4 years ago
Wilmer Paulino 3e2a7240d7
lndclient: expose DeriveSharedKey for SignerClient 4 years ago
Joost Jager fcff783c0a
Merge pull request #135 from joostjager/loopin-timeout-sig
loopin: fix handling of incorrect amount in external htlc tx
4 years ago
Joost Jager 9aaef3fd07
loopin: use discovered htlc value for timeout tx 4 years ago
Joost Jager edac1a4054
loopin/test: extend test with external htlcs 4 years ago
Joost Jager a05e46697d
test: assert raw output signing requests 4 years ago
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