lnd/funding
ziggie 03daaad4fc
funding: use channel state open channel
Update the funding manager callback and helper signatures to depend on
the chanstate OpenChannel type instead of the channeldb alias.

The funding manager already receives channel persistence through the
chanstate Store interface, so this keeps its open-channel boundary
aligned with the backend-independent package.
2026-07-07 07:18:58 -03:00
..
aux_funding.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
batch.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
batch_test.go multi: upgrade to btcd v2 modules 2026-06-24 10:58:36 -07:00
commitment_type_negotiation.go funding: require explicit taproot channel negotiation 2026-05-20 22:22:38 -07:00
commitment_type_negotiation_test.go lint: remove redundant loop var copies in test files 2026-06-03 15:32:45 -03:00
config_integration.go funding: rename FundingLocked related functions and variables 2023-03-17 18:21:58 +08:00
interfaces.go multi: add base lookup option to AddLocalAlias 2025-09-25 11:15:27 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
manager.go funding: use channel state open channel 2026-07-07 07:18:58 -03:00
manager_test.go funding: use channel state open channel 2026-07-07 07:18:58 -03:00