You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/liquidity
carla 7e9034b2ff
liquidity: return OutRequest from swap suggestions and set fees
This commit updates swap suggestions to return loop out requests with
sufficient fields populated so that a loop out can directly be
dispatched from a suggestion. This requires setting of fees an min
sweep conf targets (our htlc conf target and addresss will be set by
the daemon's client rpc server if we do not provide them). We also do
some test refactoring so that we can more easily test the suggest swaps
endpoint.
4 years ago
..
balances.go liquidity: add swap suggestions endpoint to manager 4 years ago
liquidity.go liquidity: return OutRequest from swap suggestions and set fees 4 years ago
liquidity_test.go liquidity: return OutRequest from swap suggestions and set fees 4 years ago
restrictions.go liquidity: add manager with updatable parameters 4 years ago
suggestions.go liquidity: add swap suggestions for threshold rule for loop out 4 years ago
threshold_rule.go liquidity: add swap suggestions for threshold rule for loop out 4 years ago
threshold_rule_test.go liquidity: add swap suggestions for threshold rule for loop out 4 years ago