Commit Graph

24 Commits (6ac6ee0549db5b45714950309a727bcfcd660316)

Author SHA1 Message Date
George Tsagkarelis a9be69b281
multi: use isExternalAddr flag 4 months ago
András Bánki-Horváth 7dd30a731e
Merge pull request #644 from bhandras/easy-autoloop-destaddr-fixup
liquidity: dest address support for easy autloop
7 months ago
Andras Banki-Horvath 87c8ca0d8b
liquidity: dest address support for easy autloop 7 months ago
Oliver Gugger 08026dab93
multi: update linter, fix issues 7 months ago
George Tsagkarelis dbb49cfa05
liquidity: test low feeppm case for easyautoloop 11 months ago
George Tsagkarelis dcc28936ce
liquidity: bump miner multiplier in autoloop-in test
After the FeePPM miner fee fix there has probably been a race condition
in this test. The test would expect only one of the two quotes to work,
as one had a marginally high miner fee. After the FeePPM fix that miner
fee was considered valid and we dispatched two swaps instead of one,
with the test setup examining the first one that reached the go channel.
11 months ago
George Tsagkarelis 9a9766775a
liquidity: add easy autoloop test 12 months ago
George Tsagkarelis aca6428b0e
liquidity+loopd: move last budget refresh to parameters 1 year ago
George Tsagkarelis c17e5a6fc6
liquidity: fix tests for autoloop sticky loop out 1 year ago
George Tsagkarelis 3b896babc6
liquidity: add test for recurring budget 1 year ago
George Tsagkarelis 5d6be011f9
liquidity: tweak autoloop tests for recurring budget 1 year ago
George Tsagkarelis a14f6e8bd6
liquidity: add autoloop test for outaddr 1 year ago
Harsha Goli 7a16e3b25d
multi: bump btcec/v2 and btcutil to new versions 2 years ago
carla 66d16f52a7
liquidity/test: add autoloop in tests 2 years ago
carla 5280721636
multi: add ability to autoloop in 2 years ago
carla 5e47a0c6e9
multi: add loop in swap builder implementation 2 years ago
carla 25b8d20f75
liquidity: add type to rules
In preparation for adding loop in swaps, we relate liquidity rules
to a specific type of swap that we want to dispatch. This allows us
to use a single rule format for multiple swap types.
2 years ago
carla c778124718
liquidity: move fees behind interface 3 years ago
carla 3f46ae514b
liquidity: add peer-level liquidity rules to allow aggregate management
We add 'peer-level' rules to allow assessment of liquidity on a per-peer
level, rather than on an individual channel basis. No overlap is allowed
with the existing set of channel rules because this could lead to
contradictory rules.
3 years ago
carla 69724757ce
multi: update autoloop labels to support both swap types 3 years ago
carla a168ba3400
liquidity: rename auto out boolean to autoloop 3 years ago
carla 3f0fc14c34
liquidity: allow custom autoloop swap sizes within the server's limits 3 years ago
Oliver Gugger 481839b0fb
liquidity: add initiator to swap requests 4 years ago
carla 8166d936e1
multi: add opt-in automated swap dispatch to liquidity manager 4 years ago