Commit Graph

662 Commits (7d5e1a91c1c66a9a48f765358c0d80b098e4c24c)
 

Author SHA1 Message Date
Alex Bosworth 7d5e1a91c1
Merge pull request #335 from lightninglabs/v0.11.3-beta
version: bump to 0.11.3-beta
3 years ago
Alex Bosworth ef28278d55
version: bump to 0.11.3-beta 3 years ago
Carla Kirk-Cohen fe42664e16
Merge pull request #332 from carlaKC/autoloop-1-disqualified
autoloop: add reasons to explain no action
3 years ago
carla cf50ffd43c
multi: add disqualified swaps to docs and release notes 3 years ago
carla 22bd4cabb4
looprpc: add disqualified channels to suggest swaps response 3 years ago
carla 7c4d71b175
liquidity: add reasons for autoloops not executing 3 years ago
carla b9b75c3c32
liquidity: refactor eligible channels logic to ineligible channels
This commit switches up our eligible channels logic to rather return
a struct containing information about our current swap traffic. This
change is made in preparation for returning reasons indicating why we
did not perform a swap for a specific channel - when we only return
eligible swaps, we lose the information about why all the excluded
channels weren't used.
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 67f417188d
Merge pull request #334 from guggero/single-macaroon
Support single macaroon for lnd
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
Oliver Gugger 6b8a12f709
docs: remove weird character in DOCKER.md 3 years ago
Carla Kirk-Cohen 9af61481ea
Merge pull request #331 from carlaKC/autoloop-0-refactoring
autoloop: refactoring to prepare for loopin
3 years ago
carla 68a5336362
liquidity: move logging out of suggest swaps function
This function is already quite long, and will be extended in
the commits to follow, so we move it to the calling function.
3 years ago
carla 476ae39ce9
multi: make server side restrictions function generic 3 years ago
carla 69724757ce
multi: update autoloop labels to support both swap types 3 years ago
carla 24aa429aa0
liquidity: rename ticker and default to autoloop 3 years ago
carla 71ace95ac8
loop: rename autoloop specific parameters 3 years ago
carla a168ba3400
liquidity: rename auto out boolean to autoloop 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
carla 3818e4576e
loopd: wait for lnd to be unlocked before starting 3 years ago
carla 6c2d88b3a5
multi: bump lndclient to version with wait for unlock 3 years ago
Oliver Gugger a673e0b478
Merge pull request #328 from lightninglabs/lnd-12
Bump lnd dependency to v0.12.0-beta.rc3
3 years ago
Oliver Gugger 0a38ae4c71
release_notes: add note about compile time compat 3 years ago
Oliver Gugger 1a57e03df4
loopd: pass macaroon root key ID in context 3 years ago
Oliver Gugger fb9034220c
mod: update lnd to v0.12.0 3 years ago
Alex Bosworth fbdda1e68e
Merge pull request #323 from alexbosworth/v0.11.2
version: bump to 0.11.2-beta
3 years ago
Alex Bosworth c13001737a
version: bump to 0.11.2-beta 3 years ago
Carla Kirk-Cohen ca3e700cc0
Merge pull request #321 from carlaKC/319-customautoloopsizelimits
liquidity: add custom swap amounts to autoloop
3 years ago
carla f8664c511a
release_notes: add autoloop release notes 3 years ago
carla bdff286fda
docs: add swap size to autoloop documentation 3 years ago
carla 87fd63713f
loop: add swap sizes to autoloop set params command 3 years ago
carla 74f2c96810
looprpc: add custom client sizes for autoloop 3 years ago
carla 3f0fc14c34
liquidity: allow custom autoloop swap sizes within the server's limits 3 years ago
Carla Kirk-Cohen 6a44f9d7a6
Merge pull request #320 from carlaKC/docs-autoloopfixups
docs: update autoloop fees to explain fee percentages properly
3 years ago
carla 4fb856afff
docs: update autoloop fees to explain fee percentages properly 3 years ago
Oliver Gugger 86fc1b9270
Merge pull request #318 from alexbosworth/v0.11.1-beta
version: bump to 0.11.1-beta
4 years ago
Alex Bosworth 83d1ea3828
version: bump to 0.11.1-beta 4 years ago
Oliver Gugger 6552bf4529
Merge pull request #316 from guggero/user-agent-initiator
Add initiator field to user agent string
4 years ago
Oliver Gugger e91d632dcb
release_notes: mention initiator field 4 years ago
Oliver Gugger fcdd5fe9f8
cmd/loop: add initiator to swap requests 4 years ago
Oliver Gugger 481839b0fb
liquidity: add initiator to swap requests 4 years ago
Oliver Gugger 8758d00862
loopd: add initiator to swap requests 4 years ago
Oliver Gugger 2a732a4385
loop: add initiator string to user agent 4 years ago
Oliver Gugger e6e533aeda
version: allow specifying the normalization alphabet 4 years ago
Oliver Gugger 58c1c25a8b
looprpc: add initiator field to swap requests 4 years ago
Oliver Gugger 785acf74ca
looprpc: unify formatting 4 years ago
Oliver Gugger 385fed89b5
make: fix commit ldflag 4 years ago
Oliver Gugger c6b3e21801
make: add rpc command 4 years ago