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. |
||
|---|---|---|
| .. | ||
| batch.sql | ||
| instantout.sql | ||
| liquidity_params.sql | ||
| migration_tracker.sql | ||
| reservations.sql | ||
| static_address_deposits.sql | ||
| static_address_loopin.sql | ||
| static_address_withdrawals.sql | ||
| static_addresses.sql | ||
| swaps.sql | ||