lnd/funding
Elle Mouton 9b877b94c3
multi: use the "errors" package everywhere
Replace all usages of the "github.com/go-errors/errors" and
"github.com/pkg/errors" packages with the standard lib's "errors"
package. This ensures that error wrapping and `errors.Is` checks will
work as expected.
2025-07-01 20:08:12 +02:00
..
aux_funding.go multi: update to fn v2 2024-12-04 13:19:00 -07:00
batch_test.go multi: use btcd's btcec/v2 and btcutil modules 2022-03-09 19:02:37 +01:00
batch.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
commitment_type_negotiation_test.go multi: rename nolint:lll to nolint:ll 2024-12-02 09:14:21 +02:00
commitment_type_negotiation.go funding: add chan type awareness for new taproot chans overlay 2024-10-02 18:10:07 -07:00
config_integration.go funding: rename FundingLocked related functions and variables 2023-03-17 18:21:58 +08:00
interfaces.go multi: refresh htlcswitch aliases on aliasmgr update 2024-09-05 08:44:32 +02:00
log.go multi: start updating various loggers to use the new v2 type 2024-10-22 17:03:55 +02:00
manager_test.go funding+lnd: make sure accessman won't interrupt funding flow 2025-06-20 15:50:45 -07:00
manager.go multi: use the "errors" package everywhere 2025-07-01 20:08:12 +02:00