loop/sweepbatcher
Boris Nagaev c70257a4a5
sweepbatcher: notify caller about confirmations
Add fields ConfChan and ConfErrChan to SpendNotifier type which is a part of
SweepRequest passed to AddSweep method.

This is needed to reuse confirmation notifications on the calling side the same
way it is done for spending notifications.
2025-06-12 12:32:09 -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: add mode with presigned transactions 2025-05-08 17:24:10 -03:00
presigned_test.go sweepbatcher: add mode with presigned transactions 2025-05-08 17:24:10 -03:00
store.go sweepbatcher: align dbBatch type with DB schema 2025-06-12 12:32:09 -03:00
store_mock.go sweepbatcher: align dbBatch type with DB schema 2025-06-12 12:32:09 -03:00
sweep_batch.go sweepbatcher: notify caller about confirmations 2025-06-12 12:32:09 -03:00
sweep_batch_test.go sweepbatcher: fix rounding in constructUnsignedTx 2025-05-08 17:24:10 -03:00
sweep_batcher.go sweepbatcher: notify caller about confirmations 2025-06-12 12:32:09 -03:00
sweep_batcher_presigned_test.go sweepbatcher: add mode with presigned transactions 2025-05-08 17:24:10 -03:00
sweep_batcher_test.go sweepbatcher: notify caller about confirmations 2025-06-12 12:32:09 -03:00