loop/staticaddr/deposit
Slyghtning dbac12ed78
deposit: add OnExpiry self-transitions to OpeningChannel and ChannelPublished
Both OpeningChannel and ChannelPublished lacked OnExpiry transitions.
handleBlockNotification fires OnExpiry on every new block once the
deposit is expired, regardless of the current state. Since both states
use NoOpAction or FinalizeDepositAction which release the FSM mutex
briefly, an OnExpiry SendEvent can sneak in. Add self-transitions so
the event is safely absorbed.
2026-02-26 20:57:27 +01:00
..
actions.go multi: factor out sweep fee clamping function 2026-01-15 03:06:22 -05:00
deposit.go staticaddr: channel open states for deposit and fsm 2026-02-26 20:57:26 +01:00
fsm.go deposit: add OnExpiry self-transitions to OpeningChannel and ChannelPublished 2026-02-26 20:57:27 +01:00
interface.go staticaddr: method to fetch deposits by outpoints 2025-07-29 15:52:54 +02:00
log.go multi: update lnd compile-time dependency to v0.19.0 2025-03-10 22:59:49 +01:00
manager.go staticaddr: replace block-based deposit detection with polling 2026-02-26 20:57:26 +01:00
manager_test.go staticutil: refactor methods into utils 2025-12-09 12:21:51 +01:00
sql_store.go staticaddr: ignoreUnknown flag for DepositsForOutpoints 2025-09-26 12:03:48 +02:00
sql_store_test.go staticaddr: show deposits as part of cli swap output 2025-08-20 17:07:29 +02:00