lightning-terminal/accounts
Oliver Gugger 9370c91286
accounts: split mocks
This is a preparation for bumping the lndclient dependency.
Because each lndclient service mock now needs to implement the
RawClientWithMacAuth method but with a different type, we can't
implement two lndclient service mocks within a single struct, as
that would require us to have two methods with the same name but
different types.
So we split the lnd and rounter mocks into two separate structs.
2024-10-30 09:37:20 +01:00
..
checkers.go accounts: start logging errored request info 2024-06-06 12:43:56 -04:00
checkers_test.go accounts: split mocks 2024-10-30 09:37:20 +01:00
context.go accounts: start logging useful info from payment request handlers 2024-06-06 12:43:56 -04:00
interceptor.go accounts+mid: support for error handlers in accounts 2024-06-06 12:43:56 -04:00
interface.go accounts+mid: support for error handlers in accounts 2024-06-06 12:43:56 -04:00
log.go accounts: start logging useful info from payment request handlers 2024-06-06 12:43:56 -04:00
rpcserver.go multi: add accounts service to status manager 2023-09-28 13:09:33 +02:00
service.go accounts: remove uninitiated payments 2024-06-06 12:48:51 -04:00
service_test.go accounts: split mocks 2024-10-30 09:37:20 +01:00
store.go accounts + main: allow new accounts with 0 balance 2024-02-01 11:22:08 +02:00
store_test.go accounts + main: allow new accounts with 0 balance 2024-02-01 11:22:08 +02:00
tlv.go accounts+itest: fix linter and code style issues 2023-07-26 18:37:49 +02:00