Commit Graph

293 Commits (v0.5.0-beta)
 

Author SHA1 Message Date
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
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
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