loop/loopdb/sqlc
Boris Nagaev 8ac8e3801c
staticaddr: model pending withdrawals
Represent withdrawal txids as optional in the domain model and keep
pending withdrawals visible through GetAllWithdrawals.

Pending rows now surface nil and zero values in Go and empty and zero
defaults over RPC, while malformed non-NULL txids still fail loudly.

Also sync godoc's with how it actually behaves: returns pending withdraws
in addition to finalized ones.
2026-04-07 01:47:31 -05:00
..
migrations staticaddr: model pending withdrawals 2026-04-07 01:47:31 -05:00
queries loopdb: staticaddr fast flag migration and queries 2025-10-07 08:53:36 +02:00
batch.sql.go loopdb: remove unused method ConfirmBatch 2025-06-26 14:01:16 -03:00
db.go loopdb: bump sqlc to 1.25.0 2024-03-20 13:57:11 +01:00
instantout.sql.go sqlc: remove trailing spaces in queries 2024-05-31 12:28:02 -03:00
liquidity_params.sql.go loopdb: bump sqlc to 1.25.0 2024-03-20 13:57:11 +01:00
migration_tracker.sql.go loopdb: add ability to track manual migrations 2024-06-03 14:54:18 +02:00
models.go loopdb: staticaddr fast flag migration and queries 2025-10-07 08:53:36 +02:00
querier.go staticaddr: selected swap amount migration 2025-09-25 11:13:35 +02:00
reservations.sql.go reservation: add protocol version 2025-04-30 14:23:47 +02:00
static_address_deposits.sql.go staticaddr: migrate swap hashes to deposits 2025-08-01 11:26:32 +02:00
static_address_loopin.sql.go loopdb: staticaddr fast flag migration and queries 2025-10-07 08:53:36 +02:00
static_address_withdrawals.sql.go loopdb: withdrawal table and queries 2025-06-03 12:57:10 +02:00
static_addresses.sql.go staticaddr: add initiation height of address 2024-12-12 18:31:10 +01:00
swaps.sql.go loopdb: add asset params to store 2025-01-21 18:26:20 +01:00