You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes/release-notes-0.20.0.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
128
128
a whole. This new config prevents a single misbehaving peer from using up all
129
129
the bandwidth.
130
130
131
+
*[Add sat_per_kw option for more fine granular control of transaction
132
+
fees](https://github.com/lightningnetwork/lnd/pull/10067). This option is added for the sendcoins, sendmany, openchannel, batchopenchannel,
133
+
closechannel, closeallchannels and wallet bumpfee commands. Also add
134
+
max_fee_per_kw for closechannel command.
135
+
131
136
## lncli Additions
132
137
133
138
*[`lncli sendpayment` and `lncli queryroutes` now support the
@@ -139,6 +144,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
139
144
[`--incoming_chan_ids` and `--outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
140
145
These filters allows to query forwarding events for specific channels.
141
146
147
+
* The [--sat_per_vbyte](https://github.com/lightningnetwork/lnd/pull/10067)
148
+
option now supports fractional values (e.g. 1.05).
149
+
This option is added for the sendcoins, sendmany, openchannel,
150
+
batchopenchannel, closechannel, closeallchannels and wallet bumpfee commands. The max_fee_rate argument for closechannel also supports fractional values.
151
+
142
152
# Improvements
143
153
## Functional Updates
144
154
@@ -227,6 +237,10 @@ reader of a payment request.
227
237
`QueryRoutes` RPC. This [transition](https://github.com/lightningnetwork/lnd/pull/10057) allows us to specify more than one outgoing channel
228
238
the pathfinder should use when finding a route.
229
239
240
+
### ⚠️ **Warning:** The deprecated fee rate option --sat_per_byte will be removed in release version **0.21**
241
+
242
+
The following RPCs will be impacted: sendcoins, sendmany, openchannel, closechannel, closeallchannels and wallet bumpfee.
0 commit comments