loop/staticaddr
Slyghtning 3a1429a6a0
staticaddr: apply confirmation policy by flow
Allow static loop-ins to select unconfirmed deposits because their CSV timeout
has not started yet, while still preferring confirmed outputs during automatic
selection.

Keep confirmed-input requirements for channel opens and withdrawals now that
Deposited includes mempool outputs. Filter unconfirmed deposits out of automatic
selection for those flows and fail manual requests that reference them, so the
client does not build PSBTs or withdrawal attempts with unusable inputs.

Treat deposit.MinConfs as the legacy readiness threshold rather than the single
source of truth for all flows. Loop-in readiness is now governed by server
confirmation-risk policy, while withdrawals and channel opens keep their
confirmed-input checks.
2026-05-22 11:22:41 +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: apply confirmation policy by flow 2026-05-22 11:22:41 +02:00
loopin staticaddr: apply confirmation policy by flow 2026-05-22 11:22:41 +02:00
openchannel staticaddr: apply confirmation policy by flow 2026-05-22 11:22:41 +02:00
script staticaddr: move address.Parameters to script package 2026-05-01 15:54:37 +05:30
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-05-22 11:22:41 +02:00
log.go staticaddr: open channel manager 2026-02-26 20:57:26 +01:00