Slyghtning
58fbe2230e
staticaddr/deposit: guard confirmation height access
...
Document deposit lock ownership for mutable confirmation state and
route production reads through deposit accessors.
Keep store persistence on no-lock helpers while callers hold the
deposit lock, preserving the existing transition behavior without
leaving direct field reads in user-facing paths.
2026-07-08 09:01:01 +02:00
Boris Nagaev
25056c6547
staticaddr: remove redundant pgx.ErrNoRows checks
...
pgx/v5 defines ErrNoRows as a wrapped sql.ErrNoRows, so this code covers both
of them: errors.Is(err, sql.ErrNoRows).
2026-03-04 18:33:40 -05:00
Slyghtning
55081cd8fe
staticaddr: ignoreUnknown flag for DepositsForOutpoints
2025-09-26 12:03:48 +02:00
Slyghtning
a41334dd3d
staticaddr: add swap hash to deposit structs
2025-08-20 16:58:20 +02:00
Slyghtning
d7ac3148c9
staticaddr: relax scope of ToDeposit
2025-08-01 11:26:33 +02:00
Slyghtning
e948c94b95
staticaddr: method to fetch deposits by outpoints
2025-07-29 15:52:54 +02:00
Slyghtning
c11e90138b
staticaddr: enable deposits for swaps
...
The static address state machine adds states
to reflect the state of a deposit during a
loop-in swap.
2024-12-12 18:31:06 +01:00
Slyghtning
1f2ec79fed
staticaddr: address and deposit adjustments for withdrawals
2024-12-12 18:31:04 +01:00
Slyghtning
70b21893e0
staticaddr: public deposit method scope
2024-12-12 18:31:04 +01:00
Slyghtning
042fe9f325
staticaddr: deposit manager and fsm
2024-12-12 18:31:03 +01:00
Slyghtning
52a11a0b1b
staticaddr: interfaces
2024-12-12 18:31:03 +01:00