2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-08 01:10:29 +00:00
Commit Graph

1009 Commits

Author SHA1 Message Date
Alex Bosworth
b5e7e3ded8
Merge pull request #476 from lightninglabs/v0.18.0-bump
version: bump version to v0.18.0-beta
2022-03-30 09:19:22 -07:00
Alex Bosworth
bf7d157193
version: bump version to v0.18.0-beta 2022-03-30 09:04:48 -07:00
Oliver Gugger
6984fc61a4
Merge pull request #456 from MarnixCroes/loop-2022
Update LICENSE
2022-03-28 21:50:43 +02:00
Oliver Gugger
deec719dfc
Merge pull request #472 from lightninglabs/btcec-v2-btcutil-bump
multi: bump btcec/v2 and btcutil to new versions
2022-03-25 16:39:29 +01:00
Oliver Gugger
5f46d0b83f
travis+docker: bump golang version to v1.17.x 2022-03-25 11:00:17 +01:00
Harsha Goli
7a16e3b25d
multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
Oliver Gugger
d1ba70e3fa
Merge pull request #469 from guggero/sweeper-pk-script
sweep: always send signed output's pk script
2022-03-21 17:52:57 +01:00
Oliver Gugger
732390e677
release_notes: add notes about bugfix 2022-03-21 15:08:43 +01:00
Oliver Gugger
b7e5c0b449
sweep: always send signed output's pk script
Fixes #457.
The SignOutputRaw RPC is normally too lenient when it comes to fields
not being set, which is why this used to work previously. But with lnd
in remote signing mode, we need all the extra meta information available
on an input being signed for, so we actually need the pk script being
set.
Loop fully works with a remote signing lnd backend pair after applying
this fix.
2022-03-21 14:49:10 +01:00
András Bánki-Horváth
a6350905d7
Merge pull request #466 from bhandras/routing-plugin-force-mc-import
routing: integrate with the forced MC import to eliminate the "1 sec hack" when importing pair history
2022-03-16 15:06:11 +01:00
Andras Banki-Horvath
eb1371ee1e
docs: update release notes 2022-03-16 13:23:41 +01:00
Andras Banki-Horvath
5b737855c1
loopd: update minimum required LND version to v0.14.2-beta 2022-03-16 13:23:41 +01:00
Andras Banki-Horvath
dc9bc9e976
routing: integrate forced MC import to the low/high plugin 2022-03-16 13:23:41 +01:00
Andras Banki-Horvath
9ace542056
mod: bump lndclient to 0.14.2 including forced MC import 2022-03-16 13:23:40 +01:00
Harsha Goli
c05ee21e46
Merge pull request #465 from arshbot/feerate-fix
main: fix feepercent from intflags to float
2022-03-12 15:59:10 -05:00
Harsha Goli
0b414cb45e
main: fix feepercetn from intflags to float
Previously, the feepercent flag on autoloop was set to an IntFlag and
later converted to Float, leading to the issue where users couldn't
specify decimal rates even though we allowed it.
2022-03-01 10:55:22 -05:00
András Bánki-Horváth
40882b74e4
Merge pull request #462 from bhandras/routing-plugin-report-filter 2022-02-18 12:57:18 +01:00
Andras Banki-Horvath
32d55dc814
loopout: do not report prepays and fix plugin type if acquire fails 2022-02-18 08:42:42 +01:00
Yong
f650071bca
Merge pull request #461 from yyforyongyu/add-server-state
swapserverrpc: update server swap state
2022-02-14 20:31:06 +08:00
yyforyongyu
dfbd01988e
swapserverrpc: update server swap state 2022-02-14 20:27:21 +08:00
András Bánki-Horváth
bf67b14595
Merge pull request #439 from bhandras/ignore_cheap_paths
loopout: using server recommended routing plugins + low/high router
2022-02-14 11:17:26 +01:00
Andras Banki-Horvath
312819c8c6
docs: update release notes 2022-02-14 10:14:48 +01:00
Andras Banki-Horvath
01bf94ad11
tests: add unit tests for the low/high routing plugin 2022-02-14 10:14:47 +01:00
Andras Banki-Horvath
ffd52aba2f
loopout: add low/high routing plugin 2022-02-14 10:14:47 +01:00
Andras Banki-Horvath
1d1354d2cb
config: make total payment timeout and retries configurable 2022-02-14 10:14:47 +01:00
Andras Banki-Horvath
1943edfd78
loopout: use optional routing plugin for the main swap invoice 2022-02-14 10:14:46 +01:00
Andras Banki-Horvath
04ebc8d568
routing: add routing plugin inteface and skeleton 2022-02-14 10:14:46 +01:00
Andras Banki-Horvath
0f002733f6
loop: extend server protocol for routing plugin recommendations
This commits extends the server protocol with routing plugin
recommendations and routing result reporting.
2022-02-14 10:14:42 +01:00
Alex Bosworth
7e8e5a2f67
Merge pull request #458 from lightninglabs/update-to-v0.17.0
version: bump version to v0.17.0-beta
2022-02-07 08:44:25 -08:00
Alex Bosworth
74c9f1073e
version: bump version to v0.17.0-beta 2022-02-07 08:17:53 -08:00
András Bánki-Horváth
c92eeab01e
Merge pull request #455 from bhandras/lnd-selecthophints-integration
loopin: integrate LND's recently exposed `SelectHopHints` in favor of the reimplemention
2022-02-03 20:20:05 +01:00
Andras Banki-Horvath
3237a2cf81
docs: update release notes 2022-02-01 15:09:55 +01:00
Andras Banki-Horvath
31f7b5947a
utils: use SelectHopHints from LND 2022-02-01 15:09:55 +01:00
Andras Banki-Horvath
db2fba6f0d
mod: bump LND 2022-02-01 15:09:51 +01:00
Marnix
490a544702
Update LICENSE
Update LICENSE to 2022
2022-01-30 12:07:04 +00:00
Carla Kirk-Cohen
44e734c575
Merge pull request #453 from ellemouton/macaroonService
multi: use lndclient MacaroonService
2022-01-25 09:48:01 +02:00
Elle Mouton
2d7745ecf4 loopd/daemon: rename createDefaultMacaroonFile
Rename createDefaultMacaroonFile to withMacaroonService since this is
now a more appropriate name.
2022-01-17 16:13:19 +02:00
Elle Mouton
ad7cdc8ed2 multi: use lndclient MacaroonService
Since the code for creating and using a macaroon service is the same for
multiple projects (pool, loop, litd etc), the code has been unified in
lndclient. So this commit removes the macaroon service code and instead
uses the lndclient code.
2022-01-17 16:13:19 +02:00
Alex Bosworth
0d1cb3e5d6
Merge pull request #452 from suhailsaqan/patch-1
Fixed a typo in autoloop.md
2022-01-06 15:48:08 -08:00
Suhail Saqan
91673ab24b
Fixed a typo in autoloop.md 2022-01-06 15:30:59 -08:00
András Bánki-Horváth
5f0c118088
Merge pull request #450 from bhandras/daemon-stop-fix 2021-12-22 11:33:35 +01:00
Andras Banki-Horvath
c8a650842e
docs: update release notes 2021-12-22 10:33:43 +01:00
Andras Banki-Horvath
b3d8f5f096
loopd: close dbs when the daemon stops 2021-12-22 10:32:11 +01:00
Carla Kirk-Cohen
fa749d4f0c
Merge pull request #448 from carlaKC/rpc-makeserver
swapserverrpc: remove unnecessary vars in proto dockerfile
2021-12-20 13:42:24 +02:00
Harsha Goli
be6eae3bda
Merge pull request #419 from carlaKC/autoloop-4-loopin
liquidity: add loopin to autoloop
2021-12-15 15:34:48 -05:00
carla
8d0e9a2671
swapserverrpc: remove unnecessary vars in proto dockerfile 2021-12-15 09:17:24 +02:00
carla
23897a9a89
multi: update release notes and docs to make note of loop in 2021-12-15 09:11:49 +02:00
carla
2542038243
loop: allow setting swap type for individual rules 2021-12-15 09:11:49 +02:00
carla
5e24beb5a7
loop: add htlc conf target to set params 2021-12-15 09:11:48 +02:00
carla
16799838f7
multi: surface loop in parameters on rpc 2021-12-15 09:11:46 +02:00