lightning-terminal/perms
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
..
go.mod multi: bump lnd, lndclient, and taproot-assets dependencies 2026-06-08 13:18:37 -04:00
go.sum multi: bump lnd, lndclient, and taproot-assets dependencies 2026-06-08 13:18:37 -04:00
manager.go perms: hold the mutex for any public call 2024-10-14 15:48:17 +02:00
manager_test.go subservers: move permission logic 2023-05-01 00:37:58 -07:00
mock.go multi: remove legacy // +build tag Lines 2025-11-25 01:38:22 +01:00
mock_dev.go multi: remove legacy // +build tag Lines 2025-11-25 01:38:22 +01:00
permissions.go multi: add CreditAccount & DebitAccount endpoints 2025-03-31 02:18:56 +02:00