Commit Graph

11 Commits (88c7194e2e2cbfef8e465a1590124119d99d23bb)

Author SHA1 Message Date
András Bánki-Horváth 55241ffe04
Merge pull request #764 from bhandras/costs-cleanup-migration
loop: add migration to fix stored loop out costs
4 months ago
Andras Banki-Horvath c650cdc8a8
loopdb: add ability to track manual migrations 4 months ago
Andras Banki-Horvath 4f5c806ba5
loopdb: add helper methods to update swap costs
This commit adds the necessary sqlc code and SwapStore function to
update swap costs for all swaps in one transaction.
4 months ago
Boris Nagaev 7a7ea05e52
sweepbatcher/Store: do not provide LoopOut field
This data is not used by Batcher since commit
"sweepbatcher: load swap from loopdb, not own store".

Now sweepbatcher.Store depends only on tables sweeps and sweep_batches
and does not depend on swaps, loopout_swaps and htlc_keys, making it
easier to reuse.
4 months ago
Andras Banki-Horvath 939c9b4ccf
loopdb+sweepbatcher: add the DropBatch call 4 months ago
Andras Banki-Horvath fb0c7f504e
loopdb: bump sqlc to 1.25.0 6 months ago
Andras Banki-Horvath b4ebb19a77
loopdb+sweepbatcher: add GetParentBatch and TotalSwept calls 7 months ago
sputn1ck ee0309f942
instantout: add instantout store 8 months ago
George Tsagkarelis 99608ad515
loopdb+sweepbatcher: add sweepbatcher store 8 months ago
sputn1ck a29f7e4a6b
loopdb: add reservation sqlc code 9 months ago
sputn1ck 206e463db7
loopdb: generate sqlc files 1 year ago