mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-20 13:27:50 +02:00
Final deposit states should not stall while deposit locks are held, because a blocked manager receive loop can otherwise hold up the deposit FSM; if shutdown happens before notification delivery, startup recovery can still resume from the final state. Send finalization notifications from a goroutine so final states are recorded without waiting on the manager receive loop, and add tests for blocked manager delivery and shutdown races. |
||
|---|---|---|
| .. | ||
| actions.go | ||
| actions_test.go | ||
| deposit.go | ||
| fsm.go | ||
| interface.go | ||
| log.go | ||
| manager.go | ||
| manager_test.go | ||
| sql_store.go | ||
| sql_store_test.go | ||