mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 06:35:07 +01:00
docs: add release notes
This commit is contained in:
parent
32ea77b96b
commit
b994b6f9e0
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,10 @@
|
||||||
estimator used(for instance `bitcoind`), and this value is a cap on the max
|
estimator used(for instance `bitcoind`), and this value is a cap on the max
|
||||||
allowed value. So it's expected that this cap is rarely hit unless there's
|
allowed value. So it's expected that this cap is rarely hit unless there's
|
||||||
mempool congestion.
|
mempool congestion.
|
||||||
|
* Support for [pathfinding]((https://github.com/lightningnetwork/lnd/pull/7267)
|
||||||
|
and payment to blinded paths has been added via the `QueryRoutes` (and
|
||||||
|
SendToRouteV2) APIs. This functionality is surfaced in `lncli queryroutes`
|
||||||
|
where the required flags are tagged with `(blinded paths)`.
|
||||||
|
|
||||||
## RPC Additions
|
## RPC Additions
|
||||||
## lncli Additions
|
## lncli Additions
|
||||||
|
@ -65,5 +69,6 @@
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
||||||
|
* Carla Kirk-Cohen
|
||||||
* Elle Mouton
|
* Elle Mouton
|
||||||
* Yong Yu
|
* Yong Yu
|
||||||
|
|
Loading…
Add table
Reference in a new issue