graph/db: implement ForEachNodeChannel

Which lets us then run `TestIncompleteChannelPolicies` and
`BenchmarkForEachChannel` against our SQL backends.
This commit is contained in:
Elle Mouton
2025-06-11 16:27:09 +02:00
parent 0607982886
commit ece157b40b
3 changed files with 38 additions and 2 deletions

View File

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