File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 77
77
restarts, for details check [ this
78
78
issue] ( https://github.com/lightningnetwork/lnd/issues/8975#issuecomment-2270528222 ) .
79
79
80
+ * [ Fix a bug] ( https://github.com/lightningnetwork/lnd/pull/9573 ) where
81
+ processing duplicate ChannelUpdates from different peers in quick succession
82
+ could lead to our ChannelUpdate rate limiting logic being prematurely
83
+ triggered.
84
+
80
85
# New Features
81
86
82
87
* [ Support] ( https://github.com/lightningnetwork/lnd/pull/8390 ) for
105
110
* [ Add ability] ( https://github.com/lightningnetwork/lnd/pull/8998 ) to paginate
106
111
wallet transactions.
107
112
113
+ * [ Make] ( https://github.com/lightningnetwork/lnd/pull/9562 )
114
+ ` MaxWaitNumBlocksFundingConf ` configurable, allowing integration/development
115
+ tests to set a lower value for faster funding confirmation timeout while
116
+ keeping the default of 2016 blocks for production stability.
117
+
108
118
## RPC Additions
109
119
110
120
* [ Add a new rpc endpoint] ( https://github.com/lightningnetwork/lnd/pull/8843 )
You can’t perform that action at this time.
0 commit comments