loop/sweepbatcher
Boris Nagaev e7d5172a79
sweepbatcher: remove method Presign
Method Presign is not as reliable as SignTx, because it checks transaction by
txid and can miss for example if LockTime is different. SignTx can do everything
Presign was used for.
2025-06-26 14:01:16 -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: remove method Presign 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 sweepbatcher: re-add sweeps after fully confirmed 2025-06-26 13:36:55 -03:00
store_mock.go sweepbatcher: add an option to ignore HTLC txids 2025-06-17 14:47:49 -03:00
sweep_batch.go sweepbatcher: remove method Presign 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 sweepbatcher: remove method Presign 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: pass utxo to fee provider 2025-06-26 14:01:16 -03:00