Commit Graph

49 Commits (803773bb65a5bae560151896a86bcc161c47ca9d)

Author SHA1 Message Date
Alex Bosworth cec9a9fe06
version: bump version to v0.14.1-beta 3 years ago
carla a3c8e54bf4
release_notes: note proto warning fixed 3 years ago
Alex Bosworth 2d48842605
version: bump version to v0.14.0-beta 3 years ago
carla 6350d873e0
release_notes: add swap cancelation feature 3 years ago
Alex Bosworth 5df67ddbbf
docs: remove pending release notice 3 years ago
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.
3 years ago
Alex Bosworth 9b5a3401fc
version: bump to v0.12.2-beta 3 years ago
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.
3 years ago
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.
3 years ago
Alex Bosworth cedd16a178
version: bump to v0.12.1-beta 3 years ago
Carla Kirk-Cohen 1681aafade
Merge pull request #362 from carlaKC/autoloop-includepeers
autoloop: include peer rules for inflight/budget limits
3 years ago
carla cc10d5b207
release_notes: note update to autoloop reasons for peers 3 years ago
Oliver Gugger e5a1914433
release_notes: add regtest Loop server 3 years ago
yyforyongyu 82401ff1ba
cmd: prettify loop quote in/out responses 3 years ago
Alex Bosworth b5fcd9f326
version: bump to v0.12.0-beta 3 years ago
Carla Kirk-Cohen 9b9f64d133
Merge pull request #347 from carlaKC/189-loopinfees
loopin: store loop in on-chain fees
3 years ago
Carla Kirk-Cohen 5a639a2198
Merge pull request #351 from carlaKC/autoloop-defaults
liquidity: update default budget and confirmation target
3 years ago
carla d928d53f10
loopin: store loop in on-chain fees 3 years ago
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.
3 years ago
carla c17631eee2
liquidity: increase default confirmation target 3 years ago
carla 34726a4130
multi: update release notes and docs to include fee percentage 3 years ago
carla 4911130671
loopin: store loop in on-chain fees 3 years ago
carla b393102696
multi: update docs and release notes to include peer level management 3 years ago
Alex Bosworth ef28278d55
version: bump to 0.11.3-beta 3 years ago
carla cf50ffd43c
multi: add disqualified swaps to docs and release notes 3 years ago
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.
3 years ago
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.
3 years ago
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.
3 years ago
carla 71ace95ac8
loop: rename autoloop specific parameters 3 years ago
Carla Kirk-Cohen d85cc010b0
Merge pull request #327 from carlaKC/325-waitunlocked
loopd: wait for lnd to be unlocked on startup
3 years ago
carla bd57c2cc20
release_notes: add wait for unlock to release notes 3 years ago
Oliver Gugger 0a38ae4c71
release_notes: add note about compile time compat 3 years ago
Alex Bosworth c13001737a
version: bump to 0.11.2-beta 3 years ago
carla f8664c511a
release_notes: add autoloop release notes 3 years ago
Alex Bosworth 83d1ea3828
version: bump to 0.11.1-beta 3 years ago
Oliver Gugger e91d632dcb
release_notes: mention initiator field 4 years ago
Alex Bosworth a944834a5e
version: bump to 0.11.0-beta 4 years ago
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.
4 years ago
carla 6f8f6899a3
release_notes: move autoloop into next release
Merged in the wrong place
4 years ago
Oliver Gugger 6e71185a9b
release_notes: add labels 4 years ago
Carla Kirk-Cohen afc41adab0
Merge pull request #295 from carlaKC/205-autoout
liquidity: add budget-limited autoloop
4 years ago
Alex Bosworth 24523b569f
Merge pull request #302 from alexbosworth/v0.10.0-beta
version: bump to 0.10.0-beta
4 years ago
Oliver Gugger 45ee44d8eb
release_notes: mention user agent string 4 years ago
carla 24fb50a1dd
release_notes: add autolooper to new features 4 years ago
Alex Bosworth d72b8edef6
version: bump to 0.10.0-beta 4 years ago
carla 14ccdc9b61
release_notes: add swap suggestions updates to release notes 4 years ago
Joost Jager c8666caf20
loopin: mpp pre-swap probe 4 years ago
Oliver Gugger b93b800986
release_notes: add macaroons 4 years ago
carla da6bcce297
mutli: add release notes file to track in-repo 4 years ago