loop/sweepbatcher
Boris Nagaev c80ebb96e9
sweepbatcher: allow swap_hash to be non-unique
SwapHash used to be a key in the sweeps table. Now the key is outpoint which
replaces columns outpoint_txid and outpoint_index. In-memory structures and unit
tests were also updated to use outpoint as key. Outpoint is truly unique.
2025-04-01 11:11:44 -03:00
..
greedy_batch_selection.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
greedy_batch_selection_test.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
store.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
store_mock.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
sweep_batch.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
sweep_batcher.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00
sweep_batcher_test.go sweepbatcher: allow swap_hash to be non-unique 2025-04-01 11:11:44 -03:00