Skip to content

Commit aa73d97

Browse files
committed
docs: add release-notes
1 parent 1ccc89f commit aa73d97

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.20.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
143143
a whole. This new config prevents a single misbehaving peer from using up all
144144
the bandwidth.
145145

146+
* [Add sat_per_kw option for more fine granular control of transaction
147+
fees](https://github.com/lightningnetwork/lnd/pull/10067). This option is added for the sendcoins, sendmany, openchannel, batchopenchannel,
148+
closechannel, closeallchannels and wallet bumpfee commands. Also add
149+
max_fee_per_kw for closechannel command.
150+
146151
## lncli Additions
147152

148153
* [`lncli sendpayment` and `lncli queryroutes` now support the
@@ -154,6 +159,11 @@ circuit. The indices are only available for forwarding events saved after v0.20.
154159
[`--incoming_chan_ids` and `--outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
155160
These filters allows to query forwarding events for specific channels.
156161

162+
* The [--sat_per_vbyte](https://github.com/lightningnetwork/lnd/pull/10067)
163+
option now supports fractional values (e.g. 1.05).
164+
This option is added for the sendcoins, sendmany, openchannel,
165+
batchopenchannel, closechannel, closeallchannels and wallet bumpfee commands. The max_fee_rate argument for closechannel also supports fractional values.
166+
157167
# Improvements
158168
## Functional Updates
159169

@@ -256,6 +266,10 @@ reader of a payment request.
256266
v0.21.0. The `--tor.v2` configuration option is now
257267
[hidden](https://github.com/lightningnetwork/lnd/pull/10254).
258268

269+
### ⚠️ **Warning:** The deprecated fee rate option --sat_per_byte will be removed in release version **0.21**
270+
271+
The following RPCs will be impacted: sendcoins, sendmany, openchannel, closechannel, closeallchannels and wallet bumpfee.
272+
259273
# Technical and Architectural Updates
260274
## BOLT Spec Updates
261275

0 commit comments

Comments
 (0)