mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Added option WithSkippedTxns, which has one historical problematic tx by default. Sweeps originating from these transactions are omitted when reading from DB. loopdb: add column sweep_batches.cancelled and replaced DropBatch with CancelBatch. It is needed, because sweep.batch_id is a foreign key to batch. Changed StoreMock.InsertSweepBatch not to reuse batch_id. This is needed by the test, which checks that new batch has fresh ID. |
||
|---|---|---|
| .. | ||
| 000001_swap.down.sql | ||
| 000001_swap.up.sql | ||
| 000002_liquidity_params.down.sql | ||
| 000002_liquidity_params.up.sql | ||
| 000003_reservations.down.sql | ||
| 000003_reservations.up.sql | ||
| 000004_is_wallet_addr.down.sql | ||
| 000004_is_wallet_addr.up.sql | ||
| 000005_sweep_batcher.down.sql | ||
| 000005_sweep_batcher.up.sql | ||
| 000006_instantout.down.sql | ||
| 000006_instantout.up.sql | ||
| 000007_payment_timeout.down.sql | ||
| 000007_payment_timeout.up.sql | ||
| 000008_migration_tracker.down.sql | ||
| 000008_migration_tracker.up.sql | ||
| 000009_static_address.down.sql | ||
| 000009_static_address.up.sql | ||
| 000010_static_address_deposits.down.sql | ||
| 000010_static_address_deposits.up.sql | ||
| 000011_static_address_loop_in.down.sql | ||
| 000011_static_address_loop_in.up.sql | ||
| 000012_loop_out_asset_params.down.sql | ||
| 000012_loop_out_asset_params.up.sql | ||
| 000013_batcher_key_outpoint.down.sql | ||
| 000013_batcher_key_outpoint.up.sql | ||
| 000014_reservation_protocol_version.down.sql | ||
| 000014_reservation_protocol_version.up.sql | ||
| 000015_static_address_withdrawals.down.sql | ||
| 000015_static_address_withdrawals.up.sql | ||
| 000016_batch_cancelled.down.sql | ||
| 000016_batch_cancelled.up.sql | ||