2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-09 19:10:47 +00:00
Commit Graph

98 Commits

Author SHA1 Message Date
carla
a3c8e54bf4
release_notes: note proto warning fixed 2021-06-03 11:01:09 +02:00
Alex Bosworth
2d48842605
version: bump version to v0.14.0-beta 2021-06-01 10:02:31 -07:00
carla
6350d873e0
release_notes: add swap cancelation feature 2021-05-24 08:46:06 +02:00
Alex Bosworth
5df67ddbbf
docs: remove pending release notice 2021-05-19 09:16:40 -07:00
Oliver Gugger
45dbd582d1
multi: bump lnd min version to v0.11.1-beta
The version v0.10.1-beta of lnd is quite old with v0.13.0-beta just
being published as RC2. Maintaining backward compatibility in the
lndclient library is quite an effort. We decided to merge the v0.11.1
branch into master meaning that all our projects now have this minimum
version requirement.
2021-05-19 14:25:23 +02:00
Alex Bosworth
9b5a3401fc
version: bump to v0.12.2-beta 2021-04-29 08:24:36 -07:00
Oliver Gugger
27fd6b3304
multi: use aperture instead of local lsat library
Since the lsat code was copied over to aperture a while ago for other
projects to use as well, we should migrate over to that shared code
also. This will give us the recently added "remove token if payment
failed and try again" feature for free along with some other small
updates to the lsat package.
2021-04-29 10:01:15 +02:00
Oliver Gugger
39c8c9278d
loopd+loopdb: add timeout to DB open
To make sure we don't just block for forever if another Loop daemon
process is already running, we add a timeout and error out if obtaining
the unique file lock fails after 5 seconds.
2021-04-28 17:16:27 +02:00
Alex Bosworth
cedd16a178
version: bump to v0.12.1-beta 2021-03-25 13:07:16 -07:00
Carla Kirk-Cohen
1681aafade
Merge pull request #362 from carlaKC/autoloop-includepeers
autoloop: include peer rules for inflight/budget limits
2021-03-25 11:30:17 +02:00
carla
cc10d5b207
release_notes: note update to autoloop reasons for peers 2021-03-25 11:27:00 +02:00
Oliver Gugger
e5a1914433
release_notes: add regtest Loop server 2021-03-19 18:51:38 +01:00
yyforyongyu
82401ff1ba
cmd: prettify loop quote in/out responses 2021-03-08 20:08:49 +08:00
Alex Bosworth
b5fcd9f326
version: bump to v0.12.0-beta 2021-03-05 13:41:49 -08:00
Carla Kirk-Cohen
9b9f64d133
Merge pull request #347 from carlaKC/189-loopinfees
loopin: store loop in on-chain fees
2021-03-05 16:15:44 +02:00
Carla Kirk-Cohen
5a639a2198
Merge pull request #351 from carlaKC/autoloop-defaults
liquidity: update default budget and confirmation target
2021-03-05 14:13:53 +02:00
carla
d928d53f10
loopin: store loop in on-chain fees 2021-03-05 11:33:21 +02:00
carla
2b206e4d45
dockerfile: use make rather than go install
Using straight install does not set our current commit hash for
the daemon running in the docker container.
2021-03-05 11:07:28 +02:00
carla
c17631eee2
liquidity: increase default confirmation target 2021-03-05 09:53:27 +02:00
carla
34726a4130
multi: update release notes and docs to include fee percentage 2021-03-04 10:21:24 +02:00
carla
4911130671
loopin: store loop in on-chain fees 2021-03-03 12:49:59 +02:00
carla
b393102696
multi: update docs and release notes to include peer level management 2021-02-17 14:13:00 +02:00
Alex Bosworth
ef28278d55
version: bump to 0.11.3-beta 2021-02-09 12:42:40 -08:00
carla
cf50ffd43c
multi: add disqualified swaps to docs and release notes 2021-02-08 09:39:04 +02:00
carla
d5096cdc21
liquidity: relax restriction which requires no unrestricted swaps
In practice, this restriction has proven to be too strict. Autoloop will
now only hold off on a swap for a channel if a manual swap is
specifically using that channel.
2021-02-08 09:38:59 +02:00
carla
7ba1821696
liquidity: fail suggest swaps when no rules are set
In an effort to surface more information about why autoloop is not
executing, we add an error when suggest swaps is called with no rules.
In other cases we can surface a reason enum with each rule that is set,
but in the case where we have no rules, there are no results to
accompany with reasons.
2021-02-08 09:38:23 +02:00
Oliver Gugger
2a089d131e
loopd: all only specifying one lnd macaroon
Fixes #299 by allowing only one macaroon to be specified in the
--lnd.macaroonpath config option/command line flag.
2021-02-05 12:55:45 +01:00
carla
71ace95ac8
loop: rename autoloop specific parameters 2021-02-03 08:54:48 +02:00
Carla Kirk-Cohen
d85cc010b0
Merge pull request #327 from carlaKC/325-waitunlocked
loopd: wait for lnd to be unlocked on startup
2021-01-14 09:24:19 +02:00
carla
bd57c2cc20
release_notes: add wait for unlock to release notes 2021-01-14 09:15:13 +02:00
Oliver Gugger
0a38ae4c71
release_notes: add note about compile time compat 2021-01-07 17:36:04 +01:00
Alex Bosworth
c13001737a
version: bump to 0.11.2-beta 2020-12-08 09:15:53 -08:00
carla
f8664c511a
release_notes: add autoloop release notes 2020-12-08 11:12:39 +02:00
Alex Bosworth
83d1ea3828
version: bump to 0.11.1-beta 2020-11-12 11:30:56 -08:00
Oliver Gugger
e91d632dcb
release_notes: mention initiator field 2020-11-09 12:57:34 +01:00
Alex Bosworth
a944834a5e
version: bump to 0.11.0-beta 2020-10-27 09:01:41 -07:00
carla
99a96a80ae
release_notes: delete old release notes and add instruction
It can be confusing to have multiple sets of release notes tracked in
this doc. Remove already released versions and update instructions.
2020-10-22 21:15:17 +02:00
carla
6f8f6899a3
release_notes: move autoloop into next release
Merged in the wrong place
2020-10-22 20:46:52 +02:00
Oliver Gugger
6e71185a9b
release_notes: add labels 2020-10-15 10:40:13 +02:00
Carla Kirk-Cohen
afc41adab0
Merge pull request #295 from carlaKC/205-autoout
liquidity: add budget-limited autoloop
2020-10-15 08:50:46 +02:00
Alex Bosworth
24523b569f
Merge pull request #302 from alexbosworth/v0.10.0-beta
version: bump to 0.10.0-beta
2020-10-13 08:54:15 -07:00
Oliver Gugger
45ee44d8eb
release_notes: mention user agent string 2020-10-13 08:34:06 +02:00
carla
24fb50a1dd
release_notes: add autolooper to new features 2020-10-12 13:34:58 +02:00
Alex Bosworth
d72b8edef6
version: bump to 0.10.0-beta 2020-10-09 10:08:21 -07:00
carla
14ccdc9b61
release_notes: add swap suggestions updates to release notes 2020-09-30 13:26:26 +02:00
Joost Jager
c8666caf20
loopin: mpp pre-swap probe 2020-09-17 13:24:54 +02:00
Oliver Gugger
b93b800986
release_notes: add macaroons 2020-09-11 14:23:18 +02:00
carla
da6bcce297
mutli: add release notes file to track in-repo 2020-09-11 09:02:18 +02:00