Commit Graph

451 Commits (4da4738a2d3a271e2b9ba6be066f1c38a82de5f7)
 

Author SHA1 Message Date
Alex Bosworth 3e8b6aad09
Merge pull request #168 from lightninglabs/increase-fee-maximum
cmd/loop: bump rate maximum
4 years ago
Alex Bosworth 933f1b81d1
cmd/loop: bump rate maximum
Increase rate maximum multiplier to increase maximum fees when there is a large fee rate change
4 years ago
Oliver Gugger e5c5d49a30
Merge pull request #158 from guggero/max-quote-fix
Don't fail loop in quote if balance is insufficient for the miner fee estimation
4 years ago
Wilmer Paulino 5b732d9012
loopd: add SOCKS proxy config option to dial swap server over Tor
This allows Loop users to further improve their privacy by not revealing
their source IP address. Note that the identity of the lnd node behind
Loop can still be revealed when performing a Loop In due to the swap
server extending an off-chain HTLC to the user.

Onion addresses don't yet exist for the swap servers, but they will be
added at a later time.
4 years ago
Oliver Gugger acdd2a22b2
cmd/loop: warn user if fee estimation fails 4 years ago
Oliver Gugger 3dd10f14dc
client: return miner fee of -1 if fee estimation fails 4 years ago
Oliver Gugger f5fbf6655d
looprpc: clarify loop quote response 4 years ago
Alex Bosworth a473ab5d79
Merge pull request #161 from lightninglabs/v0.5.0-beta
version: bump version to 0.5.0-beta
4 years ago
Alex Bosworth bca4ea8ee2
version: bump version to 0.5.0-beta 4 years ago
Oliver Gugger a57a2947b5
cmd/loop: add loop in quote command 4 years ago
Olaoluwa Osuntokun 8a4d630c93
Merge pull request #156 from guggero/rest-api-fixes
looprpc: remove streaming REST endpoint, fix comment
4 years ago
Oliver Gugger 1811aa49a3
looprpc: remove streaming REST endpoint, fix comment 4 years ago
Olaoluwa Osuntokun ba6b4e782e
Merge pull request #145 from guggero/stream-interceptor
lsat: add stream interceptor
4 years ago
Joost Jager b785254f0e
Merge pull request #152 from joostjager/loop-in-last-hop
multi: allow loop in last hop restriction
4 years ago
Joost Jager b69e8cb275
multi: allow loop in last hop restriction 4 years ago
Joost Jager 535e964ec9
loopdb: migrate loop in channel to last hop
A database field was already in place to allow channel selection for
loop in. Unfortunately this field, which contains a short channel id,
isn't easily usable for controlling the loop server payment. Because of
non-strict forwarding, it is only possible to constrain a route to a
specific last hop pubkey.

This commit converts the existing field into a pubkey field.
4 years ago
Oliver Gugger 8771d06aad
Merge pull request #155 from wpaulino/signer-compute-input-script
lndclient: expose ComputeInputScript in SignerClient
4 years ago
Wilmer Paulino 0b053e6868
lndclient: expose ComputeInputScript in SignerClient 4 years ago
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
Oliver Gugger 79c54b9334
lsat: add stream interceptor 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
Oliver Gugger bcd92cead4
lsat: extract runtime info into interceptContext
To make the code easier to be reused for the upcoming stream
interceptor, all generic information about the interceptor's context
is extracted into a struct and the helper methods are adapted to
work with that struct.
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