mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
docs: update release-notes
This commit is contained in:
parent
bfea6e5907
commit
f54ef61f9d
1 changed files with 13 additions and 0 deletions
|
@ -67,6 +67,19 @@
|
||||||
* [Golang was updated to
|
* [Golang was updated to
|
||||||
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
|
`v1.22.11`](https://github.com/lightningnetwork/lnd/pull/9462).
|
||||||
|
|
||||||
|
* [Improved user experience](https://github.com/lightningnetwork/lnd/pull/9454)
|
||||||
|
by returning a custom error code when HTLC carries incorrect custom records.
|
||||||
|
|
||||||
|
* [Make input validation stricter](https://github.com/lightningnetwork/lnd/pull/9470)
|
||||||
|
when using the `BumpFee`, `BumpCloseFee(deprecated)` and `BumpForceCloseFee`
|
||||||
|
RPCs. For the `BumpFee` RPC the new param `deadline_delta` is introduced. For
|
||||||
|
the `BumpForceCloseFee` RPC the param `conf_target` was added. The conf_target
|
||||||
|
changed in its meaning for all the RPCs which had it before. Now it is used
|
||||||
|
for estimating the starting fee rate instead of being treated as the deadline,
|
||||||
|
and it cannot be set together with `StartingFeeRate`. Moreover if the user now
|
||||||
|
specifies the `deadline_delta` param, the budget value has to be set as well.
|
||||||
|
|
||||||
|
|
||||||
## Tooling and Documentation
|
## Tooling and Documentation
|
||||||
|
|
||||||
# Contributors (Alphabetical Order)
|
# Contributors (Alphabetical Order)
|
||||||
|
|
Loading…
Add table
Reference in a new issue