mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-22 15:57:49 +02:00
docs: add release notes
Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
This commit is contained in:
@@ -56,6 +56,14 @@ reflect their state on the channel commitment without having to send or receive
|
|||||||
a certain amount of msats.
|
a certain amount of msats.
|
||||||
|
|
||||||
## Functional Enhancements
|
## Functional Enhancements
|
||||||
|
* [Add](https://github.com/lightningnetwork/lnd/pull/9677)
|
||||||
|
`ConfirmationsUntilActive` and `ConfirmationHeight` field to the
|
||||||
|
`PendingChannelsResponse_PendingChannel` message, providing users with the
|
||||||
|
number of confirmations remaining before a pending channel becomes active and
|
||||||
|
the block height at which the funding transaction was first confirmed.
|
||||||
|
This change also persists the channel's confirmation height in the database
|
||||||
|
once its funding transaction receives one confirmation, allowing tracking of
|
||||||
|
confirmation progress before the channel becomes active.
|
||||||
|
|
||||||
* RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now
|
* RPCs `walletrpc.EstimateFee` and `walletrpc.FundPsbt` now
|
||||||
[allow](https://github.com/lightningnetwork/lnd/pull/10087)
|
[allow](https://github.com/lightningnetwork/lnd/pull/10087)
|
||||||
|
Reference in New Issue
Block a user