lightning-terminal/accounts
Calvin Zachman 862c1dba9d
multi: bump lnd, lndclient, and taproot-assets dependencies
Bumps lnd to v0.21.0-beta, lndclient to v0.21.0-1, and
taproot-assets to v0.8.0 across the root, litrpc, and perms
modules. taprpc uses the proper v1.1.0 tag.

lnd removed the deprecated SendPaymentSync, SendToRouteSync,
SendPayment (streaming), and SendToRoute (streaming) RPCs. The
account interceptor checkers and their tests for these RPCs are
removed since no client can call them anymore. The V2 checkers
already handle account tracking for payments.

The itest harness is updated for lnd v0.21's miner API changes
(SendOutputs -> SendOutput, Miner.Client.Generate -> GenerateBlocks,
waitForNTxsInMempool replaced by Miner.AssertNumTxsInMempool) and
TimeLockDelta bumped from 20 to 40 since lnd v0.21 raised
MinCLTVDelta from 18 to 24.
2026-06-08 13:18:37 -04:00
..
benchmark_test.go multi: rename MigrationStream names to MigrationSet 2026-05-14 11:39:09 +02:00
checkers.go multi: bump lnd, lndclient, and taproot-assets dependencies 2026-06-08 13:18:37 -04:00
checkers_test.go multi: bump lnd, lndclient, and taproot-assets dependencies 2026-06-08 13:18:37 -04: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: export kvdb DB 2026-05-14 11:38:32 +02:00
service_test.go accounts: export kvdb DB 2026-05-14 11:38:32 +02:00
sql_migration.go Merge pull request #1309 from ViktorT-11/2026-05-add-master-additions-to-migration-code 2026-05-19 17:28:45 -07:00
sql_migration_test.go accounts: export kvdb DB 2026-05-14 11:38:32 +02:00
store_kvdb.go multi: deprecate kvdb stores after SQL migration 2026-05-14 11:39:14 +02:00
store_kvdb_deprecation_test.go multi: deprecate kvdb stores after SQL migration 2026-05-14 11:39:14 +02:00
store_sql.go accounts+sqlc: improve ListAccounts for SQL store 2026-05-14 11:38:48 +02:00
store_test.go accounts: add TestAccountStoreAccountsGrouping 2026-05-14 11:38:52 +02:00
test_kvdb.go accounts: export kvdb DB 2026-05-14 11:38:32 +02: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: rename MigrationStream names to MigrationSet 2026-05-14 11:39:09 +02:00
tlv.go multi: reformat long lines for readability 2025-12-09 16:12:03 +00:00