loop/liquidity
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.
2023-06-02 14:08:10 +03:00
..
autoloop_test.go liquidity: bump miner multiplier in autoloop-in test 2023-06-02 14:08:10 +03:00
autoloop_testcontext_test.go liquidity: add easy autoloop test 2023-05-22 15:48:38 +03:00
balances.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
fees.go liquidity: differentiate autoloop expected vs max miner fees 2023-05-12 14:21:39 +03:00
interface.go liquidity: get autoloop flag directly from params 2023-05-29 13:24:16 +03:00
liquidity.go liquidity: get autoloop flag directly from params 2023-05-29 13:24:16 +03:00
liquidity_test.go liquidity: get autoloop flag directly from params 2023-05-29 13:24:16 +03:00
log.go liquidity: make swap suggestions aware of ongoing swaps 2020-09-30 12:46:32 +02:00
loopin.go build: fixup new linter issues 2023-03-29 15:56:40 +02:00
loopin_builder.go liquidity: get autoloop flag directly from params 2023-05-29 13:24:16 +03:00
loopin_builder_test.go liquidity: get autoloop flag directly from params 2023-05-29 13:24:16 +03:00
loopout.go liquidity: exclude prepay from total swap fees 2023-04-12 19:02:13 +03:00
loopout_builder.go liquidity: get autoloop flag directly from params 2023-05-29 13:24:16 +03:00
mock.go multi: add loop in swap builder implementation 2021-12-15 09:01:20 +02:00
parameters.go liquidity+loopd: add easy autoloop 2023-05-22 15:48:38 +03:00
parameters_test.go liquidity: move parameters into a new file 2022-06-07 19:19:52 +08:00
reasons.go multi: add loop in swap builder implementation 2021-12-15 09:01:20 +02:00
restrictions.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00
threshold_rule.go multi: fix linter issues 2022-05-20 10:16:46 +02:00
threshold_rule_test.go multi: bump btcec/v2 and btcutil to new versions 2022-03-25 11:00:16 +01:00