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 00c2d4e5f0
liquidity: generalize threshold rule variable names
The current wording in this function is very specific to loop out.
In this commit, we refactor to use `target` and `reserve` rather
than inbound and outbound so that it can be used more generically.
2 years ago
..
autoloop_test.go liquidity: move fees behind interface 3 years ago
autoloop_testcontext_test.go liquidity: move fees behind interface 3 years ago
balances.go liquidity: add peer-level liquidity rules to allow aggregate management 3 years ago
fees.go liquidity: update default fee setting to flat percentage 3 years ago
interface.go liquidity: add swap builder interface 3 years ago
liquidity.go multi: bump lndclient to v0.12.0-13 3 years ago
liquidity_test.go liquidity: add peers to swap interface and include in set reason 3 years ago
log.go liquidity: make swap suggestions aware of ongoing swaps 4 years ago
loopout.go liquidity: move loopout swap suggestion out of interface file 3 years ago
loopout_builder.go liquidity: add swap builder interface 3 years ago
reasons.go multi: add flat fee percentage to autoloop 3 years ago
restrictions.go liquidity: add manager with updatable parameters 4 years ago
threshold_rule.go liquidity: generalize threshold rule variable names 2 years ago
threshold_rule_test.go liquidity: generalize threshold rule variable names 2 years ago