loop/sweepbatcher
Boris Nagaev 22d345a534
sweepbatcher: fix flaky test
Since bb837a4aec AddSweep loads sweeps so
one of possible errors is sql.ErrTxDone. Full error that is fixed:
> fetchSweeps failed: failed to load sweep 0000000000000000000101:1:
> failed to fetch sweep data for 010101000000:
> failed to fetch loop out for 010101000000:
> sql: transaction has already been committed or rolled back
2025-07-24 02:19:25 -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: check of conf notification has tx 2025-06-26 14:01:16 -03:00
sweep_batch_test.go sweepbatcher: fix rounding in constructUnsignedTx 2025-05-08 17:24:10 -03:00
sweep_batcher.go loopdb: remove unused method ConfirmBatch 2025-06-26 14:01:16 -03:00
sweep_batcher_presigned_test.go sweepbatcher: remove method Presign 2025-06-26 14:01:16 -03:00
sweep_batcher_test.go sweepbatcher: fix flaky test 2025-07-24 02:19:25 -03:00