File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 50
50
51
51
* [ Improved user experience] ( https://github.com/lightningnetwork/lnd/pull/9454 )
52
52
by returning a custom error code when HTLC carries incorrect custom records.
53
+
54
+ * [ Make input validation stricter] ( https://github.com/lightningnetwork/lnd/pull/9470 )
55
+ when using the ` BumpFee ` , ` BumpCloseFee(deprecated) ` and ` BumpForceCloseFee `
56
+ RPCs. For the ` BumpFee ` RPC the new param ` deadline_delta ` is introduced. For
57
+ the ` BumpForceCloseFee ` RPC the param ` conf_target ` was added. The conf_target
58
+ changed in its meaning for all the RPCs which had it before. Now it is used
59
+ for estimating the starting fee rate instead of being treated as the deadline,
60
+ and it cannot be set together with ` StartingFeeRate ` . Moreover if the user now
61
+ specifies the ` deadline_delta ` param, the budget value has to be set as well.
53
62
54
63
## Tooling and Documentation
55
64
Original file line number Diff line number Diff line change 64
64
* [ Fixed a bug] ( https://github.com/lightningnetwork/lnd/pull/9322 ) that caused
65
65
estimateroutefee to ignore the default payment timeout.
66
66
67
+ * [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/9474 ) where LND would
68
+ fail to persist (and hence, propagate) node announcements containing address
69
+ types (such as a DNS hostname) unknown to LND.
70
+
67
71
# New Features
68
72
69
73
* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
@@ -239,6 +243,9 @@ The underlying functionality between those two options remain the same.
239
243
* [ Golang was updated to
240
244
` v1.22.11 ` ] ( https://github.com/lightningnetwork/lnd/pull/9462 ) .
241
245
246
+ * Various refactors to simplify the
247
+ ` graph.Builder ` [ 1] ( https://github.com/lightningnetwork/lnd/pull/9476 ) .
248
+
242
249
## Breaking Changes
243
250
## Performance Improvements
244
251
You can’t perform that action at this time.
0 commit comments