loop/staticaddr
Slyghtning 6d70f0fe47
staticaddr/deposit: async finalization cleanup
FinalizeDepositAction only needs to tell the manager to remove the FSM from its
active set, but the old synchronous send was still tied to the caller context
and could race with request cancellation or a busy manager loop.

Send the cleanup notification asynchronously and tie it to the FSM lifetime
instead. Withdrawal completion no longer blocks while deposit locks are held
just because the original request context was canceled.
2026-06-01 10:46:51 +02:00
..
address Merge pull request #1133 from 0xfandom/refactor/1056-move-parameters-to-script 2026-05-20 22:02:57 +02:00
deposit staticaddr/deposit: async finalization cleanup 2026-06-01 10:46:51 +02:00
loopin staticaddr/loopin: cancel orphan invoice when init fails early 2026-06-01 10:46:51 +02:00
openchannel staticaddr: apply confirmation policy by flow 2026-06-01 10:46:50 +02:00
script staticaddr: fix timeout comment typo 2026-05-27 11:49:49 +02:00
staticutil staticaddr: move address.Parameters to script package 2026-05-01 15:54:37 +05:30
version multi: do not rename swapserverrpc to looprpc 2024-09-10 09:54:17 -03:00
withdraw staticaddr: apply confirmation policy by flow 2026-06-01 10:46:50 +02:00
log.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00