Merge pull request #5515 from bhandras/mc_store_optimization

routing: store missioncontrol state in blocks and eliminate cursor use
This commit is contained in:
András Bánki-Horváth
2021-07-26 23:36:51 +02:00
committed by GitHub
9 changed files with 222 additions and 61 deletions

View File

@@ -48,6 +48,11 @@ addholdinvoice call](https://github.com/lightningnetwork/lnd/pull/5533).
[Optimized payment sequence generation](https://github.com/lightningnetwork/lnd/pull/5514/)
to make LNDs payment throughput (and latency) with better when using etcd.
## Performance improvements
* [Update MC store in blocks](https://github.com/lightningnetwork/lnd/pull/5515)
to make payment throughput better when using etcd.
# Contributors (Alphabetical Order)
* ErikEk
* Zero-1729