graph/db+sqldb: implement DeleteChannelEdges

This lets us run TestGraphZombieIndex against the SQL backends.
This commit is contained in:
Elle Mouton
2025-06-11 17:10:12 +02:00
parent 00b6e0204c
commit 2a6e6683eb
6 changed files with 326 additions and 1 deletions

View File

@@ -86,6 +86,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
* [4](https://github.com/lightningnetwork/lnd/pull/9931)
* [5](https://github.com/lightningnetwork/lnd/pull/9935)
* [6](https://github.com/lightningnetwork/lnd/pull/9936)
* [7](https://github.com/lightningnetwork/lnd/pull/9937)
## RPC Updates