loop/sweepbatcher
Boris Nagaev 8431784338
sweepbatcher: update feerate outside AddSweep
AddSweep may not be called after getting the first confirmation, but feerate
updates are still needed in case of reorg.

Update test TestFeeRateGrows not to call AddSweep again and make sure feerate
is updated itself.
2025-07-24 02:22:06 -03:00
..
greedy_batch_selection.go sweepbatcher: allow adding groups of inputs 2025-04-03 09:49:46 -03:00
greedy_batch_selection_test.go sweepbatcher: allow adding groups of inputs 2025-04-03 09:49:46 -03:00
log.go sweepbatcher: add mode with presigned transactions 2025-05-08 17:24:10 -03:00
presigned.go sweepbatcher: fix a bug in dest address selection 2025-06-26 14:01:16 -03:00
presigned_test.go sweepbatcher: remove method Presign 2025-06-26 14:01:16 -03:00
store.go loopdb: remove unused method ConfirmBatch 2025-06-26 14:01:16 -03:00
store_mock.go loopdb: remove unused method ConfirmBatch 2025-06-26 14:01:16 -03:00
sweep_batch.go sweepbatcher: update feerate outside AddSweep 2025-07-24 02:22:06 -03:00
sweep_batch_test.go sweepbatcher: fix rounding in constructUnsignedTx 2025-05-08 17:24:10 -03:00
sweep_batcher.go sweepbatcher: update feerate outside AddSweep 2025-07-24 02:22:06 -03:00
sweep_batcher_presigned_test.go sweepbatcher: remove method Presign 2025-06-26 14:01:16 -03:00
sweep_batcher_test.go sweepbatcher: update feerate outside AddSweep 2025-07-24 02:22:06 -03:00