lightning-terminal/accounts
Viktor Torstensson ff0eaa9774
sqlc: remove UpdateAccountAliasForTests query
As no code path uses the sqlc.UpdateAccountAliasForTests query, now that
migrations tests have been updated to use the sqlcmig6 version, we can
remove the query from the sqlc package. As this query is only intended
to be used for testing, it is beneficial to not expose it to the rest of
the codebase to avoid accidental usage in the future.
2026-05-14 11:38:18 +02:00
..
checkers.go multi: reformat long lines for readability 2025-12-09 16:12:03 +00:00
checkers_test.go multi: reformat long lines for readability 2025-12-09 16:12:03 +00:00
context.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
errors.go accounts: use UpsertAccountPayment in removePayment 2025-01-21 12:20:33 +02:00
interceptor.go accounts: remove accountFromMacaroon helper 2025-05-21 14:14:12 +02:00
interceptor_test.go accounts: add an IDFromCaveates helper 2025-03-04 13:43:13 +02:00
interface.go accounts, litcli: address description for the command update and the space removal 2026-05-05 13:39:14 -05:00
log.go multi: update LND and friends 2025-03-26 09:20:52 -05:00
rpcserver.go accounts: implement account rename support in stores 2026-05-05 13:39:14 -05:00
service.go accounts: implement account rename support in stores 2026-05-05 13:39:14 -05:00
service_test.go build: bump lnd, lndclient, tapd, loop 2025-10-15 11:07:21 +02:00
sql_migration.go accounts: use sqlcmig6 for kvdb to sql migration 2026-05-14 11:38:04 +02:00
sql_migration_test.go accounts: use sqlcmig6 for kvdb to sql migration 2026-05-14 11:38:04 +02:00
store_kvdb.go accounts: implement account rename support in stores 2026-05-05 13:39:14 -05:00
store_sql.go sqlc: remove UpdateAccountAliasForTests query 2026-05-14 11:38:18 +02:00
store_test.go accounts: implement account rename support in stores 2026-05-05 13:39:14 -05:00
test_kvdb.go accounts: update NewTestDB func to return Store 2025-05-02 15:44:50 +07:00
test_postgres.go mutli: rename db.NewTestPostgresV2DB function 2026-05-14 11:37:54 +02:00
test_sql.go multi: use sqldb/v2 in accounts package 2026-05-14 11:37:41 +02:00
test_sqlite.go multi: use sqldb/v2 in accounts package 2026-05-14 11:37:41 +02:00
tlv.go multi: reformat long lines for readability 2025-12-09 16:12:03 +00:00